Andre,
In the past I've had to add a prefix file to define some things that aren't always there depending on your system.
For example, if you look in the headers you'll see a lot of
#ifdef __stdc__
(or something like it)
If your system headers haven't defined it, the function prototypes may not come out right (and come out missing).
Ditto for platform defines, I think- you may need to define MACOS or some such thing.
Hope that helps you dig...
- Brian
thank you Paul!!!!
I am on XCode, and I do have XCmdFunc.c with and it is explicit included.... but the damn thing won't work!!! need to debug more my external, maybe call a catolic priest to bless my new XCode instalation...
andre
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
