Then I have some .lib file (as generated) How to use it with my C # WPF application?
You do not need a .lib file when you want to use the original libraries from C # Will be. The way it is handled in the NAT, it is using platform inoc (P / Invoke). I suggest that you follow the tutorial on MSDN, it will get you started:
If you have a cover You can see on CodePlex. Please note that this tool works on the original C / C ++ code. One to make the cover. It is not possible to use the Dll file because the original DLL does not store the signature of the exported functions (as described) and a compiler will store a compiler in a specific way.
Comments
Post a Comment