Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
jerome_data27-Aug-07 7:53
jerome_data27-Aug-07 7:53 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
Mark Salsbery27-Aug-07 7:56
Mark Salsbery27-Aug-07 7:56 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
jerome_data27-Aug-07 8:15
jerome_data27-Aug-07 8:15 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
Mark Salsbery27-Aug-07 8:30
Mark Salsbery27-Aug-07 8:30 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
jerome_data27-Aug-07 8:30
jerome_data27-Aug-07 8:30 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
Mark Salsbery27-Aug-07 8:50
Mark Salsbery27-Aug-07 8:50 
GeneralRe: How do a capture of a control and save to bitmap file? Pin
jerome_data27-Aug-07 8:55
jerome_data27-Aug-07 8:55 
QuestionPassing compiler falgs /Preprocessors from the command line Pin
Mohamed Douffir27-Aug-07 6:06
Mohamed Douffir27-Aug-07 6:06 
Smile | :) Note: I am using Microsoft Visual C++ .NET (Microsoft Development Environment 2003 Version 7.1)

I have a solution comprising of five projects. For one of the project, I enable three compiler flags (PCM_MULTILINEAR, PCM_USE_FILTER16, PCM_USE_IMAGE8) as fallows:
1- Right click on the project in question
2- Select Properties.
3- Under "Configuration Properties", I click on "C/C++" then select "Preprocessor". Then I add the compiler flags (separated by Wink | ;) at the "Preprocessor Definitions" field.
Is there a way to pass these complier flags from the command line when building the solution using "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" ?

This how I am building now (without enabling the compiler flags):
"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" "CMM Tool Kit 7.10.sln" /rebuild release /out test.log
Thanks,
Mohamed
AnswerRe: Passing compiler falgs /Preprocessors from the command line Pin
jhwurmbach27-Aug-07 6:46
jhwurmbach27-Aug-07 6:46 
GeneralRe: Passing compiler falgs /Preprocessors from the command line Pin
Mohamed Douffir27-Aug-07 7:11
Mohamed Douffir27-Aug-07 7:11 
GeneralRe: Passing compiler falgs /Preprocessors from the command line Pin
jhwurmbach27-Aug-07 7:18
jhwurmbach27-Aug-07 7:18 
AnswerRe: Passing compiler falgs /Preprocessors from the command line Pin
David Crow27-Aug-07 7:15
David Crow27-Aug-07 7:15 
QuestionHelp needed related to Genetic algorithm in image recognition Pin
rayluee27-Aug-07 5:49
rayluee27-Aug-07 5:49 
AnswerRe: Help needed related to Genetic algorithm in image recognition Pin
jhwurmbach27-Aug-07 6:01
jhwurmbach27-Aug-07 6:01 
GeneralRe: Help needed related to Genetic algorithm in image recognition Pin
rayluee27-Aug-07 6:54
rayluee27-Aug-07 6:54 
GeneralRe: Help needed related to Genetic algorithm in image recognition Pin
jhwurmbach27-Aug-07 7:08
jhwurmbach27-Aug-07 7:08 
QuestionHow do you traverse, or loop through the controls Pin
littleGreenDude27-Aug-07 5:35
littleGreenDude27-Aug-07 5:35 
AnswerRe: How do you traverse, or loop through the controls Pin
led mike27-Aug-07 5:42
led mike27-Aug-07 5:42 
GeneralRe: How do you traverse, or loop through the controls Pin
littleGreenDude27-Aug-07 5:57
littleGreenDude27-Aug-07 5:57 
GeneralRe: How do you traverse, or loop through the controls Pin
led mike27-Aug-07 6:36
led mike27-Aug-07 6:36 
AnswerRe: How do you traverse, or loop through the controls Pin
jhwurmbach27-Aug-07 5:49
jhwurmbach27-Aug-07 5:49 
GeneralRe: How do you traverse, or loop through the controls Pin
littleGreenDude27-Aug-07 6:05
littleGreenDude27-Aug-07 6:05 
QuestionRe: How do you traverse, or loop through the controls Pin
David Crow27-Aug-07 6:01
David Crow27-Aug-07 6:01 
AnswerRe: How do you traverse, or loop through the controls Pin
littleGreenDude27-Aug-07 6:09
littleGreenDude27-Aug-07 6:09 
QuestionRe: How do you traverse, or loop through the controls Pin
David Crow27-Aug-07 6:18
David Crow27-Aug-07 6:18 

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.