hey,
Is there a way to use an unmanaged C++ DLL in C#?
I've tried "converting" the DLL using tlbimp.exe to a RCW. But this gives a an error that it isn't a valid type library.
I've also used the metatag [dllimport()], this gives more result, but not correct(correct text but with preceding strange characters). I've tried using a function that.
Anymore tips on creating the DLL or C# calls?
The reason why it is a unmanaged C++ dll, is because of the files, provided by another company must be used. I've just created a few callable function to use the functions.
Thanx