Emil Jerabek wrote:
If all you need is to pass argc and argv to the library, there are
predefined variables CParamCount and CParameters (of type integer and PCString, respectively, which matches C int and **char).
Emil Jerabek
Yes it is! But I get undeclared identifier errors when using these. Do I need to pull some switches for it to work?
Thanks, Bastiaan.