pj library for windows phone 8 and windows 8 desktop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

PJLib using Win32 API calls for some functionality



Not all the Win32 API calls will be supported in Win8 or Win Phone 8 Metro
Environment.Shared Kernel between Win 8 and phone 8 and that is Win RT
Kernel.



Win8 supports only WinRT API calls.



Also if the client is in C# and WPF, it cannot add reference to this dll in
the project, since it is a plain C Dll, not a C++/CLI dll.



One option as follows,

1.    Using ?DllImport? (Not sure this keyword can be used in Win 8
environment)

[DllImport("C_DLL.dll", EntryPoint="DoSomethingInC")]

2.    Add the dll in the project and set the property content=yes and build
action=copy

3.    Call the exported functions and using it in the client application.


My doubt here as follows,

1.     Will it create any issues while loading in the app server? (Will it
pass the certificate testing)

2.    Since metro apps run in a sand box environment will it be possible to
load the native dll in this way?

3.    List of API calls to be replaced with WInRT API calls?


Thanks,

KK.



On Sat, Sep 15, 2012 at 1:20 AM, Trent Creekmore <tcreek at gmail.com> wrote:

> No need. ****
>
> Windows Phone 8 SDK supports native C++/CLI. Just compile in VS2008 or
> less and use the compiled library phones. Problem solved.****
>
> ** **
>
> ** **
>
> ** **
>
> *From:* pjsip-bounces at lists.pjsip.org [mailto:
> pjsip-bounces at lists.pjsip.org] *On Behalf Of *kk rk
> *Sent:* Friday, September 14, 2012 3:01 AM
> *To:* pjsip at lists.pjsip.org
> *Subject:* [pjsip] pj library for windows phone 8 and windows 8 desktop***
> *
>
> ** **
>
> Hello,****
>
>  ****
>
> Is there any work going on to support pjlib in Windows phone 8 and Windows
> 8 desktop environment?****
>
> or please suggest possible ways to use this library in the Windows Phone
> Metro environment.****
>
>  ****
>
> Regards,****
>
> Karthikeyan K.****
>
>  ****
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120916/e77666bd/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux