我用PB定制了wince后,在最后编译的时候提示:first-chance exception in gwes.exe
(0xc0000005:access violation)
就是不能出来wince界面,只出来一个黑框,没有我的电脑,回收站等
请问这是什么原因呢?
你用的是emulator吧?
编译时出问题,是不是没设置好“set active configuration"?
Attach的时候"connectivity options"也需要设置好
我是用模拟器的啊,我安装书上一步一步做的,怎么就不行啊?
程序在运行的时候停在了一个地方,是kfuncs.h文件,大家知道是什么原因吗?
extern void DebugBreak();
#pragma warning(default:4052)
#endif
#endif
#elif defined(x86)
_inline void DebugBreak() {
__asm int 3 <----程序停在了这里
}
#elif defined(SHx)