Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: dWhat is protected inheritance? Pin
trelliot28-Jan-05 2:39
trelliot28-Jan-05 2:39 
GeneralCode for Hibernate and turn of monitor Pin
Rajesh_K_Sharma27-Jan-05 21:39
Rajesh_K_Sharma27-Jan-05 21:39 
GeneralRe: Code for Hibernate and turn of monitor Pin
geo_m27-Jan-05 21:49
geo_m27-Jan-05 21:49 
Generalgamma Pin
viliam27-Jan-05 21:39
viliam27-Jan-05 21:39 
GeneralHelp to debug Error!! Pin
Anonymous27-Jan-05 21:13
Anonymous27-Jan-05 21:13 
GeneralRe: Help to debug Error!! Pin
James R. Twine28-Jan-05 2:44
James R. Twine28-Jan-05 2:44 
GeneralRe: Help to debug Error!! Pin
Anonymous28-Jan-05 13:43
Anonymous28-Jan-05 13:43 
GeneralRe: Help to debug Error!! Pin
James R. Twine28-Jan-05 13:55
James R. Twine28-Jan-05 13:55 
   Are you Attaching another CWnd-based object to one of your windows controls?

   The reason it works in release mode is likely not because the error/problem goes away, it is because there is no diagnostic code to report on it.   There are very few errors that are a true result of the Debug mode of the Compiler/Linker.

   The only thing that jumps out at me is that you are allocating into pMySheet, which is a local variable.  That means that you are either really leaking it, or deleting it later in the same function, when it looks like the CMySheet object is supposed to have a longer lifetime.  Either way, it looks like that pointer is being mismanaged.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites

Generalpopulate list view in VB from VC++ dll using SendMessage Api Pin
Mohamed Jaffar Sagir27-Jan-05 21:05
Mohamed Jaffar Sagir27-Jan-05 21:05 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
S Douglas27-Jan-05 23:33
professionalS Douglas27-Jan-05 23:33 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
Mohamed Jaffar Sagir28-Jan-05 1:54
Mohamed Jaffar Sagir28-Jan-05 1:54 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
S Douglas28-Jan-05 3:52
professionalS Douglas28-Jan-05 3:52 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
Mohamed Jaffar Sagir28-Jan-05 4:15
Mohamed Jaffar Sagir28-Jan-05 4:15 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
S Douglas31-Jan-05 1:07
professionalS Douglas31-Jan-05 1:07 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
James R. Twine28-Jan-05 2:58
James R. Twine28-Jan-05 2:58 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
Mohamed Jaffar Sagir28-Jan-05 4:01
Mohamed Jaffar Sagir28-Jan-05 4:01 
GeneralRe: populate list view in VB from VC++ dll using SendMessage Api Pin
James R. Twine28-Jan-05 13:48
James R. Twine28-Jan-05 13:48 
GeneralMX query through NSlookup Pin
Ankit Aneja27-Jan-05 20:21
Ankit Aneja27-Jan-05 20:21 
GeneralRe: MX query through NSlookup Pin
ThatsAlok27-Jan-05 20:28
ThatsAlok27-Jan-05 20:28 
GeneralRe: MX query through NSlookup Pin
Ankit Aneja27-Jan-05 20:34
Ankit Aneja27-Jan-05 20:34 
GeneralRe: MX query through NSlookup Pin
22491727-Jan-05 21:27
22491727-Jan-05 21:27 
GeneralRe: MX query through NSlookup Pin
Ankit Aneja27-Jan-05 22:12
Ankit Aneja27-Jan-05 22:12 
GeneralImageList Control Pin
Rajmathi27-Jan-05 19:57
Rajmathi27-Jan-05 19:57 
QuestionHow to split pcl data file to print separate page Pin
hunghn27-Jan-05 19:40
hunghn27-Jan-05 19:40 
Generalproblem in dns query Pin
Ankit Aneja27-Jan-05 19:08
Ankit Aneja27-Jan-05 19:08 

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.