How to disable .NET framework in vc++ 2005

Started by
1 comment, last by scarypajamas 15 years, 2 months ago
My development environment is VisualC++ 2005 and I recently tried running my game on a friends computer. Unfortunately, his computer pops up with an error message, saying that
Quote: "To run this application, you must first install one of the following versions of the .NET Framework: v2.0.50727"
The thing is... my app doesn't make use of the net framework at all. My app is SDL based and doesn't contain any windows specific code in it. I'm sure my game must be linking with .NET otherwise it wouldn't be giving me these messages. But since I'm not using .NET for anything, how can I turn it off in my vc++ project.
Advertisement
Open project properties and there navigate to General section. There under "Common Language Runtime support" you should select "No Common Language Runtime support".
Hey! Thanks bubu LV I'll give that a try!

This topic is closed to new replies.

Advertisement