我的电脑上已经装了evc++4.0+sp3,和pocket pc 2003sdk英文版。编写了一个evc的基础数据库程序后,在编译的时候出现的问题是:
fatal error C1083: Cannot open precompiled header file: 'emulatorDbg/CEDBUse.pch': No such file or directory
问题指向#include "stdafx.h"语句。请问,这是哪里有问题呢?
我这个程序选择的是WCE pocket pc 2003 MFC AppWizard(exe)和Win32(WCE emulator)。
#include "stdafx.h"
是不是CE下就不用PC上的这个头文件了...
好象不是,我编了另一个evc程序,也用了这个头文件,但是是用的STANDARDSDK就是可以通过了。
stdafx.cpp重新编译一下,有时可以解决这个问题、。