Saturday, 7 September 2013

Embedded C++ DLL in VB.NET

Embedded C++ DLL in VB.NET

I didn't find answer to this from msdn or from google so I decided to ask
it here.
Is it possible to write a DLL in C++, then use it embedded in vb.net? From
resource file, etc? I want the DLL to stay inside the .net -application.
This way I could use C++ code directly from vb.net app, without having it
in HDD.
Possible or not?

No comments:

Post a Comment