I have an mfc dll that I like to load into an C sharp program!
My source tutorial: http://blogs.msdn.com/b/jonathanswift/archive/2006/10/03/dynamically-calling-an-unmanaged-dll-from-.net-_2800_c_23002900_.aspx
The problem is that he use primitive data types (e.g. int) in the function to load, but I need own types (the class object for getInstance() )!
Is there an easy way to do that?
Thank you, greets leon22