Jiří,

Weird. Are you sure that WIN32_WCE=$(CEVER)  in that particular
project? also is that project targeted to windows ce and is CEVER
getting defined somewhere? If you can capture the command line the IDE
runs that generates that error and change the switches to just output
the source file after the preprocessor is run you might get a better
idea of what is going on.

If you can get that  output send it as a nabble attachment like those
compiler errors and I'll take a look see.

regards,

Justin Dearing

On Dec 18, 2007 1:50 PM, strana <[EMAIL PROTECTED]> wrote:
>
> 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