-
C++ Lib files and C#
I have a lib file that was developed in VC++ and has MFC code - basically unmanaged code.
I just like to find out if I can use this lib file in my C# project?
If this is the case, is there any tweaks I have to perform in order to use it, ie call to call functions. Also do I have to go thru the process of removing MFC specific code etc?
Thanx
-
You'll have to write an assembly which links to the .lib in Visual C++.NET.
Darwen.
-
-
(1) Buy Visual C++.NET (or full professional).
(2) Learn Visual C++.NET (can't tell you how - you really need a book).
Darwen.