Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Beep beep beep beep beep, boop! (Need beeping code) Pin
Lord Kixdemp10-Jul-06 16:04
Lord Kixdemp10-Jul-06 16:04 
QuestionDLL can be truly used across linkers? Pin
George_George3-Jul-06 17:28
George_George3-Jul-06 17:28 
AnswerRe: DLL can be truly used across linkers? Pin
earl3-Jul-06 18:01
earl3-Jul-06 18:01 
GeneralRe: DLL can be truly used across linkers? Pin
George_George3-Jul-06 19:36
George_George3-Jul-06 19:36 
GeneralRe: DLL can be truly used across linkers? Pin
earl3-Jul-06 20:14
earl3-Jul-06 20:14 
GeneralRe: DLL can be truly used across linkers? Pin
George_George3-Jul-06 20:44
George_George3-Jul-06 20:44 
GeneralRe: DLL can be truly used across linkers? Pin
earl4-Jul-06 5:57
earl4-Jul-06 5:57 
GeneralRe: DLL can be truly used across linkers? [modified] Pin
George_George4-Jul-06 22:31
George_George4-Jul-06 22:31 
Thank you very much earl!


I think in order for an application to work correctly with a dependent DLL, the application should understand the format of the DLL (calling conventions and ordinal tables), right? But who is responsible for interpreting DLL (interpreting the calling conventions and ordinal tables to deal with each exported functions of the DLL) and inserting related exported function address into executable files -- the linker or?

And when DLL file format is interpreted? During link time (with the help of import library .lib file) or during runtime?


regards,
George

-- modified at 4:31 Wednesday 5th July, 2006
GeneralRe: DLL can be truly used across linkers? Pin
earl5-Jul-06 3:27
earl5-Jul-06 3:27 
GeneralRe: DLL can be truly used across linkers? Pin
George_George5-Jul-06 22:20
George_George5-Jul-06 22:20 
GeneralRe: DLL can be truly used across linkers? Pin
earl6-Jul-06 8:42
earl6-Jul-06 8:42 
GeneralRe: DLL can be truly used across linkers? Pin
George_George10-Jul-06 2:07
George_George10-Jul-06 2:07 
QuestionDisplaying image using array.... Pin
we3Guy3-Jul-06 17:16
we3Guy3-Jul-06 17:16 
AnswerRe: Displaying image using array.... Pin
earl3-Jul-06 18:02
earl3-Jul-06 18:02 
AnswerRe: Displaying image using array.... Pin
Hamid_RT3-Jul-06 18:21
Hamid_RT3-Jul-06 18:21 
Questionserial communication Pin
thathvamsi3-Jul-06 17:04
thathvamsi3-Jul-06 17:04 
AnswerRe: serial communication [modified] Pin
earl3-Jul-06 17:54
earl3-Jul-06 17:54 
AnswerRe: serial communication Pin
Rilhas9-Jul-06 5:19
Rilhas9-Jul-06 5:19 
QuestionStdAfx questions Pin
Super Lloyd3-Jul-06 17:04
Super Lloyd3-Jul-06 17:04 
AnswerRe: StdAfx questions Pin
Michael Dunn3-Jul-06 17:10
sitebuilderMichael Dunn3-Jul-06 17:10 
GeneralRe: StdAfx questions Pin
Super Lloyd3-Jul-06 18:32
Super Lloyd3-Jul-06 18:32 
AnswerRe: StdAfx questions Pin
Saurabh.Garg3-Jul-06 20:58
Saurabh.Garg3-Jul-06 20:58 
GeneralRe: StdAfx questions Pin
Super Lloyd3-Jul-06 21:07
Super Lloyd3-Jul-06 21:07 
QuestionProblem with GetProcAddress Pin
RedDragon2k3-Jul-06 16:39
RedDragon2k3-Jul-06 16:39 
AnswerRe: Problem with GetProcAddress Pin
earl3-Jul-06 17:52
earl3-Jul-06 17:52 

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.