Dll Question.

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hi!

Is it possible to create a MFC standard dll using c++
that can be used in vb.net? Thanks.


Kind Regards
Jorge
 
* "Jorge said:
Is it possible to create a MFC standard dll using c++
that can be used in vb.net? Thanks.

You can:

(1) Export functions ('Declare' and 'DllImport' in VB.NET).
(2) Create a COM class library (Can be used by referencing the interop DLL).
(3) Create a MC++/C++ class library (Can be used by referencing the DLL).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top