高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】embedded visual c== 4.0
embedded visual c++ 4.0
embedded visual c++ 4.0
c:\dd_nonlibs\examples\wince
embedded visual c++ 4.0 + sp3
emulator 4.2
compiling... error why?
c:\program files\windows ce tools\wce500\standardsdk_500\include\emulator/winuser.h(407) : warning rc4005: 'ws_overlapped' : redefinition
c:\program files\windows ce tools\wce500\standardsdk_500\include\emulator/winuser.h(3309) : warning rc4005: 'es_left' : redefinition
c:\program files\windows ce tools\wce500\standardsdk_500\include\emulator/winuser.h(3310) : warning rc4005: 'es_center' : redefinition
c:\program files\windows ce tools\wce500\standardsdk_500\include\emulator/winuser.h(3311) : warning rc4005: 'es_right' : redefinition
our ce libs are built using standardsdk_420. from your error messages, it seems that you are pulling in headers from standardsdk_500.
|