Click here to Skip to main content
15,912,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
CelestialCoder12-Aug-08 17:31
CelestialCoder12-Aug-08 17:31 
AnswerRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
Randor 12-Aug-08 17:52
professional Randor 12-Aug-08 17:52 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
CelestialCoder12-Aug-08 19:45
CelestialCoder12-Aug-08 19:45 
AnswerRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
Rajesh R Subramanian12-Aug-08 19:52
professionalRajesh R Subramanian12-Aug-08 19:52 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
CelestialCoder12-Aug-08 22:14
CelestialCoder12-Aug-08 22:14 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
Rajesh R Subramanian12-Aug-08 23:11
professionalRajesh R Subramanian12-Aug-08 23:11 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
CelestialCoder13-Aug-08 0:25
CelestialCoder13-Aug-08 0:25 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? [modified] Pin
Rajesh R Subramanian13-Aug-08 0:31
professionalRajesh R Subramanian13-Aug-08 0:31 
CelestialCoder wrote:
But I cant find a place to start a native application. I know you are not suggesting that way. But how?


Open VS 2008, select Visual C++ as the language, and then select, for example:

MFC Application - An application that makes use of MFC libraries. This will require the MFC dlls to be present in the client machine. (You can do a little test with a dialog based application). This wouldn't require the .NET framework to run.

There's also win32 console application, MFC DLLs, Win32 project, etc., They all, each, solve a specific purpose.

Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche

.·´¯`·->Rajesh<-·´¯`·.
[Microsoft MVP - Visual C++]

modified on Wednesday, August 13, 2008 6:37 AM

GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
CelestialCoder13-Aug-08 1:59
CelestialCoder13-Aug-08 1:59 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
Rajesh R Subramanian13-Aug-08 21:07
professionalRajesh R Subramanian13-Aug-08 21:07 
GeneralRe: Can we use VS2008 to develop a VisualC++ application that runs without dot net frame work? Pin
SandipG 13-Aug-08 1:20
SandipG 13-Aug-08 1:20 
Questionfatal error LNK1120: 1 unresolved externals question Pin
monsieur_jj12-Aug-08 16:06
monsieur_jj12-Aug-08 16:06 
AnswerRe: fatal error LNK1120: 1 unresolved externals question Pin
Mark Salsbery12-Aug-08 16:08
Mark Salsbery12-Aug-08 16:08 
GeneralRe: fatal error LNK1120: 1 unresolved externals question Pin
monsieur_jj12-Aug-08 16:12
monsieur_jj12-Aug-08 16:12 
GeneralRe: fatal error LNK1120: 1 unresolved externals question Pin
Mark Salsbery12-Aug-08 16:16
Mark Salsbery12-Aug-08 16:16 
GeneralRe: fatal error LNK1120: 1 unresolved externals question Pin
monsieur_jj12-Aug-08 16:19
monsieur_jj12-Aug-08 16:19 
GeneralRe: fatal error LNK1120: 1 unresolved externals question [modified] Pin
Mark Salsbery12-Aug-08 16:25
Mark Salsbery12-Aug-08 16:25 
GeneralRe: fatal error LNK1120: 1 unresolved externals question Pin
monsieur_jj12-Aug-08 16:42
monsieur_jj12-Aug-08 16:42 
QuestionTypelib issue Pin
George_George12-Aug-08 15:40
George_George12-Aug-08 15:40 
QuestionWriting in a CScrollView and print Previews - I can move forward in the print preview, but not backwards Pin
Sternocera12-Aug-08 11:54
Sternocera12-Aug-08 11:54 
Questionclass align vs struct align Pin
oobimoo12-Aug-08 11:04
oobimoo12-Aug-08 11:04 
AnswerRe: class align vs struct align Pin
Bram van Kampen12-Aug-08 11:12
Bram van Kampen12-Aug-08 11:12 
GeneralRe: class align vs struct align Pin
oobimoo12-Aug-08 11:24
oobimoo12-Aug-08 11:24 
GeneralRe: class align vs struct align Pin
Bram van Kampen12-Aug-08 12:13
Bram van Kampen12-Aug-08 12:13 
GeneralRe: class align vs struct align Pin
oobimoo12-Aug-08 12:20
oobimoo12-Aug-08 12:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.