我安装了Microsoft eMbedded Visual C++4.0,但是用MFC AppWizard(exe)创建任意工程后进行编译都会报错,报错内容内容如下:
“An application targeting a Standard SDK for Windows CE.NET and built for the MIPSII_FP CPU cannot be run on the Emulator device. In order to run this application on any CPU other than the Emulator,you will have to install an SDK that is compatible with the Standard SDK for Windows CE.NET, then target a shadow platform pertaining to that SDK. Please see the eVC help documentation for additional details.”
我的计算机CPU是P41.70GHz,操作系统是Win2000Professional/SP2。这个问题该怎么解决,请高手指教! 

解决方案 »

  1.   

    光装eMbedded Visual C++4.0是不行得,还需要装一个SDK,它包括一个仿真环境,还有一些东西,想不起来了,两年前用过。好像有一期程序员光盘上都包括了。good luck.
      

  2.   

    安装一个Standard SDK for Windows CE.NET
      

  3.   

    在EVC中,有一点和VC最大的差别是,要在EVC的工程中指定CPU类型。工程中缺省的CPU类型是MIP,这种CPU类型模拟器模拟不了,所以会报错。你到菜单中的Build -> Set Active Config中去看一看吧。