Click here to Skip to main content
15,898,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Albert Holguin6-Apr-11 17:42
professionalAlbert Holguin6-Apr-11 17:42 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Rajesh R Subramanian7-Apr-11 6:41
professionalRajesh R Subramanian7-Apr-11 6:41 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Albert Holguin6-Apr-11 17:44
professionalAlbert Holguin6-Apr-11 17:44 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Hans Dietrich6-Apr-11 18:04
mentorHans Dietrich6-Apr-11 18:04 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Albert Holguin6-Apr-11 18:07
professionalAlbert Holguin6-Apr-11 18:07 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Albert Holguin6-Apr-11 18:09
professionalAlbert Holguin6-Apr-11 18:09 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Hans Dietrich6-Apr-11 18:17
mentorHans Dietrich6-Apr-11 18:17 
GeneralRe: How to create setup file of an EXE in Visual Studio 6.0 ? Pin
Albert Holguin6-Apr-11 18:20
professionalAlbert Holguin6-Apr-11 18:20 
QuestionFormView on close Pin
Sakhalean6-Apr-11 3:23
Sakhalean6-Apr-11 3:23 
AnswerRe: FormView on close Pin
Hans Dietrich6-Apr-11 4:00
mentorHans Dietrich6-Apr-11 4:00 
GeneralRe: FormView on close Pin
Sakhalean6-Apr-11 4:09
Sakhalean6-Apr-11 4:09 
Questionhow to use visual leak detector Pin
shashankacharya6-Apr-11 1:10
shashankacharya6-Apr-11 1:10 
AnswerRe: how to use visual leak detector Pin
Hans Dietrich6-Apr-11 1:18
mentorHans Dietrich6-Apr-11 1:18 
GeneralRe: how to use visual leak detector Pin
shashankacharya6-Apr-11 1:30
shashankacharya6-Apr-11 1:30 
AnswerRe: how to use visual leak detector Pin
Pravin Patil, Mumbai6-Apr-11 1:18
Pravin Patil, Mumbai6-Apr-11 1:18 
GeneralRe: how to use visual leak detector Pin
shashankacharya6-Apr-11 17:07
shashankacharya6-Apr-11 17:07 
QuestionMemory leak during termination of thread Pin
shashankacharya5-Apr-11 23:51
shashankacharya5-Apr-11 23:51 
Helllo everybody
plz help me ... I started one thread in my application in mfc but on close of my view I got memory leak
{367668} normal block at 0x021D82F0, 102 bytes long.
Data: < C|& * > B8 AE 43 7C 26 00 00 00 2A 00 00 00 01 00 00 00
{367666} normal block at 0x121BA1E0, 102 bytes long.
Data: < C| * > B8 AE 43 7C 1F 00 00 00 2A 00 00 00 01 00 00 00
{342539} normal block at 0x02219868, 118 bytes long.
Data: <D : \ MyApp > 44 00 3A 00 5C 00 51 00 50 00 6C 00 75 00 73 00
{254649} normal block at 0x1216AA18, 70 bytes long.
Data: < C| > B8 AE 43 7C 1A 00 00 00 1A 00 00 00 01 00 00 00
{188285} normal block at 0x02259E90, 70 bytes long.
Data: < C| > B8 AE 43 7C 1A 00 00 00 1A 00 00 00 01 00 00 00
Object dump complete.
This errors got. please help me
In on close methode
SetEvent(m_hKillThread);
::TerminateThread (m_Thread->m_hThread,1);
WaitForSingleObject (m_Thread->m_hThread,INFINITE);
m_Thread->Delete ();
CloseHandle (m_hKillThread);
Plz help meConfused | :confused: Confused | :confused:
AnswerRe: Memory leak during termination of thread Pin
Cedric Moonen6-Apr-11 0:07
Cedric Moonen6-Apr-11 0:07 
GeneralRe: Memory leak during termination of thread Pin
shashankacharya6-Apr-11 0:19
shashankacharya6-Apr-11 0:19 
AnswerRe: Memory leak during termination of thread Pin
heliboy6-Apr-11 0:16
heliboy6-Apr-11 0:16 
GeneralRe: Memory leak during termination of thread Pin
shashankacharya6-Apr-11 0:24
shashankacharya6-Apr-11 0:24 
GeneralRe: Memory leak during termination of thread Pin
Albert Holguin6-Apr-11 17:19
professionalAlbert Holguin6-Apr-11 17:19 
GeneralRe: Memory leak during termination of thread Pin
shashankacharya6-Apr-11 22:16
shashankacharya6-Apr-11 22:16 
QuestionConflicting Resource IDs Pin
softwaremonkey5-Apr-11 20:32
softwaremonkey5-Apr-11 20:32 
AnswerRe: Conflicting Resource IDs Pin
Hans Dietrich5-Apr-11 22:24
mentorHans Dietrich5-Apr-11 22:24 

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.