PureBytes Links
Trading Reference Links
|
It allows spaces, but the include directory has to be existing.
It is way better and easier for you to go to Tools->Preferences->AFL
and set default include directory there and then use
#include <Test.afl>
instead so you don't need to care about providing fully qualified path.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Gary" <ghost200_2000@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, July 27, 2006 1:36 PM
Subject: [amibroker] #include statement error
> Hello,
>
> I was trying to use this include statement:
>
> #pragma nocache
> #include "C:\My Libs\AFL\Test.afl"
>
> I was getting an error:
> "Error 32. Syntax Error, probably missing semicolon at the end of the
> previous line"
>
> But when I deleted the space of the word "My Libs", the error message
> disappeared!
> Is this a bug in Amibroker, not taking space between directory names?
>
> If this is really the problem then the solution is easy, just delete
> the space, right?
> But then, it doesn't allow us to use spaces between directory names, if
> this is the problem with AB, I think someone should fix it
>
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
|