简体   繁体   English

如何共享/分发为Blackberry 10和Windows 8移动开发编译

[英]How to share/distribute compiled for Blackberry 10 and Windows 8 mobile development

I would like to write some QtC++(BB10) and C#(Windows 8 Mobile) code for distribution. 我想写一些QtC ++(BB10)和C#(Windows 8 Mobile)代码进行分发。

What is the best way to package up the output. 打包输出的最佳方法是什么。 In Java(Android) one can package up the code in a JAR file and distribute that. 在Java(Android)中,可以将代码打包在JAR文件中并进行分发。

What would be the equivalent in BB10 and Windows 8 mobile? 什么是BB10和Windows 8手机的等价物?

For BlackBerry 10, you can use standard shared objects ( .so files) or archives ( .a files). 对于BlackBerry 10,您可以使用标准共享对象( .so文件)或存档( .a文件)。 They are standard C/C++ libraries. 它们是标准的C / C ++库。

On Windows 8/Windows Phone 8, using C#, you can create a Portable Class Library . 在Windows 8 / Windows Phone 8上,使用C#,您可以创建可移植类库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM