On Sun, 27 May 2007 15:58:18 +0200 Christian Buhtz <[EMAIL PROTECTED]> wrote:
CB> Now there are two other problems CB> CB> 1. CB> In MModule.h you did a CB> define MDLLEXPORT __declspec( dllexport ) CB> for MSVC and Borland compilers. I am looking for the macro to indentify CB> the gcc. :) I ask in the gcc-help-group. It's the same but in fact we should just change this definition to use WXEXPORT (it didn't exist back then...). Done now. CB> 2. CB> What is behind wxSystem() if you use it? There is a "system()" behind CB> it, right? In my environment the compiler say there is a "_tsystem()" CB> behind it (defined for __WXWINCE__) and of course it is wrong. I do not CB> know why the precompiler did this. This looks like a wx problem and not M one. I'm surprised I hadn't heard about it before though. I'm also surprised that mingw32 doesn't define _tsystem() -- I thought it provided access to MS CRT. Did you find anything more about this problem? Thanks, VZ ------------------------------------------------------------------------- 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
