Click here to Skip to main content
15,907,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSpeech-based Video Control Pin
llp00na14-Dec-08 9:03
llp00na14-Dec-08 9:03 
AnswerRe: Speech-based Video Control [modified] Pin
Jijo.Raj14-Dec-08 9:40
Jijo.Raj14-Dec-08 9:40 
GeneralRe: Speech-based Video Control Pin
llp00na15-Dec-08 1:23
llp00na15-Dec-08 1:23 
QuestionHow do you structure your code/development environment ? Pin
Defenestration14-Dec-08 1:50
Defenestration14-Dec-08 1:50 
AnswerRe: How do you structure your code/development environment ? Pin
Stuart Dootson14-Dec-08 6:27
professionalStuart Dootson14-Dec-08 6:27 
QuestionRe: How do you structure your code/development environment ? Pin
Defenestration14-Dec-08 6:47
Defenestration14-Dec-08 6:47 
AnswerRe: How do you structure your code/development environment ? Pin
Stuart Dootson14-Dec-08 7:43
professionalStuart Dootson14-Dec-08 7:43 
AnswerRe: How do you structure your code/development environment ? Pin
Jijo.Raj14-Dec-08 6:47
Jijo.Raj14-Dec-08 6:47 
I'll go for (1) i.e. refer the common header files rather than making a copy of it and use. Because, as you said, if you copy the files, you could avoid crashes or compilation errors during development. But infact you are not avoid it but simply accumulating. All the compilation errors and crash will popup once you start to integrate will the latest common and you'll be in real trouble in sorting out the bugs.

So better refer the common modules and incase of any trouble in latest common source, just get the old version from your version control and work with it until the guys fixes the latest common. Roll eyes | :rolleyes:

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

QuestionSetWaitableTimer confusions Pin
George_George14-Dec-08 1:40
George_George14-Dec-08 1:40 
AnswerRe: SetWaitableTimer confusions Pin
Stuart Dootson14-Dec-08 6:25
professionalStuart Dootson14-Dec-08 6:25 
GeneralRe: SetWaitableTimer confusions Pin
George_George14-Dec-08 20:14
George_George14-Dec-08 20:14 
GeneralRe: SetWaitableTimer confusions Pin
Stuart Dootson14-Dec-08 21:19
professionalStuart Dootson14-Dec-08 21:19 
GeneralRe: SetWaitableTimer confusions Pin
George_George15-Dec-08 0:42
George_George15-Dec-08 0:42 
AnswerRe: SetWaitableTimer confusions Pin
Jijo.Raj14-Dec-08 6:37
Jijo.Raj14-Dec-08 6:37 
GeneralRe: SetWaitableTimer confusions Pin
George_George14-Dec-08 20:20
George_George14-Dec-08 20:20 
QuestionQuery XML in SQL 2005 using ADO in native C++ Pin
Green Fuze13-Dec-08 12:42
Green Fuze13-Dec-08 12:42 
Question[Message Deleted] Pin
chokahn13-Dec-08 3:50
chokahn13-Dec-08 3:50 
AnswerRe: reading bitmap pixel by pixel?? Pin
Jijo.Raj13-Dec-08 3:56
Jijo.Raj13-Dec-08 3:56 
AnswerRe: [Message Deleted] Pin
Jijo.Raj13-Dec-08 4:57
Jijo.Raj13-Dec-08 4:57 
QuestionCreating DialogBar in VC 2008 Pin
sabapathy_8013-Dec-08 3:13
sabapathy_8013-Dec-08 3:13 
QuestionHamming error check and correct Pin
King Tran13-Dec-08 2:40
King Tran13-Dec-08 2:40 
AnswerRe: Hamming error check and correct Pin
Stuart Dootson13-Dec-08 9:24
professionalStuart Dootson13-Dec-08 9:24 
GeneralRe: Hamming error check and correct Pin
Richard Andrew x6413-Dec-08 10:33
professionalRichard Andrew x6413-Dec-08 10:33 
QuestionQuestion regarding Visual C++ redistributable Pin
Zerox MXI13-Dec-08 2:26
Zerox MXI13-Dec-08 2:26 
AnswerRe: Question regarding Visual C++ redistributable Pin
Stuart Dootson13-Dec-08 9:31
professionalStuart Dootson13-Dec-08 9:31 

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.