Visual C++ 2008 needs framework to run?
-
Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.
rotter
-
Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.
rotter
so you didn't code C++ but C++/CLI... if you're using pure Win32 or pure MFC, you shouldn't have any dependency to the .NET Framework. but if you mixed both... don't wonder ;)
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.
rotter
-
In the project settings should be an option to specify the framework version.
Greetings from Germany
Thank you for answering so fast! But my project is pure prehistorical win32 api. It has no references to anything and I didn't find the framework version on the project settings either. Maybe it's time to go back to good old vs2005 :-D
rotter
-
Thank you for answering so fast! But my project is pure prehistorical win32 api. It has no references to anything and I didn't find the framework version on the project settings either. Maybe it's time to go back to good old vs2005 :-D
rotter
-
Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.
rotter
Visual Studio 2008 needs the 3.5 framework to run. However, your (native) c++ applications compiled with VS 2008 don't need this framework.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Visual Studio 2008 needs the 3.5 framework to run. However, your (native) c++ applications compiled with VS 2008 don't need this framework.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
Well, I finally solved it installing VS2005 :) , but I kept VS2008 too. If someone finds out the trick to make it work please write an article or something. Cheers
rotter