anyone know how to convert C++ DLL to be compatible with C#?

Recommended Answers

All 2 Replies

What do you want to do? Convert C++ code to c# code? You can't just convert a dll, you have to rewrite it in the language you want and recompile. Can't you just reference the dll and use it as is? It doesn't matter what language a dll is written in to reference it.

Does someone want to indulge me with the reason why this is in VB.NET?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.