Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCount appl in DLL Pin
Raphael Kindt11-Oct-02 3:21
Raphael Kindt11-Oct-02 3:21 
GeneralRe: Count appl in DLL Pin
Jon Hulatt11-Oct-02 3:44
Jon Hulatt11-Oct-02 3:44 
GeneralRe: Count appl in DLL Pin
Raphael Kindt11-Oct-02 4:10
Raphael Kindt11-Oct-02 4:10 
GeneralRe: Count appl in DLL Pin
Jon Hulatt11-Oct-02 4:25
Jon Hulatt11-Oct-02 4:25 
GeneralRe: Count appl in DLL Pin
Raphael Kindt11-Oct-02 4:40
Raphael Kindt11-Oct-02 4:40 
GeneralRe: Count appl in DLL Pin
Steve S11-Oct-02 6:27
Steve S11-Oct-02 6:27 
The HINSTANCE value of each app (in Win32) is the same, 0x40000000 or something, so that wouldn't help. You could get the processID or even the thread ID and that should be nearer to what you want.

Steve S
[This signature space available for rent]
GeneralRe: Count appl in DLL Pin
Paul M Watt11-Oct-02 5:47
mentorPaul M Watt11-Oct-02 5:47 
GeneralRe: Count appl in DLL Pin
Daniel Lohmann11-Oct-02 13:45
Daniel Lohmann11-Oct-02 13:45 
Generalsplash screen Pin
ns11-Oct-02 2:28
ns11-Oct-02 2:28 
GeneralRe: splash screen Pin
Chris Losinger11-Oct-02 2:46
professionalChris Losinger11-Oct-02 2:46 
GeneralRe: splash screen Pin
ns11-Oct-02 2:51
ns11-Oct-02 2:51 
GeneralRe: splash screen Pin
Joaquín M López Muñoz11-Oct-02 3:12
Joaquín M López Muñoz11-Oct-02 3:12 
GeneralRe: splash screen Pin
ns11-Oct-02 3:44
ns11-Oct-02 3:44 
GeneralRe: splash screen Pin
Joaquín M López Muñoz11-Oct-02 3:51
Joaquín M López Muñoz11-Oct-02 3:51 
GeneralRe: splash screen Pin
ns11-Oct-02 4:45
ns11-Oct-02 4:45 
Generalzip format Pin
includeh1011-Oct-02 2:24
includeh1011-Oct-02 2:24 
GeneralRe: zip format Pin
Chris Hambleton11-Oct-02 2:33
Chris Hambleton11-Oct-02 2:33 
GeneralRe: zip format Pin
includeh1011-Oct-02 2:39
includeh1011-Oct-02 2:39 
GeneralRe: zip format Pin
Todd Smith11-Oct-02 11:37
Todd Smith11-Oct-02 11:37 
Generalmfc42u Pin
ns11-Oct-02 2:24
ns11-Oct-02 2:24 
GeneralRe: mfc42u Pin
includeh1011-Oct-02 2:34
includeh1011-Oct-02 2:34 
GeneralRe: mfc42u Pin
ns11-Oct-02 2:43
ns11-Oct-02 2:43 
GeneralRe: mfc42u Pin
Maximilien11-Oct-02 3:25
Maximilien11-Oct-02 3:25 
GeneralA dialog box related question Pin
ShahShehpori11-Oct-02 2:05
sussShahShehpori11-Oct-02 2:05 
GeneralRe: A dialog box related question Pin
Chris Hambleton11-Oct-02 2:30
Chris Hambleton11-Oct-02 2:30 

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.