Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalproblem resolved! Pin
ns19-Jul-02 4:01
ns19-Jul-02 4:01 
GeneralRetreiving a user's signature Pin
Shog918-Jul-02 11:24
sitebuilderShog918-Jul-02 11:24 
GeneralRe: Retreiving a user's signature Pin
ColinDavies18-Jul-02 21:43
ColinDavies18-Jul-02 21:43 
GeneralHelp please : "Detected memory leaks!" Pin
Mandalay18-Jul-02 10:19
Mandalay18-Jul-02 10:19 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 11:05
[CoY0te]18-Jul-02 11:05 
GeneralRe: Help please : "Detected memory leaks!" Pin
Mandalay18-Jul-02 11:48
Mandalay18-Jul-02 11:48 
GeneralRe: Help please : "Detected memory leaks!" Pin
Nathan Blomquist18-Jul-02 12:17
Nathan Blomquist18-Jul-02 12:17 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 22:44
[CoY0te]18-Jul-02 22:44 
As I said: be patient - inspecting the code I've noticed You reversed the order of two code lines. The proper order is:
delete pWnd;
pWnd = NULL;
...no comment... Wink | ;)

PS: Although delete doesn't set the pointer to NULL it is not necessarry to do that unless it's the only information about existance of an object.

Greetings to all assembler dudes and especially for C64 demoscene!
GeneralRe: Help please : "Detected memory leaks!" Pin
Alexandru Savescu18-Jul-02 21:01
Alexandru Savescu18-Jul-02 21:01 
GeneralRe: Help please : "Detected memory leaks!" Pin
Joaquín M López Muñoz18-Jul-02 11:13
Joaquín M López Muñoz18-Jul-02 11:13 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 11:21
[CoY0te]18-Jul-02 11:21 
GeneralRe: Help please : "Detected memory leaks!" Pin
Joaquín M López Muñoz18-Jul-02 11:25
Joaquín M López Muñoz18-Jul-02 11:25 
GeneralBUT IT WORKS (: Pin
Mandalay18-Jul-02 11:54
Mandalay18-Jul-02 11:54 
GeneralCHtmlView - trapping the right click when an HT ML page is displayed Pin
BeavisInAz18-Jul-02 10:18
BeavisInAz18-Jul-02 10:18 
GeneralRe: CHtmlView - trapping the right click when an HT ML page is displayed Pin
ColinDavies18-Jul-02 21:49
ColinDavies18-Jul-02 21:49 
GeneralRe: CHtmlView - trapping the right click when an HT ML page is displayed Pin
BeavisInAz19-Jul-02 5:01
BeavisInAz19-Jul-02 5:01 
Questionhow to hide or remove separator bars in toolbar programmatically? Pin
ns18-Jul-02 10:08
ns18-Jul-02 10:08 
AnswerRe: how to hide or remove separator bars in toolbar programmatically? Pin
Ravi Bhavnani18-Jul-02 10:29
professionalRavi Bhavnani18-Jul-02 10:29 
AnswerRe: how to hide or remove separator bars in toolbar programmatically? Pin
Ravi Bhavnani18-Jul-02 10:30
professionalRavi Bhavnani18-Jul-02 10:30 
GeneralISAPI and Unicode Pin
Roman Nurik18-Jul-02 10:04
Roman Nurik18-Jul-02 10:04 
GeneralRe: ISAPI and Unicode Pin
Joaquín M López Muñoz18-Jul-02 10:10
Joaquín M López Muñoz18-Jul-02 10:10 
GeneralI try again - CMenu::AppendMenu Pin
[CoY0te]18-Jul-02 9:52
[CoY0te]18-Jul-02 9:52 
GeneralRe: I try again - CMenu::AppendMenu Pin
Joaquín M López Muñoz18-Jul-02 10:05
Joaquín M López Muñoz18-Jul-02 10:05 
GeneralRe: I try again - CMenu::AppendMenu Pin
[CoY0te]18-Jul-02 10:43
[CoY0te]18-Jul-02 10:43 
GeneralRe: I try again - CMenu::AppendMenu Pin
Joaquín M López Muñoz18-Jul-02 11:02
Joaquín M López Muñoz18-Jul-02 11:02 

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.