Click here to Skip to main content
15,920,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTermination of one dll from another Pin
rajandpayal11-Jun-07 10:24
rajandpayal11-Jun-07 10:24 
QuestionRe: Termination of one dll from another Pin
David Crow11-Jun-07 10:44
David Crow11-Jun-07 10:44 
AnswerRe: Termination of one dll from another Pin
rajandpayal11-Jun-07 10:46
rajandpayal11-Jun-07 10:46 
QuestionRe: Termination of one dll from another Pin
David Crow11-Jun-07 10:48
David Crow11-Jun-07 10:48 
AnswerRe: Termination of one dll from another Pin
rajandpayal11-Jun-07 10:52
rajandpayal11-Jun-07 10:52 
GeneralRe: Termination of one dll from another Pin
David Crow11-Jun-07 11:06
David Crow11-Jun-07 11:06 
GeneralRe: Termination of one dll from another Pin
rajandpayal11-Jun-07 11:13
rajandpayal11-Jun-07 11:13 
GeneralRe: Termination of one dll from another Pin
#realJSOP12-Jun-07 1:46
professional#realJSOP12-Jun-07 1:46 
rajandpayal wrote:
We are seeing some memory leaks in our apps


If you have memory leaks, forcing the DLL to close will not keep the memory leaks from happening (after all, the memory has already leaked at that point). You have to find the place(s) where you're not freeing up a pointer. Running the DLL under the debugger (assuming you have the source code for the DLL) should indicate a general location where the memory leaks are occurring.




"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


Questionstrerror() for WSAGetLastError() and GetLastError() [modified] Pin
maizhiming11-Jun-07 10:15
maizhiming11-Jun-07 10:15 
AnswerRe: strerror() for WSAGetLastError() and GetLastError() Pin
David Crow11-Jun-07 10:45
David Crow11-Jun-07 10:45 
Questionproblem [modified] Pin
Force Code11-Jun-07 10:09
Force Code11-Jun-07 10:09 
AnswerRe: problem Pin
Matthew Faithfull11-Jun-07 11:00
Matthew Faithfull11-Jun-07 11:00 
Questionretrieve executable path by hwnd Pin
Giorgi Dalakishvili11-Jun-07 8:03
mentorGiorgi Dalakishvili11-Jun-07 8:03 
AnswerRe: retrieve executable path by hwnd Pin
Mark Salsbery11-Jun-07 8:41
Mark Salsbery11-Jun-07 8:41 
GeneralRe: retrieve executable path by hwnd Pin
Giorgi Dalakishvili11-Jun-07 8:52
mentorGiorgi Dalakishvili11-Jun-07 8:52 
GeneralRe: retrieve executable path by hwnd Pin
Mark Salsbery11-Jun-07 8:55
Mark Salsbery11-Jun-07 8:55 
GeneralRe: retrieve executable path by hwnd Pin
Mark Salsbery11-Jun-07 9:09
Mark Salsbery11-Jun-07 9:09 
GeneralRe: retrieve executable path by hwnd Pin
Giorgi Dalakishvili11-Jun-07 9:19
mentorGiorgi Dalakishvili11-Jun-07 9:19 
GeneralRe: retrieve executable path by hwnd Pin
Mark Salsbery11-Jun-07 9:22
Mark Salsbery11-Jun-07 9:22 
QuestionAutomatically upgrade firmware for home routers Pin
capulett11-Jun-07 6:25
capulett11-Jun-07 6:25 
QuestionRe: Automatically upgrade firmware for home routers Pin
David Crow11-Jun-07 6:39
David Crow11-Jun-07 6:39 
AnswerRe: Automatically upgrade firmware for home routers Pin
capulett11-Jun-07 7:03
capulett11-Jun-07 7:03 
QuestionExport File to Excel with CSpreadSheet Class Pin
mikobi11-Jun-07 4:55
mikobi11-Jun-07 4:55 
QuestionRe: Export File to Excel with CSpreadSheet Class Pin
David Crow11-Jun-07 6:05
David Crow11-Jun-07 6:05 
QuestionEdit control Pin
tom groezer11-Jun-07 4:47
tom groezer11-Jun-07 4:47 

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.