Cygwin/ANSI, Cygwin/ANSI/static, MinGW/ANSI, MinGW/Unicode,
MinGW/Unicode/static build OOTB; most samples build, too
makefiles
Cygwin/ANSI, MinGW/Unicode/static build OOTB;
most samples build
I believe the other combinations of
MinGW/Cygwin, ANSI/Unicode, static/dll, configure/makefiles
will work, too
MSVC5 builds fine with makefiles; most samples build
Samples not building are rightext ( which is broken, anyway ),
and the ipc one ( maybe I had some wxUSE_option turned off,
I didn't check ); the resources sample does not build in Unicode
mode
Regards
Mattia
... many success reports ...
Great, thanks!
MB> Samples not building are rightext ( which is broken, anyway ),
It should build though (and run - even if it crashes a lot).
MB> and the ipc one ( maybe I had some wxUSE_option turned off,
MB> I didn't check );
Normally it should build with the default options... I'll try it...
Well, just built it with VC++ 6 without any problems. And, for the record,
richedit built fine (a few warnings) as well - although it does crash a lot
:-(
MB> the resources sample does not build in Unicode mode
Do you mean it's the only one? If it is, then I'm impressed.
Regards,
VZ