Vadim Zeitlin schrieb: > Yes, this file is MSVC-specific. You shouldn't have wxWidgets/include/msvc > directory in your include path.
Ok. > I use a static version of just because it's simpler. Ok, I changed it. I am using wxWidgets2.8.4 now. Now there are two other problems 1. In MModule.h you did a define MDLLEXPORT __declspec( dllexport ) for MSVC and Borland compilers. I am looking for the macro to indentify the gcc. :) I ask in the gcc-help-group. 2. What is behind wxSystem() if you use it? There is a "system()" behind it, right? In my environment the compiler say there is a "_tsystem()" behind it (defined for __WXWINCE__) and of course it is wrong. I do not know why the precompiler did this. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
