|
From: <or...@vp...> - 2003-02-23 20:12:50
|
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 |