Click here to Skip to main content
16,005,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralListView font Pin
Ganesh Ramaswamy24-Aug-01 11:32
Ganesh Ramaswamy24-Aug-01 11:32 
GeneralRe: ListView font Pin
Ben Burnett24-Aug-01 18:24
Ben Burnett24-Aug-01 18:24 
Generaldeleting a class Pin
otvac24-Aug-01 10:10
otvac24-Aug-01 10:10 
GeneralRe: deleting a class Pin
Chris Losinger24-Aug-01 10:32
professionalChris Losinger24-Aug-01 10:32 
GeneralCompile error Pin
Peter Liddle24-Aug-01 9:56
Peter Liddle24-Aug-01 9:56 
GeneralRe: Compile error Pin
24-Aug-01 10:37
suss24-Aug-01 10:37 
GeneralRe: Compile error Pin
Carlos Antollini24-Aug-01 10:39
Carlos Antollini24-Aug-01 10:39 
Generalmissing DLL_PROCESS_DETACH Pin
Kurotora24-Aug-01 9:03
Kurotora24-Aug-01 9:03 
Hi,

I've been writing DLL that attaches to any process by using global hook, and I need to handle attach/detach operation. It is working fine except when I abort debugging program with msdev. I'm using Japanese version of msdev so I can't tell you the exact name of menu title to ABORT debugging, but we sometimes do that for various reasons. In that case, DllMain was not called with DLL_PROCESS_DETACH. And it seems DLL is left loaded. (The reason I think so is: I can't delete that DLL file even after I ended my application which unloads all DLLs from memory.) I'm doing this on Win2K. And not that program being debugged with msdev is not a program that loads the DLL and let attach to processes.

Is that a problem by design? If someone knows any documents describing this, please let me know.

Thanks.


Kurotora
GeneralRe: missing DLL_PROCESS_DETACH Pin
Tomasz Sowinski24-Aug-01 9:14
Tomasz Sowinski24-Aug-01 9:14 
GeneralRe: missing DLL_PROCESS_DETACH Pin
Kurotora24-Aug-01 20:45
Kurotora24-Aug-01 20:45 
GeneralRe: missing DLL_PROCESS_DETACH Pin
Carlos Antollini24-Aug-01 9:47
Carlos Antollini24-Aug-01 9:47 
GeneralRe: missing DLL_PROCESS_DETACH Pin
Kurotora24-Aug-01 21:00
Kurotora24-Aug-01 21:00 
GeneralGetting the current URL from IE Pin
LukeV24-Aug-01 7:52
LukeV24-Aug-01 7:52 
GeneralRepositioning controls on re-size. Pin
John Uhlenbrock24-Aug-01 7:28
John Uhlenbrock24-Aug-01 7:28 
GeneralWizard Dialogs and SetFocus Pin
24-Aug-01 7:00
suss24-Aug-01 7:00 
GeneralRe: Wizard Dialogs and SetFocus Pin
Masaaki Onishi24-Aug-01 7:58
Masaaki Onishi24-Aug-01 7:58 
GeneralClosing initial Document in MDI Pin
24-Aug-01 6:16
suss24-Aug-01 6:16 
GeneralRe: Closing initial Document in MDI Pin
Tim Deveaux24-Aug-01 6:39
Tim Deveaux24-Aug-01 6:39 
GeneralRe: Closing initial Document in MDI Pin
Dave Glick24-Aug-01 8:47
Dave Glick24-Aug-01 8:47 
GeneralRe: Closing initial Document in MDI Pin
Jerry Wang27-Sep-01 9:56
Jerry Wang27-Sep-01 9:56 
GeneralRe: Closing initial Document in MDI Pin
J Patel27-Sep-01 10:12
J Patel27-Sep-01 10:12 
GeneralRe: Closing initial Document in MDI Pin
Jerry Wang27-Sep-01 10:30
Jerry Wang27-Sep-01 10:30 
GeneralRe: Closing initial Document in MDI Pin
Dave Glick28-Sep-01 2:31
Dave Glick28-Sep-01 2:31 
GeneralRe: Changing Documents in SDI app Pin
Ben Burnett24-Aug-01 15:55
Ben Burnett24-Aug-01 15:55 
GeneralFind controls on Window Pin
24-Aug-01 5:02
suss24-Aug-01 5: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.