SDK导出后对应的代码工程的编程语言类型
本帖最后由 yingkou 于 2013-12-23 10:28:18 编辑 基于某一个BSP建立PB并且成功导出SDK,开发App的时候也可以选择SDK类型的工程了,
现在的问题是SDK类型的代码工程表述语言是C#,如何才能让它以VC++来表述呢。
开发环境:
WinCE7.0 + Visual studio 2008
尝试如下操作:
1. Choose Tools -> Import and Export Settings...
2. Select Reset All Settings and click Next
3. Select whether you would like to save the current settings and click Next
-> select the visual c++ development settings
4. Select the settings you want to use and click Finish
prompt failure:
Your settings were reset, but there were some errors.
Error 1: Index and Contents Filters: The specified filter, VC, is not valid
and has been ignored.
没有效果
[解决办法]
WinCE7.0,还真没有用过。
以前的版本,SDK 是不分语言的。但在定制 SDK 时,如果用 C#,则最好是增加相应的 .Net 组件。
[解决办法]
增加相应的 .Net 组件,是指增加到 OS 中。否则,你的 .Net 程序将无法运行。
[解决办法]
你用vs2008建立c++项目时能选智能设备吗?
在2005中就算没有对应的SDK也是可以的,只是在后面选择SDK可能没有你要的平台。
如果不行感觉更像是你的vs没装好,而不是SDK的问题。
SDK不太可能还分语言!