Dear all! I want to load and use a C++ DLL (with classes and functions) within a C# program. The DLL should not linked statically. The C++-DLL is not a COM DLL!
With the Attribute DllImport I only could import exported functions of a unmanaged DLL. But with this attribute there is no possibility to import and use a whole class from such an DLL! Did anybody knows a way to do that without developing a COM Library that work with this DLL and which I can dynamically load? Thanks a lot for some suggestions! Best regards Stefan To unsubscribe from this group, send email to dotnetdevelopment+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
