Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCopying arrays Pin
andysolman7-Nov-01 4:51
andysolman7-Nov-01 4:51 
GeneralRe: Copying arrays Pin
Michael P Butler7-Nov-01 5:02
Michael P Butler7-Nov-01 5:02 
QuestionHow to know that the file is a WAV? Pin
Rickard Andersson207-Nov-01 4:46
Rickard Andersson207-Nov-01 4:46 
AnswerRe: How to know that the file is a WAV? Pin
7-Nov-01 6:56
suss7-Nov-01 6:56 
GeneralMultiple build configurations Pin
jfaulken7-Nov-01 4:26
jfaulken7-Nov-01 4:26 
GeneralRe: Multiple build configurations Pin
Michael P Butler7-Nov-01 4:32
Michael P Butler7-Nov-01 4:32 
GeneralRe: Multiple build configurations Pin
Chambers7-Nov-01 5:39
Chambers7-Nov-01 5:39 
GeneralRe: Multiple build configurations Pin
Tomasz Sowinski7-Nov-01 7:34
Tomasz Sowinski7-Nov-01 7:34 
but is there a 'new' C++ way of doing code sharing without using #defines as switches?

Do not create new projects, they are not designed to do that; just for multiple configurations. Use #ifdefs, but without #defines. The symbol which controls which functionality goes into the binaries should be defined in the Settings/C++/Preprocessor definitions. The only difference between Debug-Pro and Debug-Lite (and corresponding release versions) config should be the presence/absence of _PRO_VERSION.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Multiple build configurations Pin
jfaulken7-Nov-01 12:46
jfaulken7-Nov-01 12:46 
GeneralRe: Multiple build configurations Pin
Tomasz Sowinski7-Nov-01 23:57
Tomasz Sowinski7-Nov-01 23:57 
GeneralRe: Multiple build configurations Pin
Mukkie7-Nov-01 7:56
Mukkie7-Nov-01 7:56 
GeneralQuick Question Pin
RobJones7-Nov-01 4:19
RobJones7-Nov-01 4:19 
GeneralRe: Quick Question Pin
Michael P Butler7-Nov-01 4:28
Michael P Butler7-Nov-01 4:28 
GeneralRe: Quick Question Pin
RobJones7-Nov-01 4:36
RobJones7-Nov-01 4:36 
Generalfile streaming Pin
Bernhard7-Nov-01 4:16
Bernhard7-Nov-01 4:16 
General"Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard7-Nov-01 2:29
Steen Krogsgaard7-Nov-01 2:29 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael P Butler7-Nov-01 2:43
Michael P Butler7-Nov-01 2:43 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard7-Nov-01 3:42
Steen Krogsgaard7-Nov-01 3:42 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael P Butler7-Nov-01 4:21
Michael P Butler7-Nov-01 4:21 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard8-Nov-01 1:15
Steen Krogsgaard8-Nov-01 1:15 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Mukkie7-Nov-01 8:06
Mukkie7-Nov-01 8:06 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael Dunn7-Nov-01 8:06
sitebuilderMichael Dunn7-Nov-01 8:06 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard8-Nov-01 1:17
Steen Krogsgaard8-Nov-01 1:17 
Generalmultiple session Pin
7-Nov-01 1:29
suss7-Nov-01 1:29 
QuestionMSVC6 performance tips? Pin
Rob Caldecott7-Nov-01 1:19
Rob Caldecott7-Nov-01 1:19 

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.