Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 0:35
Yogurt21-Jan-04 0:35 
AnswerRe: How to report MFC bug to Microsoft? Pin
Antti Keskinen21-Jan-04 1:53
Antti Keskinen21-Jan-04 1:53 
GeneralRe: How to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 8:53
Yogurt21-Jan-04 8:53 
AnswerRe: How to report MFC bug to Microsoft? Pin
Michael P Butler21-Jan-04 1:54
Michael P Butler21-Jan-04 1:54 
GeneralRe: How to report MFC bug to Microsoft? Pin
Yogurt21-Jan-04 9:07
Yogurt21-Jan-04 9:07 
GeneralRe: How to report MFC bug to Microsoft? Pin
Jörgen Sigvardsson21-Jan-04 10:05
Jörgen Sigvardsson21-Jan-04 10:05 
GeneralImage Streaming over network Pin
witzner20-Jan-04 23:16
witzner20-Jan-04 23:16 
GeneralKernel32.dll and dllmain Pin
hph20-Jan-04 22:38
hph20-Jan-04 22:38 
hello,

as you know, kernel32.dll is loaded at windows startup and remains in memory until reboot or shutdown. Furthermore every .exe and .dll which is going to be executed uses the kernel32.dll which means that it is loaded into the adresse space of the calling process. So far so good! At the moment a dll is loaded into memory its dllmain function should recieve 3 parameters whereas one of those descripes wheather the dll is attached by a process/thread or detached.

But in my understanding, a system dll which is already loaded (at startup like kernel32.dll), doesn't get a notification if it is loaded or unloaded into/from a process' adresse space because it is already in the memory! Now is that true or false and how can i examine that ?

Thanks in advance!
GeneralRe: Kernel32.dll and dllmain Pin
Antti Keskinen21-Jan-04 2:16
Antti Keskinen21-Jan-04 2:16 
GeneralRe: Kernel32.dll and dllmain Pin
hph21-Jan-04 2:56
hph21-Jan-04 2:56 
GeneralParameter of export function in a dll Pin
Manfred Staiger20-Jan-04 22:12
Manfred Staiger20-Jan-04 22:12 
GeneralRe: Parameter of export function in a dll Pin
wb20-Jan-04 23:07
wb20-Jan-04 23:07 
GeneralHELP WITH MACRO Pin
Izer0120-Jan-04 22:11
Izer0120-Jan-04 22:11 
GeneralEnabling Menu Items Pin
Jagadeesh VN20-Jan-04 20:26
Jagadeesh VN20-Jan-04 20:26 
GeneralRe: Enabling Menu Items Pin
Robert A. T. Káldy21-Jan-04 4:56
Robert A. T. Káldy21-Jan-04 4:56 
GeneralRe: Enabling Menu Items Pin
bneacetp21-Jan-04 8:39
bneacetp21-Jan-04 8:39 
GeneralPassword Change Notification Pin
20-Jan-04 19:50
suss20-Jan-04 19:50 
GeneralCRichEditCtrl problem Pin
Shah Shehpori20-Jan-04 19:31
sussShah Shehpori20-Jan-04 19:31 
GeneralGenerating tones using MCI Pin
ffazly20-Jan-04 16:38
ffazly20-Jan-04 16:38 
GeneralDynamically invoking classes at runtime Pin
Tank_Aviator20-Jan-04 15:01
Tank_Aviator20-Jan-04 15:01 
GeneralSlightly offtopic: Installshield Express QuickPatch shortcuts problem Pin
obe20-Jan-04 13:10
obe20-Jan-04 13:10 
Questionhow can i include source files which is under different directory Pin
Member 78215420-Jan-04 11:39
Member 78215420-Jan-04 11:39 
AnswerRe: how can i include source files which is under different directory Pin
alex.barylski20-Jan-04 12:12
alex.barylski20-Jan-04 12:12 
AnswerRe: how can i include source files which is under different directory Pin
Jijo.Raj20-Jan-04 17:31
Jijo.Raj20-Jan-04 17:31 
GeneralRe: how can i include source files which is under different directory Pin
Mike Dimmick21-Jan-04 2:22
Mike Dimmick21-Jan-04 2:22 

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.