Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding a menu to a CMDIChildWnd Pin
Jim Crafton20-Oct-04 7:50
Jim Crafton20-Oct-04 7:50 
GeneralRe: Adding a menu to a CMDIChildWnd Pin
moredip20-Oct-04 9:31
moredip20-Oct-04 9:31 
GeneralRe: Adding a menu to a CMDIChildWnd Pin
Jim Crafton20-Oct-04 17:12
Jim Crafton20-Oct-04 17:12 
GeneralRe: Adding a menu to a CMDIChildWnd Pin
moredip20-Oct-04 9:36
moredip20-Oct-04 9:36 
GeneralMessage to handle to catch CMainFrame being minimized Pin
BlackDice20-Oct-04 7:07
BlackDice20-Oct-04 7:07 
GeneralRe: Message to handle to catch CMainFrame being minimized Pin
Jim Crafton20-Oct-04 7:56
Jim Crafton20-Oct-04 7:56 
GeneralRESOLVED Pin
BlackDice22-Oct-04 3:37
BlackDice22-Oct-04 3:37 
GeneralNeed help!! Calling 1 DLL from another Pin
skinnyreptile16820-Oct-04 7:00
skinnyreptile16820-Oct-04 7:00 
Here is what I am doing. I have an application which calls DLL_1 and DLL_1 calls DLL_2.

appl --> DLL_1 --> DLL_2

In the appl, I successfully talk to DLL_1 using LoadLibrary() and GetProcAddress() when DLL_2 is not linked to DLL_1.

Then, I linked DLL_2 to DLL_1 by used extern "C" _declspec(dllimport) and add DLL_2.lib to the DLL_1 project settings. I run my application, and LoadLibrary() does not return a valid HINSTANCE.

Seems like linked DLL_2 to DLL_1 causes my application not able to load DLL_1. Can anyone please let me know what I did wrong?

Thank you!



GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton20-Oct-04 8:00
Jim Crafton20-Oct-04 8:00 
GeneralRe: Need help!! Calling 1 DLL from another Pin
skinnyreptile16821-Oct-04 2:56
skinnyreptile16821-Oct-04 2:56 
GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton21-Oct-04 8:28
Jim Crafton21-Oct-04 8:28 
QuestionHow do I reclaim this memory? Pin
LynnJ20-Oct-04 6:48
LynnJ20-Oct-04 6:48 
AnswerRe: How do I reclaim this memory? Pin
Maximilien20-Oct-04 6:55
Maximilien20-Oct-04 6:55 
GeneralRe: How do I reclaim this memory? Pin
LynnJ20-Oct-04 7:16
LynnJ20-Oct-04 7:16 
GeneralRe: How do I reclaim this memory? Pin
Joaquín M López Muñoz20-Oct-04 9:23
Joaquín M López Muñoz20-Oct-04 9:23 
GeneralRe: How do I reclaim this memory? Pin
David Crow20-Oct-04 10:06
David Crow20-Oct-04 10:06 
QuestionHow do I set the cursor of an HWND? Pin
KellyR20-Oct-04 4:54
KellyR20-Oct-04 4:54 
AnswerRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 8:04
Jim Crafton20-Oct-04 8:04 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn20-Oct-04 9:10
sitebuilderMichael Dunn20-Oct-04 9:10 
GeneralRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 14:56
Jim Crafton20-Oct-04 14:56 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn21-Oct-04 3:22
sitebuilderMichael Dunn21-Oct-04 3:22 
GeneralRe: How do I set the cursor of an HWND? Pin
KellyR20-Oct-04 11:07
KellyR20-Oct-04 11:07 
GeneralDisplay html page on a dialog Pin
includeh1020-Oct-04 4:39
includeh1020-Oct-04 4:39 
GeneralRe: Display html page on a dialog Pin
Maximilien20-Oct-04 4:44
Maximilien20-Oct-04 4:44 
GeneralRe: Display html page on a dialog Pin
includeh1020-Oct-04 5:17
includeh1020-Oct-04 5:17 

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.