Jump to content
Turtle

SRL problem?

Recommended Posts

Hey,

Just wondered if anyone could help me. For some reason I cant get SCAR to recognise anything from my includes folder.

 

Ive gone to file->Includes Manager and installed the SRL Dev

 

Ive got {.Includes/SRL/SRL.scar} under my "Program Name;" and ive not installed the includes to any other location on my comp.

 

If i go to the includes folder I can see them... But if i use anything from SRL for example MMouse function i get the "Unknown Identifier" error, so why cant it find my SRL?

 

Thanks :huh:

Link to comment
Share on other sites

Your include statement is incorrect. It should look like this: {.include SRL/SRL.scar}

 

[scar]{.include SRL/SRL.scar}

begin

SetupSRL;

end.[/scar]

 

However, do you actually need SRL though? Many people try to use it while they don't actually need it. If you just need the mouse functions, you're better off just using those in SCAR like [wiki=MoveWindMouse]MoveWindMouse[/wiki].

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...