在Win8和Windows Phone 8中使用C dll [英] Using a c dll in Win8 and Windows phone 8

查看:86
本文介绍了在Win8和Windows Phone 8中使用C dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个C dll(SIP堆栈),它将发送和接收Sip消息.

We have a C dll (SIP stack) which will send and receive sip messages.

还在C#和WPF中为Windows Phone 8和Windows 8桌面开发软件电话客户端.必须集成此dll并在客户端应用程序中使用导出的功能.

Also developing a softphone client for windows phone 8 and windows 8 desktop in C# and WPF. Have to integrate this dll and use the exported functions in the client application.

请提出任何有关如何实现这种集成的想法吗?

please suggest any ideas how to achieve this integration?

谢谢

KK.

推荐答案

Windows 8应用程序不支持使用用C编写的纯DLL.使用C ++ 11重新构建并链接到WinRT.

Windows 8 apps do not support the use of a plain DLL written in C.  It must be rebuilt using C++11 and link to WinRT.

Windows 8桌面应用程序的构建方式类似于Windows早期版本中的应用程序.

Windows 8 Desktop applications are built just like applications on previous versions of Windows.

Windows Phone 8 SDK尚未发布,但很有可能与Windows 8应用程序具有相同的限制.

The Windows Phone 8 SDK has not been released yet, but it will most likely have the same limitations as Windows 8 apps.


这篇关于在Win8和Windows Phone 8中使用C dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆