Presenting a C++ library (.lib) for use in C# project

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have a collection of C++ programs and the C++ libraries they use.  The libraries currently compile to a .lib format.  Changing the project property to use a .dll results in multiple reference errors.

Without having to go through the entire collection of source files, is there a way to create any kind of project in a .NET language that would provide a "wrapper" for the existing .lib files so that they could be used in that environment.

Thanks.


View the full article
 
Back
Top