Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: MFC Extension Dlls - loading screws up the resource chain... Pin
Blake Miller26-Jan-04 8:42
Blake Miller26-Jan-04 8:42 
MFC keeps a CDynLinkLibrary linked list of dynamic DLL it has loaded. Your extension DLL probably has not properly removed itself from this chain. It also seems it has some resources with the same identifiers as your main program. You will have to walk this chain and manually remove the offending DLL's entry, if it is not being removed when you call the AfxUnloadLibrary.
MFC walks a chain of laoded DLL and stops at the first resource it find, from one of the dynamically loaded DLL, so you need to break the links so that the resources in your DLL are not used isntead of your main program. Now, not sure why the SetReosurceHandle is not working, except maybe MFC is still giving priority to one of the DLL, or you set the resource handle from a different thread, since it is thread-specific.

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 
AnswerRe: How to copy a file Pin
Mazdak26-Jan-04 6:21
Mazdak26-Jan-04 6:21 

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.