C# and C++ Library Again
- by Betamoo
Please take a look at previous question:
http://stackoverflow.com/questions/2892343/c-and-c-library
After implementing a wrapper class library in C++/CLI as suggested before, I wonder now how to use C++ pre-compiled header file in C#.....?
PS: I did not find a dll file -or something simillar- to import to C# as I have expected...
Any hints?