Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Examples of SaveAs in winapi / c++ Pin
Nicola Curran17-Nov-09 3:13
Nicola Curran17-Nov-09 3:13 
GeneralRe: Examples of SaveAs in winapi / c++ Pin
Nicola Curran17-Nov-09 3:13
Nicola Curran17-Nov-09 3:13 
QuestionDont send error message occured only once Pin
thippipriya17-Nov-09 2:02
thippipriya17-Nov-09 2:02 
QuestionRe: Dont send error message occured only once Pin
David Crow17-Nov-09 3:37
David Crow17-Nov-09 3:37 
AnswerRe: Dont send error message occured only once [modified] Pin
thippipriya17-Nov-09 16:25
thippipriya17-Nov-09 16:25 
QuestionCalling dll function Pin
Le@rner17-Nov-09 1:05
Le@rner17-Nov-09 1:05 
AnswerRe: Calling dll function Pin
SandipG 17-Nov-09 1:29
SandipG 17-Nov-09 1:29 
AnswerRe: Calling dll function Pin
Kushagra Tiwari17-Nov-09 2:46
Kushagra Tiwari17-Nov-09 2:46 
QuestionHow to create a vector? Pin
deadlyabbas17-Nov-09 0:58
deadlyabbas17-Nov-09 0:58 
AnswerRe: How to create a vector? Pin
Jijo.Raj17-Nov-09 1:30
Jijo.Raj17-Nov-09 1:30 
GeneralRe: How to create a vector? Pin
deadlyabbas17-Nov-09 3:50
deadlyabbas17-Nov-09 3:50 
GeneralRe: How to create a vector? Pin
«_Superman_»17-Nov-09 7:17
professional«_Superman_»17-Nov-09 7:17 
Questiondde problem Pin
trioum17-Nov-09 0:24
trioum17-Nov-09 0:24 
QuestionFind out Build Configuration from exe Pin
Maya_16-Nov-09 23:21
Maya_16-Nov-09 23:21 
AnswerRe: Find out Build Configuration from exe Pin
Randor 17-Nov-09 2:13
professional Randor 17-Nov-09 2:13 
QuestionRe: Find out Build Configuration from exe Pin
David Crow17-Nov-09 3:43
David Crow17-Nov-09 3:43 
AnswerRe: Find out Build Configuration from exe Pin
Randor 17-Nov-09 11:21
professional Randor 17-Nov-09 11:21 
GeneralRe: Find out Build Configuration from exe Pin
Maya_17-Nov-09 5:22
Maya_17-Nov-09 5:22 
GeneralRe: Find out Build Configuration from exe Pin
Maya_17-Nov-09 16:05
Maya_17-Nov-09 16:05 
GeneralRe: Find out Build Configuration from exe Pin
Randor 17-Nov-09 16:29
professional Randor 17-Nov-09 16:29 
Hi Maya,

The terms ReleaseMinSize and ReleaseMinDependency are only words to describe a dynamic set of compiler options. There is nothing preventing you from choosing ReleaseMinSize inside Visual Studio and making it identical to a Debug build.

In fact... in Visual Studio you can create your own build setting. For example:

1.) Choose Build from the Visual Studio system menu.
2.) Choose 'Configuration Manager' from the drop down menu.
3.) In the 'Active Solution Configuration' combobox choose 'New'
4.) Observe that you can create a new build configuration and name it anything you wish.

You can detect the following for example:

1.) You can detect if the PE image has debug information.
2.) You can test for a specific dependency such as CRT or MFC dynamic linkage.

There are all sorts of other possibilities but you need to realize that the words ReleaseMinSize and ReleaseMinDependency are dynamic and have no specific meaning to the MSVC compiler.

Can you tell me exactly what you are trying to accomplish?

Best Wishes,
-David Delaune
GeneralRe: Find out Build Configuration from exe Pin
Maya_18-Nov-09 2:32
Maya_18-Nov-09 2:32 
Questiondll for middleware Pin
Eka Candra16-Nov-09 20:24
Eka Candra16-Nov-09 20:24 
AnswerRe: dll for middleware Pin
CPallini16-Nov-09 20:41
mveCPallini16-Nov-09 20:41 
GeneralRe: dll for middleware Pin
Eka Candra16-Nov-09 21:03
Eka Candra16-Nov-09 21:03 
QuestionRe: dll for middleware Pin
CPallini16-Nov-09 21:12
mveCPallini16-Nov-09 21:12 

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.