Results 1 to 3 of 3

Thread: tCountDown

  1. #1
    Join Date
    Jun 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default tCountDown

    I don't know if I am just being plain dumb, looking to see if anyone can help me.

    I installed OpenGL for the first time today and I am running into the same error after trying multiple different tutorials and uninstalling my Simba etc.

    I get this error:

    Error: Duplicate declaration "tCountDown" at line 50

    Inside of the type.simba file.

    When I have this code:

    Program GLWalking;
    {$DEFINE SMART}
    {$i srl-6/srl.Simba}
    {$i ogLib\lib\core\core.simba}

    When I have this code:

    Program GLWalking;
    {$DEFINE SMART}
    {$i ogLib\lib\core\core.simba}
    {$i srl-6/srl.Simba}

    I get this error:

    Error: Duplicate declaration "TCountDown" at line 536

    Inside of time.simba


    I know why I get this error, obviously due to TCountDown is declared in SRL-6 and OpenGL, I have tried to self fix but I am sure I'm looking far more into this than I should and I have just made a really stupid mistake...

    Thanks guys

  2. #2
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    You need to define SRLCOMPATABILITY or whatever it's called
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  3. #3
    Join Date
    Jun 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Joopi View Post
    You need to define SRLCOMPATABILITY or whatever it's called
    *Facepalm*

    Thanks dude, I knew it was something simple. I was being super retarded.
    tyvm for fast reply too

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •