-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using library API within dot net project #1650
Comments
/cc @BergWerkGIS |
Thanks for pointing out, that the library files are missing.
We don't provide an official .Net Wrapper and haven't tested that way of interacting with osrm. But there are two ways you can use a C++ library from C#:
|
Thanks. I can try to write a managed class. I will wait for the library files. |
@a6datta |
In case a C wrapper is of any help check out osrm-c. |
Hi,
Is there any way to use the library API within a c# project. I know using c++ library is not straight forward but it can be done. However I will need a DLL to be able to call the functions. I have downloaded the windows build but which DLL should I use?
Thanks.
The text was updated successfully, but these errors were encountered: