USSPegasus / monav

Automatically exported from code.google.com/p/monav
0 stars 0 forks source link

Guidance on how to integrate Monav in a Windows 8 App Project #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
This is not really an issue, i am more like seeking some help.
I develop a Windows 8 application in JavaScript and I would like to use OSRM 
for offline routing. The app is coded using the HTML5 stack but I can still 
call project referenced as libraries written in C/C++/C#. 
I am a real beginner in those C languages and all the compiling stuff. Ideally, 
what I would like to do is embed Monav in a separate C++ project and my app 
would call some exposed method via a native "bridge" (a public API).

Has this been done already? I would need to use Visual Studio 2013 in my case.

It would be great to have at least some pointers to the solution, or knowing if 
it can be done at all

Thanks a lot for your help,
Fabien

Original issue reported on code.google.com by fnicol...@gmail.com on 23 Jun 2014 at 12:12