Calling unmanaged function
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've got a rather old DLL (built with VS2003) that compiles properly with the 'Multi byte charset' option under VS2005. Now, I cannot call any functions of this dll out of a VB .net application (would need 'Use Unicode' option for that..). As I do not want to rewrite the whole application for unicode usage: Is there any way to call functions out of this DLL in a .net 2.0 application? Thanks, Peter