Im trying to declare some paths in my script like so:
PATH "models"; PATH "terrain";
But no matter what I get an "unknown identifier" error message at runtime. Ive tried declaring them in .c files, .h files and .wdl files. nothing works - i just get that same error message. How on earth do i declare a path?
and if pragma_path doesn't work for you cause it is not possible to use it in all A7 versions make .wdl file of same name as your main file (example: main.c and main.wdl) and inside of main.wdl put PATH "models"; PATH "terrain"; and it will work then.
Ubi bene, ibi Patria.
Re: How to declare a path??
[Re: croman]
#231332 10/13/0819:0410/13/0819:04