Click here to Skip to main content
15,897,519 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable ASSERTS Pin
misha_grewal13-Jan-04 23:13
misha_grewal13-Jan-04 23:13 
GeneralNext Dll Question ;) Pin
bryce13-Jan-04 15:33
bryce13-Jan-04 15:33 
GeneralRe: Next Dll Question ;) Pin
bryce13-Jan-04 17:45
bryce13-Jan-04 17:45 
GeneralRe: Next Dll Question ;) Pin
Buddhike de Silva13-Jan-04 18:32
Buddhike de Silva13-Jan-04 18:32 
Question"Unhandled exception in Test.ex[MSCTF.DLL]:0XC0000005:Access Violation"??? Pin
zhaopzhi13-Jan-04 15:17
zhaopzhi13-Jan-04 15:17 
Questionhow can i send/receive packets to POP3/IMAP server Pin
chirag_chauhan13-Jan-04 15:06
chirag_chauhan13-Jan-04 15:06 
AnswerRe: how can i send/receive packets to POP3/IMAP server Pin
murali_utr13-Jan-04 18:15
murali_utr13-Jan-04 18:15 
GeneralCircular inclusions... Pin
Anonymous13-Jan-04 15:04
Anonymous13-Jan-04 15:04 
I have a program with 3 class (actually 4, but the last one will work if i can get the other 3 to work), let's call them A, B, and C. A uses both B and C as private data members, and B and C each use A as a private data member. Apparently i can't simply use include directives, since circular inclusions like that are prohibited. so i tried using foreward declarations, but that did nothing. then i tried using include directives for A, but foreward declarations for B and C. If i do that, then A works, but B and C each have a lot of errors. they don't register A as a declared class. any idea how i can fix this?
GeneralRe: Circular inclusions... Pin
Christian Graus13-Jan-04 17:26
protectorChristian Graus13-Jan-04 17:26 
GeneralRe: Circular inclusions... Pin
Ryan Binns13-Jan-04 17:35
Ryan Binns13-Jan-04 17:35 
GeneralRe: Circular inclusions... Pin
Anonymous13-Jan-04 18:25
Anonymous13-Jan-04 18:25 
GeneralRe: Circular inclusions... Pin
Marcello16-Jan-04 7:58
Marcello16-Jan-04 7:58 
GeneralMFC SDI App Pin
Irish_GUI13-Jan-04 13:44
Irish_GUI13-Jan-04 13:44 
GeneralRe: MFC SDI App Pin
l a u r e n13-Jan-04 15:32
l a u r e n13-Jan-04 15:32 
GeneralRe: MFC SDI App Pin
Robert A. T. Káldy14-Jan-04 0:44
Robert A. T. Káldy14-Jan-04 0:44 
GeneralCPU usage per process. Pin
ham744613-Jan-04 13:43
ham744613-Jan-04 13:43 
QuestionHow to get the default size of i/o com buffers? Pin
twing13-Jan-04 13:39
twing13-Jan-04 13:39 
QuestionGrouping ctrls in a group box...? Pin
Tommy Svensson13-Jan-04 13:36
Tommy Svensson13-Jan-04 13:36 
AnswerRe: Grouping ctrls in a group box...? Pin
Ryan Binns13-Jan-04 17:40
Ryan Binns13-Jan-04 17:40 
GeneralEdit paste copy problem Pin
Chernobog113-Jan-04 13:11
Chernobog113-Jan-04 13:11 
Generaldll linkage madness Pin
bryce13-Jan-04 12:17
bryce13-Jan-04 12:17 
GeneralRe: dll linkage madness Pin
twing13-Jan-04 14:06
twing13-Jan-04 14:06 
GeneralRe: dll linkage madness Pin
bryce13-Jan-04 14:16
bryce13-Jan-04 14:16 
GeneralRe: dll linkage madness Pin
rpins13-Jan-04 17:17
rpins13-Jan-04 17:17 
GeneralRe: dll linkage madness Pin
PJ Arends13-Jan-04 17:31
professionalPJ Arends13-Jan-04 17: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.