Using a C ++ static library (.lib) in a C # project?

I am trying to do a C # project and I need to use a solver I found on the internet to do some calculations, but this solver is a static library that writes in C ++.

it is so difficult to rewrite this library in .Net and it will take too long.

I've read some articles about what I like to do managed C ++, but I don't know what is the simplest solution to use this .lib in a C # project?

this is a static library

+3
c ++ c # dll .lib


source to share


No one has answered this question yet

See similar questions:

0
A varable managed element from a managed framework

or similar:

8499
What is the "->" operator in C ++?
6155
What is the difference between string and string in C #?
4247
The definitive C ++ guide and book list
3575
How to list a transfer?
3076
What are the differences between a pointer variable and a reference variable in C ++?
2964
How to cast int to enum?
2397
What are the correct version numbers for C #?
1518
Image processing: improvement of the algorithm for the recognition of "Coca-Cola Can"
1270
Why not inherit from List <T>?
1197
Static readonly vs const



All Articles
Loading...
X
Show
Funny
Dev
Pics