Results 1 to 3 of 3

Thread: srl is included but unknown ident 'SetupSRL'

  1. #1
    Join Date
    Oct 2007
    Location
    medway.england
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    srl is included but unknown ident 'SetupSRL'

    program New;
    {.include\SRL\SRL.scar}
    begin
    SetupSRL;
    end.

    ^^that dosn't compile^^ so right now i am like omfgwtfisgoingon?!?! i have scar 3.15 srl4 rev14.

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it should be:
    SCAR Code:
    program New;
    {.include srl/srl.scar}
    begin
      SetupSRL;
    end.
    maybe.


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

    Default

    {.include\SRL\SRL.scar}
    Ha, that little \ is touching '.include', so SCAR thinks you are just commenting out that line


    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!

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
  •