Results 1 to 4 of 4

Thread: "Unknown Identifier" Error

  1. #1
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    153
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Exclamation "Unknown Identifier" Error

    I'm having problems running any script, I usually get this error:


    Simba Code:
    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
    Compiling failed.

    Any help?

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    At the top of your script, change:
    Simba Code:
    {$I srl/srl/misc/paintsmart.simba}
    to.....
    Simba Code:
    {$I srl/srl/misc/smartgraphics.simba}

  3. #3
    Join Date
    Sep 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Unknown identifier 'SmartGetDebugDC'

    Changing those doesn't solve this problem still

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

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
  •