Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio & C++

Status
Not open for further replies.

jbsys

Programmer
May 6, 2005
51
CA
Is it possible to setup VS 7.1 to NOT use the .NET Framework when building dll's?

Thanks
 
Look through the Project properties for appropriate options to disable. For example, under Configuration Properties->General there is an option "Use Managed Extensions" that should probably be set to "No". There might be other options as well that need to be changed, just have a look through all of them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top