Results 1 to 4 of 4

Thread: Hheelllppp!!

  1. #1
    Join Date
    Jan 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Hheelllppp!!

    i keep trying to run this script:

    program new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.



    and i get this message:

    Error: (1; 9): E030: 'Identifier' expected, 'New' found instead
    Error: E030: 'Identifier' expected, 'New' found instead at line 1
    Compiling failed.




    the person that created it directed me to this thread topic to see if someone could help me.

  2. #2
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Its not a scripting error, try reinstalling the srl includes and if that doesn't work try reinstalling simba.

    Edit: ^Thats assuming you tried to compile on simba(which I think you are doing).
    Last edited by KingKong; 01-24-2011 at 06:28 AM.

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    That script appears to be designed to work on Simba (it compiles fine on Simba for me). I will assume you're running SCAR or some other program to try to run that code?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  4. #4
    Join Date
    Jan 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i determined what the problem was, the settings were set to interpret in RUTIS when it didnt work and after changing it to PascalScript it worked just fine.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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