I'm correct this time :)
error: `CONST' has not been declared
Of course, the lower-case command 'const' should be used instead
code?
INLINE
DECLARE_C_ALIAS(WinMessy, "user32.dll", "MessageBoxA", (void*, CONST char*, CONST char*, int), int);
ENDINLINE
ahh now i understand :D
The IDE makes const to CONST...
Sometimes i had the same problem :'(
I dont see why though unless CONST is a GLBasic command...
CONST is... sort of a GLBasic command. It is, but not public, yet, since there's some problems with it.
ahhh :)