Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThanks, but... Pin
16-May-01 3:54
suss16-May-01 3:54 
GeneralMemory Leak Pin
William Bartholomew15-May-01 13:03
William Bartholomew15-May-01 13:03 
GeneralRe: Memory Leak Pin
Gerald Schwab15-May-01 16:18
Gerald Schwab15-May-01 16:18 
GeneralRe: Memory Leak Pin
Michael Dunn15-May-01 16:25
sitebuilderMichael Dunn15-May-01 16:25 
GeneralRe: Memory Leak Pin
15-May-01 23:48
suss15-May-01 23:48 
GeneralRe: Memory Leak Pin
15-May-01 23:48
suss15-May-01 23:48 
GeneralWhere to put header files Pin
Christopher15-May-01 12:18
Christopher15-May-01 12:18 
GeneralRe: Where to put header files Pin
Christian Graus15-May-01 12:52
protectorChristian Graus15-May-01 12:52 
This means that you need to include a header for whatever it is this line references. The header file goes in the top of the .h if it's for a member variable, otherwise the .cpp. It needs to be under the main ones (stdafx.h, the classes own header file ) and you need to make sure ( mainly by not putting it in the .h unless you need to ) that you don't create a circular reference where two headers load each other.

More than that, I cannot tell without seeing the code.

Christian

I've learned that you cannot make someone love you. All you can do is stalk them and hope they panic and give in.

The early bird may get the worm, but it's the second mouse that gets the cheese.
GeneralRe: Where to put header files Pin
Tim Deveaux15-May-01 13:45
Tim Deveaux15-May-01 13:45 
GeneralStarting another application from code Pin
15-May-01 11:14
suss15-May-01 11:14 
GeneralRe: Starting another application from code Pin
Christian Graus15-May-01 11:18
protectorChristian Graus15-May-01 11:18 
GeneralChange view in OnNewDocument Pin
Clinton James15-May-01 9:28
Clinton James15-May-01 9:28 
GeneralRe: Change view in OnNewDocument Pin
Tomasz Sowinski15-May-01 10:00
Tomasz Sowinski15-May-01 10:00 
GeneralRe: Change view in OnNewDocument Pin
Clinton James16-May-01 4:45
Clinton James16-May-01 4:45 
Generalneed one example Pin
15-May-01 9:00
suss15-May-01 9:00 
GeneralRe: need one example Pin
Christian Graus15-May-01 22:57
protectorChristian Graus15-May-01 22:57 
GeneralCScrollView question Pin
Richard Cheng15-May-01 8:19
Richard Cheng15-May-01 8:19 
GeneralError message??!!!!! Pin
Richard Cheng15-May-01 7:41
Richard Cheng15-May-01 7:41 
GeneralRe: Error message??!!!!! Pin
Tomasz Sowinski15-May-01 7:54
Tomasz Sowinski15-May-01 7:54 
GeneralRe: Error message??!!!!! Pin
Richard Cheng15-May-01 8:12
Richard Cheng15-May-01 8:12 
GeneralDialog vs MDI Pin
mr200315-May-01 6:50
mr200315-May-01 6:50 
GeneralRe: Dialog vs MDI Pin
15-May-01 21:36
suss15-May-01 21:36 
Questionhow to clear a listbox control Pin
15-May-01 5:39
suss15-May-01 5:39 
AnswerRe: how to clear a listbox control Pin
15-May-01 6:44
suss15-May-01 6:44 
AnswerRe: how to clear a listbox control Pin
Gunnar Mätzler15-May-01 21:05
Gunnar Mätzler15-May-01 21:05 

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.