Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: my list error! Pin
David Crow21-Jan-10 9:04
David Crow21-Jan-10 9:04 
Questionwhat is the difference between ..? Pin
krish_kumar21-Jan-10 4:06
krish_kumar21-Jan-10 4:06 
AnswerRe: what is the difference between ..? Pin
Cedric Moonen21-Jan-10 4:17
Cedric Moonen21-Jan-10 4:17 
AnswerRe: what is the difference between ..? Pin
molesworth21-Jan-10 4:20
molesworth21-Jan-10 4:20 
GeneralRe: what is the difference between ..? Pin
Rozis21-Jan-10 12:04
Rozis21-Jan-10 12:04 
GeneralRe: what is the difference between ..? Pin
Graham Shanks21-Jan-10 12:09
Graham Shanks21-Jan-10 12:09 
GeneralRe: what is the difference between ..? Pin
molesworth21-Jan-10 22:52
molesworth21-Jan-10 22:52 
QuestionHow to build "debug" and "release" in one command line for VS2008 Pin
Nandu_77b21-Jan-10 3:48
Nandu_77b21-Jan-10 3:48 
To build a solution, you can simple pass in the path to the solution file and optionally a configuration, such as debug or release. Projects are compiled by using the Project switch, and you can build one project at a time, also optionally specifying the configuration to use.

The syntax to use is:

devenv solutionfile.sln /build [solutionconfig]
[/project projectnameorfile [/projectconfig name]]

My question is,
1)if we dont specify configuration either "debug" or "release" as it is optional, will it build both debug and release or any one (debug or release) by default.

2) Any idea how to build both "debug" and "release" in one command line.

Thanks,
Nandu
AnswerRe: How to build "debug" and "release" in one command line for VS2008 Pin
Richard MacCutchan21-Jan-10 5:12
mveRichard MacCutchan21-Jan-10 5:12 
AnswerRe: How to build "debug" and "release" in one command line for VS2008 Pin
krmed21-Jan-10 10:58
krmed21-Jan-10 10:58 
QuestionSharing common dialogs across applications Pin
Kyle P21-Jan-10 3:32
Kyle P21-Jan-10 3:32 
AnswerRe: Sharing common dialogs across applications Pin
LunaticFringe21-Jan-10 3:38
LunaticFringe21-Jan-10 3:38 
AnswerRe: Sharing common dialogs across applications Pin
Mattias G21-Jan-10 13:04
Mattias G21-Jan-10 13:04 
QuestionChanging Label Size/Font help Pin
Dragondima21-Jan-10 3:10
Dragondima21-Jan-10 3:10 
AnswerRe: Changing Label Size/Font help Pin
CPallini21-Jan-10 3:23
mveCPallini21-Jan-10 3:23 
GeneralRe: Changing Label Size/Font help Pin
Dragondima21-Jan-10 3:26
Dragondima21-Jan-10 3:26 
GeneralRe: Changing Label Size/Font help Pin
CPallini21-Jan-10 11:28
mveCPallini21-Jan-10 11:28 
GeneralRe: Changing Label Size/Font help Pin
Dragondima22-Jan-10 3:03
Dragondima22-Jan-10 3:03 
QuestionReading and saving a class instance pointer [modified] Pin
CODEPC21-Jan-10 3:08
CODEPC21-Jan-10 3:08 
AnswerRe: Saving a class instance pointer Pin
Cedric Moonen21-Jan-10 3:12
Cedric Moonen21-Jan-10 3:12 
AnswerRe: Saving a class instance pointer Pin
CPallini21-Jan-10 3:15
mveCPallini21-Jan-10 3:15 
Questionchar str[] help Pin
xivShin21-Jan-10 1:10
xivShin21-Jan-10 1:10 
AnswerRe: char str[] help Pin
CPallini21-Jan-10 1:28
mveCPallini21-Jan-10 1:28 
AnswerRe: char str[] help Pin
Garth J Lancaster21-Jan-10 1:35
professionalGarth J Lancaster21-Jan-10 1:35 
AnswerRe: char str[] help Pin
Raj Indian21-Jan-10 1:35
Raj Indian21-Jan-10 1:35 

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.