VC8 / CLI / MFC linking question

S

Scott McFadden

I have a managed C++ DLL (VC8) that I would like to statically link with MFC
(it consumes both native and managed resources).

What project settings must i specify to produce a managed C++ DLL that is
statically linked with MFC? Is this even possible?

thanks

ScottM
 
D

David Wilkinson

Scott said:
I have a managed C++ DLL (VC8) that I would like to statically link with MFC
(it consumes both native and managed resources).

What project settings must i specify to produce a managed C++ DLL that is
statically linked with MFC? Is this even possible?

Scott:

Managed applications must use dynamic linking of CRT and MFC.
 

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