Linking a .Net Dll that uses .net framework in VS6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a problem linking a .net C++ dll that relies on .net framework with
an application that is developed and compiled in VS6 C?
 
You can not generate managed code using VC6. You can, however, expose COM
interfaces from your managed code and use the interfaces in VC6.
 

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