博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to target the existing project to new platform
阅读量:7199 次
发布时间:2019-06-29

本文共 2105 字,大约阅读时间需要 7 分钟。

Recently, I am always asked about how to use the project on different platform or different Visual Studio version. For instance, If the project uses Windows Mobile 6 Professional SDK (ARMV4I) platform and bases on Visual Studio 2008, and you want to use it on Pocket PC 2003(ARMV4I) using Visual Studio 2005.

The easy way to achieve that is to change the project file. Following xml file illuminates the project file for CppUnitLite targeted to Windows Mobile 6 Professional SDK (ARMV4I) and based on Visual Studio 2008.

If you want to use this project on Pocket PC 2003 and use Visual Studio 2005 as the complier. Two things need to be changed for this case.

How to change

1. Change the complier version number.

 

2. Change the platform name.

Notes please, more than one spots use this platform name. All those platform names should be replaced by the new one.

How to confirm the new platform name

Right the project name and select properties. In this case, the platform name is Pocket PC 2003(ARMV4).

你可能感兴趣的文章
Unable to launch the IIS Express Web server
查看>>
android使用xfire webservice框架远程对sqlserver操作(包括增删改查)的实例!!已在真机上试验通过...
查看>>
c++ 可变参数用法
查看>>
[转]Android自定义Adapter的ListView的思路及代码
查看>>
Altium Designer 基本封装
查看>>
微软官方中文新书《Windows Phone 7应用开发指南 》出版
查看>>
对REST架构的理解及Jquery+JSON+RESTful WCF (附源码)
查看>>
ArcEngine编辑功能(一)
查看>>
Javascript 面向对象编程
查看>>
漫话规则引擎(1): 推理机和规则引擎
查看>>
怎样测试运放的失调电压和偏置电流?
查看>>
[.NET]非托管代码调用托管代码
查看>>
stackoverflow调查:对程序员最具影响的书籍
查看>>
垃圾代码评析——关于《C程序设计伴侣》9.4——链表(二)
查看>>
CKfinder2.0.2版本破解
查看>>
GridFS:基于MongoDB的分布式文件存储系统
查看>>
PHP 类属性 类静态变量的访问
查看>>
SQL2005删除复制数据库的发布与订阅的方法(转载)
查看>>
tomcat服务器不输出访问日志
查看>>
程序猿接私活经验总结,来自csdn论坛语录
查看>>