本文介绍了为ARMv6和ARMv7构建windows phone 8静态库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了windows phone 8静态库项目,如下所示,

I have created windows phone 8 static library project as below,

右键单击解决方案 - >单击添加 - - >新项目 - >在VC ++下选择Windows phone空静态库

Right click solution->click Add --> New project-->under VC++ select Windows phone empty static library

对于此项目,选择解决方案配置为ARM,现在处于调试模式。

For this project selected the solution configuration as ARM and it is in debug mode now.

如何为ARMv6和ARMv7目标构建这个WP8静态lib项目?

how to build this WP8 static lib project for ARMv6 and ARMv7 target?

谢谢,

KK。

推荐答案

你想用ARMv6做什么目标?

What are you trying to target using ARMv6?


这篇关于为ARMv6和ARMv7构建windows phone 8静态库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-11 04:16