|
From: Josh S. <jd...@ya...> - 2003-02-23 21:36:18
|
Thanks, That led me to the right place, I just looked at the flags used to compile wxWindows. I'm a newby at this and am clinbing the learning curve. I got it compiled but now it has a fatal error that I compiled wxWindows with debug and my program with no debug...<SIGH>. I get there one of these days. Thanks again. Josh. OROSZI Balázs wrote: > Josh Sharp wrote: > >> I am trying to compile a test wxWinodws app and keep getting: >> >> c:\Dev-Cpp\include\wx\string.h:164 #error: "Please define string >> case-insensitive compare for your OS/compiler" >> >> What does this mean and how can I fix it? > > First of all, it is always advisable to send the compiler command > line, what flags was the compiler called with, other error messages, > etc., so others can help you efficiently and quickly, without the need > to ask for this extra info. > > I can only guess you didn't specify a few flags on the command line, > like -DWIN32 -D_WIN32 -D__WIN95__ -D__GNUWIN32 or others. > > -- > Greetings, > Balázs > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-use |