高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】compile errors on pocket pc 2003 with evc4
compile errors on pocket pc 2003 with evc4
compile errors on pocket pc 2003 with evc4
as i'm compiling the odamfcappce project,there are errors as following:
include\odplatformsettings.h(176): could not find the file targetconditionals.h
i can't find this file in my computer
platform: win2k professional
config: pocket pc2003 win32(wce armv4) pocket pc2003 emulator
is there anybody successfully compiled this sample project?
best regards!
has anyboy successfully compiled the odamfcappce project?
we have it working here internally. the #include for targetconditionals.h is guarded by a #ifdef, so it is not used on ce (the warning for this appears to be a compiler bug, and it can be safely ignored). if you are getting any other errors, please let us know what they are and we will help you to resolve them.
|