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

C / C++ / MFC

 
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 
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 
Ifdef - endif is preffered method - indeed.
But there is another method often used too.
You can create two projects. Common files can be included in both projects. If some functionality needs to be in pro version, You can write empty function/class in version lite. Both will link, but only one will have real implementation.
Which method to use? It depends on the number of code/files and Your preferences.
I personally use ifdef method if there are not many changes.
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 
AnswerRe: MSVC6 performance tips? Pin
#realJSOP7-Nov-01 1:25
professional#realJSOP7-Nov-01 1:25 
AnswerRe: MSVC6 performance tips? Pin
Tomasz Sowinski7-Nov-01 1:34
Tomasz Sowinski7-Nov-01 1:34 
GeneralRe: MSVC6 performance tips? Pin
Rob Caldecott7-Nov-01 2:00
Rob Caldecott7-Nov-01 2:00 

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.