use managed extensions

  • Thread starter Nelson Guerrero
  • Start date
N

Nelson Guerrero

Hi guys, in vs2003 when creating a c++ project that generates a DLL it
just to be an option call "use managed extensions" in the project
properties page. This option could be change to YES and NO. I'm looking
for that option in vs2005 and I have not be able to find it. Can you
guide me to find it? Or explained me how they changed it and how it
should be now work?

Thanks,
Nelson
 
N

Nelson Guerrero

So, I've read and I found that the option in vs2005 is "Common Language
Runtime Support". So, I choosed "Common Language Runtime Support (/clr)"
and when I tried to compile I received an error "Error 2 Command line
error D8016 : '/MTd' and '/clr' command-line options are incompatible
cl". Hmmm, its a class with some public methods that I want to access
from my windows interface.

Nelson
 

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

Top