创建仿真机项目步骤

1:创建智能设备里的Win32智能设备项目;
2:用XAML2CPP生成xaml所需的文件(5个);
3:在stdafx.h文件中添加所需的包:
 #include "pwinuser.h" 
 #include "xamlruntime.h" 
 #include "xrdelegate.h" 
 #include "xrptr.h"
 #include "XAML2CPP.h"
4:在xiangmu.rc中添加#include "XAML2CPP.rc"
5:OK

你可能感兴趣的:(创建仿真机项目步骤)