Click here to Skip to main content
15,910,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionbyTwo problem with UNICODE apps Pin
TommyTooth9-Sep-06 18:47
TommyTooth9-Sep-06 18:47 
QuestionNonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 15:51
Lord Kixdemp9-Sep-06 15:51 
AnswerRe: Nonsense C++ errors... Pin
Christian Graus9-Sep-06 16:24
protectorChristian Graus9-Sep-06 16:24 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 16:41
Lord Kixdemp9-Sep-06 16:41 
GeneralRe: Nonsense C++ errors... Pin
John M. Drescher9-Sep-06 16:58
John M. Drescher9-Sep-06 16:58 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 17:10
Lord Kixdemp9-Sep-06 17:10 
GeneralRe: Nonsense C++ errors... Pin
Christian Graus9-Sep-06 17:27
protectorChristian Graus9-Sep-06 17:27 
AnswerRe: Nonsense C++ errors... Pin
Michael Dunn9-Sep-06 17:18
sitebuilderMichael Dunn9-Sep-06 17:18 
From that description, you need to clean up your include situation. For starters, your "includes.h" (analagous to stdafx.h in wizard-generated code) should not be included in other header files, only cpp files. The way it is now, if you're not using precompiled headers, you're seeing much longer compile times than necessary.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp9-Sep-06 18:41
Lord Kixdemp9-Sep-06 18:41 
GeneralRe: Nonsense C++ errors... Pin
Michael Dunn9-Sep-06 18:54
sitebuilderMichael Dunn9-Sep-06 18:54 
GeneralRe: Nonsense C++ errors... Pin
Lord Kixdemp11-Sep-06 9:33
Lord Kixdemp11-Sep-06 9:33 
Questioncopy data from two buffer into one Pin
venadder9-Sep-06 12:49
venadder9-Sep-06 12:49 
AnswerRe: copy data from two buffer into one Pin
venadder9-Sep-06 13:06
venadder9-Sep-06 13:06 
AnswerRe: copy data from two buffer into one Pin
Justin Tay9-Sep-06 15:23
Justin Tay9-Sep-06 15:23 
AnswerRe: CTyptedPtrList error ! Pin
tanvon malik9-Sep-06 16:39
tanvon malik9-Sep-06 16:39 
QuestionMet problems with my first win32 program Pin
bloodwinner9-Sep-06 11:04
bloodwinner9-Sep-06 11:04 
AnswerRe: Met problems with my first win32 program Pin
Rick York9-Sep-06 11:51
mveRick York9-Sep-06 11:51 
GeneralRe: Met problems with my first win32 program Pin
bloodwinner9-Sep-06 12:33
bloodwinner9-Sep-06 12:33 
GeneralRe: Met problems with my first win32 program Pin
Rick York9-Sep-06 12:41
mveRick York9-Sep-06 12:41 
GeneralRe: Met problems with my first win32 program Pin
TylerD759-Sep-06 13:15
TylerD759-Sep-06 13:15 
GeneralRe: Met problems with my first win32 program Pin
Rick York9-Sep-06 14:36
mveRick York9-Sep-06 14:36 
GeneralRe: Met problems with my first win32 program Pin
TylerD759-Sep-06 16:31
TylerD759-Sep-06 16:31 
GeneralRe: Met problems with my first win32 program Pin
Justin Tay9-Sep-06 15:08
Justin Tay9-Sep-06 15:08 
GeneralRe: Met problems with my first win32 program Pin
Michael Dunn9-Sep-06 17:20
sitebuilderMichael Dunn9-Sep-06 17:20 
AnswerRe: Met problems with my first win32 program Pin
mostafa_pasha10-Sep-06 4:13
mostafa_pasha10-Sep-06 4:13 

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.