I have a C++ project developped on Eclipse. My project will be use as native source code for various mobile platforms like Android, iOS, Windows Phone...
I would like to compile this library to be used on Windows Phone 8 devices. My needs with this library would just be calling a function.
I know that I must use a Windows Phone Runtime Component, like the tutorial http://www.silverlightshow.net/items/Windows-Phone-8-Native-Code-Support.aspx ; but :
Question 1: what library format should I build ? .dll library ?
Question 2: how can I use this dll inside my Windows Phone Runtime Component, and therefore call the method I need ?
Thanks a lot for your advices;