Hello,
today I've got to the state of _one_ compile error.

I have
Error   7       fatal error RC1015: cannot open include file 'winresrc.h'.
C:\Program Files (x86)\Microsoft Visual Studio
8\VC\ce\atlmfc\include\winres.h 33      


It's strange, because when I open winres.h, there is this:
#ifndef _WIN32_WCE
#include <winresrc.h>
#else // _WIN32_WCE
#include <dlgs.h>
#include <winbase.h>
#include <commctrl.h>
#include <resdefce.h>
#endif // _WIN32_WCE

And I have _WIN32_WCE=$(CEVER) defined in project defines, so I think it
shouldn't search for winresrc.h at all...

Do you have any idea why this happens?

This header is being included in xercesc\util\MsgLoaders\Win32\Version.rc.

Regards,
Jiří Stránský
-- 
View this message in context: 
http://www.nabble.com/Compiling-Xerces-under-Windows-Mobile-tp14339833p14403311.html
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to