简体   繁体   English

Windows Phone 8是否支持第三方C#库?

[英]Does Windows Phone 8 support 3rd party C# Libraries?

我正在桌面PC上编写一个信号处理程序(调用FFT和一些过滤),我正在使用Math.NET Neodym库,我希望这个代码能够移植到Windows Phone 8,所以我想确定一下是否可以在Windows Phone 8中使用第三方库。我见过类似的关于Windows Phone 7.1的问题,但我找不到WP8的任何信息。

WP8 can support 3rd party libraries if they were written for the platform. WP8可以支持第三方库,如果它们是为平台编写的。 That's really something you have to look at on a per library basis. 这是你必须在每个库的基础上看到的东西。 As Math.NET Neodym library is open source, even if it doesn't compile down to work on WP8, you could probably modify it to 由于Math.NET Neodym库是开源的,即使它不能编译为可以在WP8上运行,你也可以将它修改为

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

相关问题 我可以在Windows Phone 7.1中使用第三方库吗? - Can I use 3rd party libraries in Windows Phone 7.1? 在不使用第三方库的情况下以C#在Windows窗体上显示网络摄像头订阅源 - Display webcam feed on windows form in C# without using 3rd party libraries 在没有第三方库的Java中使用C#DLL - Using a C# DLL in Java without 3rd party libraries C#Twitter-上传图像-没有第三方库 - C# Twitter - Upload Image - No 3rd party Libraries 使用C#移动或调整第三方程序的窗口大小 - Move or resize the windows of 3rd party programs with c# 如何在Windows Phone中在没有任何第三方库的情况下使用具有OAuth身份验证的Twitter REST API 1.1 - How to use Twitter REST API 1.1 with OAuth Authentication without any 3rd party libraries in Windows Phone 在c#中用反射或类似的(没有第三方库)替换Property Getter / Setter - Replace Property Getter/Setter with Reflection or similar (no 3rd party libraries) in c# C#无法使用Http / Web / Smtp客户端(包括第三方库)进行通信 - C# Cannot communicate using Http/Web/Smtp clients, including 3rd party libraries MonoTouch中的第三方库? - 3rd party libraries in MonoTouch? 在没有第三方库的情况下,使用C#.net 3.0或更低版本将pdf转换为tiff? - Converting pdf to tiff using C# .net 3.0 or less without 3rd party libraries?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM