Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Require help on self extracting .exe and cab file Pin
H4u327-Feb-08 1:36
H4u327-Feb-08 1:36 
QuestionRe: Require help on self extracting .exe and cab file Pin
David Crow7-Feb-08 2:42
David Crow7-Feb-08 2:42 
GeneralQuestion about MFC dialog - and pointers to them .... Pin
Yanshof6-Feb-08 20:58
Yanshof6-Feb-08 20:58 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:04
Iain Clarke, Warrior Programmer6-Feb-08 23:04 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Hamid_RT10-Feb-08 21:54
Hamid_RT10-Feb-08 21:54 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Yanshof10-Feb-08 22:08
Yanshof10-Feb-08 22:08 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Hamid_RT11-Feb-08 3:35
Hamid_RT11-Feb-08 3:35 
QuestionHow to call IE proxy setting dialog box from .net application Pin
Bala.A6-Feb-08 20:38
Bala.A6-Feb-08 20:38 
AnswerRe: How to call IE proxy setting dialog box from .net application Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:05
Iain Clarke, Warrior Programmer6-Feb-08 23:05 
GeneralDLL function by ordinal v.s. by name Pin
George_George6-Feb-08 20:34
George_George6-Feb-08 20:34 
GeneralRe: DLL function by ordinal v.s. by name Pin
CPallini6-Feb-08 21:04
mveCPallini6-Feb-08 21:04 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 3:30
George_George7-Feb-08 3:30 
GeneralRe: DLL function by ordinal v.s. by name Pin
CPallini7-Feb-08 3:58
mveCPallini7-Feb-08 3:58 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 4:10
George_George7-Feb-08 4:10 
GeneralRe: DLL function by ordinal v.s. by name Pin
jhwurmbach7-Feb-08 4:49
jhwurmbach7-Feb-08 4:49 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 20:37
George_George7-Feb-08 20:37 
GeneralRe: DLL function by ordinal v.s. by name Pin
Rajkumar R8-Feb-08 5:12
Rajkumar R8-Feb-08 5:12 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George8-Feb-08 22:15
George_George8-Feb-08 22:15 
GeneralRe: DLL function by ordinal v.s. by name Pin
Rajkumar R8-Feb-08 23:21
Rajkumar R8-Feb-08 23:21 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George9-Feb-08 21:01
George_George9-Feb-08 21:01 
GeneralRe: DLL function by ordinal v.s. by name Pin
Rajkumar R10-Feb-08 22:47
Rajkumar R10-Feb-08 22:47 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George11-Feb-08 22:00
George_George11-Feb-08 22:00 
GeneralRe: DLL function by ordinal v.s. by name [modified] Pin
Rajkumar R11-Feb-08 22:17
Rajkumar R11-Feb-08 22:17 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George12-Feb-08 0:12
George_George12-Feb-08 0:12 
Thanks Rajkumar,


I think my question should be answered. Let me summarize your points,

1. To use implicit linking, we can assign ordinal by using .DEF files, but for DLL consumer, it has to invoke DLL exported function by name other than by ordinal;

2. To use dynamic loading, i.e. GetProcAddres, as DLL provider, we can not only assign ordinal by using .DEF files, but also as DLL consumer provide ordinal as input parameter.

My understanding correct?


regards,
George
GeneralRe: DLL function by ordinal v.s. by name Pin
Rajkumar R12-Feb-08 5:07
Rajkumar R12-Feb-08 5:07 

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.