Click here to Skip to main content
15,918,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCall a dll from a dll Pin
hli126-Jun-06 5:02
hli126-Jun-06 5:02 
AnswerRe: Call a dll from a dll Pin
Sarath C26-Jun-06 5:06
Sarath C26-Jun-06 5:06 
GeneralRe: Call a dll from a dll Pin
hli126-Jun-06 5:19
hli126-Jun-06 5:19 
GeneralRe: Call a dll from a dll Pin
hli126-Jun-06 5:23
hli126-Jun-06 5:23 
GeneralRe: Call a dll from a dll Pin
hli126-Jun-06 5:30
hli126-Jun-06 5:30 
GeneralRe: Call a dll from a dll Pin
Sarath C26-Jun-06 5:24
Sarath C26-Jun-06 5:24 
GeneralRe: Call a dll from a dll Pin
hli126-Jun-06 5:35
hli126-Jun-06 5:35 
GeneralRe: Call a dll from a dll Pin
Zac Howland26-Jun-06 5:55
Zac Howland26-Jun-06 5:55 
Or just include the header files for the classes you intend to use instead of the main header for the DLL.

You don't have to use LoadLibrary/GetProcAddress to call methods from one DLL in another. You just have to make sure that both DLLs are built with the same threading library and you properly include header files and link with the libs.

As a side note, make sure you don't create cross-dependencies between DLLs when doing this ... they are NOT fun to work with.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
GeneralRe: Call a dll from a dll Pin
hli126-Jun-06 7:42
hli126-Jun-06 7:42 
GeneralRe: Call a dll from a dll Pin
Zac Howland26-Jun-06 9:02
Zac Howland26-Jun-06 9:02 
GeneralRe: Call a dll from a dll Pin
hli127-Jun-06 3:28
hli127-Jun-06 3:28 
GeneralRe: Call a dll from a dll Pin
Zac Howland27-Jun-06 4:24
Zac Howland27-Jun-06 4:24 
GeneralRe: Call a dll from a dll Pin
hli127-Jun-06 7:43
hli127-Jun-06 7:43 
QuestionDebugger issues Pin
capricious_00126-Jun-06 4:39
capricious_00126-Jun-06 4:39 
QuestionRe: Debugger issues Pin
David Crow26-Jun-06 4:42
David Crow26-Jun-06 4:42 
AnswerRe: Debugger issues Pin
capricious_00126-Jun-06 4:59
capricious_00126-Jun-06 4:59 
AnswerRe: Debugger issues Pin
Sarath C26-Jun-06 4:51
Sarath C26-Jun-06 4:51 
GeneralRe: Debugger issues Pin
capricious_00126-Jun-06 5:01
capricious_00126-Jun-06 5:01 
GeneralRe: Debugger issues Pin
Sarath C26-Jun-06 5:05
Sarath C26-Jun-06 5:05 
GeneralRe: Debugger issues Pin
capricious_00126-Jun-06 5:19
capricious_00126-Jun-06 5:19 
Questiona map Resizing a map file; Pin
hatemtalbi26-Jun-06 4:27
hatemtalbi26-Jun-06 4:27 
QuestionRe: a map Resizing a map file; Pin
David Crow26-Jun-06 4:37
David Crow26-Jun-06 4:37 
AnswerRe: a map Resizing a map file; Pin
hatemtalbi26-Jun-06 4:50
hatemtalbi26-Jun-06 4:50 
QuestionRe: a map Resizing a map file; Pin
David Crow26-Jun-06 5:05
David Crow26-Jun-06 5:05 
AnswerRe: a map Resizing a map file; Pin
hatemtalbi26-Jun-06 5:10
hatemtalbi26-Jun-06 5:10 

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.