Hi everybody i really need your help im completely lost :S this is what i need:
I have a c++ dll that uses MFC.
I need to create an instance of a class inside that dll in a c# project
I need to end with another dll to add it as a reference to other projects.
I have found many "solutions" but i just get confused :S
Pinvoke (just call functions but cant create an instance...)
create a kind of proxy, wrappers or whatever (not well explained)
please orient me, wich is the best approach to do this... any url address to read?
I have a c++ dll that uses MFC.
I need to create an instance of a class inside that dll in a c# project
I need to end with another dll to add it as a reference to other projects.
I have found many "solutions" but i just get confused :S
Pinvoke (just call functions but cant create an instance...)
create a kind of proxy, wrappers or whatever (not well explained)
please orient me, wich is the best approach to do this... any url address to read?
Comment