Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ operator question Pin
Ed K26-Jan-04 12:07
Ed K26-Jan-04 12:07 
GeneralRe: C++ operator question Pin
Jörgen Sigvardsson26-Jan-04 12:46
Jörgen Sigvardsson26-Jan-04 12:46 
GeneralRe: C++ operator question Pin
toxcct27-Jan-04 2:08
toxcct27-Jan-04 2:08 
GeneralRe: C++ operator question Pin
Roger Wright26-Jan-04 12:38
professionalRoger Wright26-Jan-04 12:38 
GeneralRe: C++ operator question Pin
Jörgen Sigvardsson26-Jan-04 12:47
Jörgen Sigvardsson26-Jan-04 12:47 
GeneralRe: C++ operator question Pin
Roger Wright26-Jan-04 13:21
professionalRoger Wright26-Jan-04 13:21 
GeneralRe: C++ operator question Pin
Jörgen Sigvardsson26-Jan-04 9:01
Jörgen Sigvardsson26-Jan-04 9:01 
GeneralMFC Extension Dlls - loading screws up the resource chain... Pin
Nick Nougat26-Jan-04 7:29
Nick Nougat26-Jan-04 7:29 
Hi!

I'm having quite annoying problems when dynamically loading libraries of the type "MFC Expansion Dll".
After I load an optional dll at runtime via AfxLoadLibrary(), my main window fails to locate its resources. Interestingly enough, dialogs are constructed OK, but fail when doing data exchange (when using GetDlgItem() I assume). This happens even when I unload the optional dll again (AfxFreeLibrary()) before creating any main window dlls. As far as I understand it, this should remove the loaded Dll from the resource chain, but it never seems to happen (The AfxTermExtensionModule() function is called though).

I tried to 'correct' the resource handle via AfxSetResourceHandle() but nothing changed at all.

Has anyone had similar problems and can give me a hint what's wrong?

Thanks,
Nick
GeneralRe: MFC Extension Dlls - loading screws up the resource chain... Pin
Blake Miller26-Jan-04 8:42
Blake Miller26-Jan-04 8:42 
GeneralRe: MFC Extension Dlls - loading screws up the resource chain... Pin
Nick Nougat27-Jan-04 5:01
Nick Nougat27-Jan-04 5:01 
GeneralProblem with displaying icon in system tray after re-login thru as a part of service Pin
helptochirag26-Jan-04 7:21
susshelptochirag26-Jan-04 7:21 
GeneralRe: Problem with displaying icon in system tray after re-login thru as a part of service Pin
Nick Nougat26-Jan-04 7:37
Nick Nougat26-Jan-04 7:37 
GeneralRe: Problem with displaying icon in system tray after re-login thru as a part of service Pin
helptochirag26-Jan-04 8:24
susshelptochirag26-Jan-04 8:24 
GeneralRe: Problem with displaying icon in system tray after re-login thru as a part of service Pin
helptochirag26-Jan-04 8:25
susshelptochirag26-Jan-04 8:25 
GeneralRe: Problem with displaying icon in system tray after re-login thru as a part of service Pin
Nick Nougat29-Jan-04 4:45
Nick Nougat29-Jan-04 4:45 
GeneralDirectMusic MIDI Pin
Member 82867126-Jan-04 7:02
Member 82867126-Jan-04 7:02 
GeneralScrollbars in XP Pin
doctorpi26-Jan-04 6:32
doctorpi26-Jan-04 6:32 
GeneralRe: Scrollbars in XP Pin
Mazdak26-Jan-04 6:38
Mazdak26-Jan-04 6:38 
GeneralRe: Scrollbars in XP Pin
doctorpi26-Jan-04 6:41
doctorpi26-Jan-04 6:41 
QuestionHow to identify windows version at runtime Pin
MyttO26-Jan-04 6:10
MyttO26-Jan-04 6:10 
AnswerRe: How to identify windows version at runtime Pin
Mazdak26-Jan-04 6:18
Mazdak26-Jan-04 6:18 
AnswerRe: How to identify windows version at runtime Pin
Ravi Bhavnani26-Jan-04 9:30
professionalRavi Bhavnani26-Jan-04 9:30 
AnswerRe: How to identify windows version at runtime Pin
mylovedsp26-Jan-04 17:30
mylovedsp26-Jan-04 17:30 
GeneralRe: How to identify windows version at runtime Pin
MyttO26-Jan-04 23:31
MyttO26-Jan-04 23:31 
QuestionHow to copy a file Pin
mr200326-Jan-04 6:08
mr200326-Jan-04 6:08 

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.