Include Problem
#2

Quote:
Originally Posted by ******
Посмотреть сообщение
I've lost track of how many times I've said this! Use "\" not "/"...
I usually do, but then it won't let me include more than one file with the same name (files which are in different directories).
According to the Pawn_Language_Guide.pdf I could do this:

Quote:

When the file can be opened successfully, the #include directive
defines a constant with the name “_inc_” plus the base name of
the file (the filename without path and extension) and the value 1.
If the constant already exists, the #include directive skips opening
and including the file, thus preventing a double inclusion. To force
a double include, remove the constant definition with the #undef
directive before the second inclusion of the file.

I've tried that, believe me but that won't work for me either, so I am really lost.
Reply


Messages In This Thread
Include Problem - by Maxips2 - 20.08.2013, 21:56
Re: Include Problem - by Maxips2 - 20.08.2013, 22:33
Re: Include Problem - by Maxips2 - 20.08.2013, 22:56

Forum Jump:


Users browsing this thread: 1 Guest(s)