Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to remotely start an application in a local network? Pin
valikac23-Apr-03 6:13
valikac23-Apr-03 6:13 
GeneralAuto-resize of text-field Pin
JensB23-Apr-03 3:13
JensB23-Apr-03 3:13 
GeneralRe: Auto-resize of text-field Pin
valikac23-Apr-03 6:14
valikac23-Apr-03 6:14 
GeneralCallback functions Pin
will138323-Apr-03 2:51
will138323-Apr-03 2:51 
GeneralRe: Callback functions Pin
Rickard Andersson2023-Apr-03 2:57
Rickard Andersson2023-Apr-03 2:57 
GeneralRe: Callback functions Pin
will138323-Apr-03 3:00
will138323-Apr-03 3:00 
GeneralRe: Callback functions Pin
Rickard Andersson2023-Apr-03 3:05
Rickard Andersson2023-Apr-03 3:05 
GeneralCArray and Memory Leaks Pin
Ricky_TheBard23-Apr-03 2:40
Ricky_TheBard23-Apr-03 2:40 
Hy People!
I'm having some problems with memory leaks, maybe somebody can help me Smile | :)
I have an CArray, full of objects with CStrings and when I finish my program lots of memory leaks of type strcore appears on the my debug.
I try to put myvariableString.Empty(); on the destructor of that object, but doesn't solved Frown | :(
The same happens to my CRichEdit control, I do a 'new' and create; on the destructor I do richedit->DestroyWindow() and delete richedit;
But anyway, the following text appear:
my.cpp: {701} client block at 0x002FA608, subtype 0, 64 bytes long.
a CRichEditCtrl object at $002FA608, 64 bytes long Unsure | :~

Thanks everybody for the attention,
cheers!

Ricky
GeneralRe: CArray and Memory Leaks Pin
Phil Hamer23-Apr-03 9:21
Phil Hamer23-Apr-03 9:21 
GeneralRe: CArray and Memory Leaks Pin
David Crow23-Apr-03 10:34
David Crow23-Apr-03 10:34 
GeneralShell open & working dir Pin
Paolo Vernazza23-Apr-03 1:57
Paolo Vernazza23-Apr-03 1:57 
GeneralRe: Shell open & working dir Pin
Rage23-Apr-03 4:00
professionalRage23-Apr-03 4:00 
GeneralRe: Shell open & working dir Pin
Paolo Vernazza23-Apr-03 4:32
Paolo Vernazza23-Apr-03 4:32 
GeneralRe: Shell open & working dir Pin
Rage23-Apr-03 20:54
professionalRage23-Apr-03 20:54 
GeneralRe: Shell open & working dir Pin
Paolo Vernazza23-Apr-03 22:58
Paolo Vernazza23-Apr-03 22:58 
GeneralRe: Shell open & working dir Pin
Rage23-Apr-03 23:05
professionalRage23-Apr-03 23:05 
GeneralRe: Shell open & working dir Pin
Paolo Vernazza23-Apr-03 23:46
Paolo Vernazza23-Apr-03 23:46 
GeneralRe: Shell open & working dir Pin
David Crow23-Apr-03 8:11
David Crow23-Apr-03 8:11 
GeneralProblem in deleting a specific record in an array in C++ Pin
grscot23-Apr-03 1:53
grscot23-Apr-03 1:53 
GeneralRe: Problem in deleting a specific record in an array in C++ Pin
David Crow23-Apr-03 2:57
David Crow23-Apr-03 2:57 
GeneralRe: Problem in deleting a specific record in an array in C++ Pin
Rickard Andersson2023-Apr-03 3:03
Rickard Andersson2023-Apr-03 3:03 
GeneralRe: Problem in deleting a specific record in an array in C++ Pin
Cambalindo23-Apr-03 6:31
Cambalindo23-Apr-03 6:31 
GeneralRe: Problem in deleting a specific record in an array in C++ Pin
Cambalindo23-Apr-03 6:37
Cambalindo23-Apr-03 6:37 
GeneralWant to find sample codes used to send E-Mail. Pin
George223-Apr-03 1:53
George223-Apr-03 1:53 
GeneralRe: Want to find sample codes used to send E-Mail. Pin
imsniper23-Apr-03 4:12
imsniper23-Apr-03 4:12 

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.