This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Windres Defines?


Hi,

I'm having a complex issue as I am using Dev-C++ and am trying to port a wxWindows program from VC++ to DevC++. Ever since I converted it I keep getting resource compiler errors. I can solve these by removing the resource (.rc) file but then I get an error whenever I try to create a dialog (missing wx.rc assertion). 

[Resource Error] can't open cursor file `wx/msw/hand.cur': No such file or
directory
33 C:\Dev-Cpp\include\wx\memory.h  iostream.h: No such file or directory.
170 C:\Dev-Cpp\include\wx\string.h #error "Please define string
case-insensitive compare for your OS/compiler"
 stdout C:\Dev-Cpp\lib\gcc-lib\mingw32\2.95.3-6\cpp0.exe Invalid argument

It seems to me that the resource compiler needs to define some stuff (I got similar messages about case-insensitive compare when this was the case). Can someone confirm this? 

-- 
Get your free email from www.linuxmail.org 


Powered by Outblaze


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]