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

C / C++ / MFC

 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Matthew Faithfull6-Feb-08 4:32
Matthew Faithfull6-Feb-08 4:32 
QuestionUnresolved external reference error in InternetOpen() - C++ Pin
vptech196-Feb-08 1:52
vptech196-Feb-08 1:52 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
Cedric Moonen6-Feb-08 1:57
Cedric Moonen6-Feb-08 1:57 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
ShilpiP6-Feb-08 1:59
ShilpiP6-Feb-08 1:59 
GeneralRe: Unresolved external reference error in InternetOpen() - C++ Pin
vptech196-Feb-08 3:48
vptech196-Feb-08 3:48 
GeneralSimple problem with a list! Pin
Michael1016-Feb-08 1:08
Michael1016-Feb-08 1:08 
GeneralRe: Simple problem with a list! Pin
santhoshv846-Feb-08 1:16
santhoshv846-Feb-08 1:16 
GeneralRe: Simple problem with a list! Pin
Michael1016-Feb-08 11:38
Michael1016-Feb-08 11:38 
Questionerror in filter design coding Pin
ashwiny6-Feb-08 0:39
ashwiny6-Feb-08 0:39 
GeneralRe: error in filter design coding Pin
Rajkumar R6-Feb-08 0:47
Rajkumar R6-Feb-08 0:47 
GeneralRe: error in filter design coding Pin
ashwiny6-Feb-08 1:07
ashwiny6-Feb-08 1:07 
GeneralRe: error in filter design coding Pin
Rajkumar R6-Feb-08 1:22
Rajkumar R6-Feb-08 1:22 
GeneralRe: error in filter design coding Pin
ashwiny6-Feb-08 23:50
ashwiny6-Feb-08 23:50 
GeneralCalling thru' Icons - Urgent Pin
Gita.Bairavi6-Feb-08 0:16
Gita.Bairavi6-Feb-08 0:16 
QuestionRe: Calling thru' Icons - Urgent Pin
Rajesh R Subramanian6-Feb-08 0:30
professionalRajesh R Subramanian6-Feb-08 0:30 
GeneralRe: Calling thru' Icons - Urgent Pin
Gita.Bairavi6-Feb-08 1:01
Gita.Bairavi6-Feb-08 1:01 
QuestionRe: Calling thru' Icons - Urgent Pin
Rajesh R Subramanian6-Feb-08 1:31
professionalRajesh R Subramanian6-Feb-08 1:31 
GeneralRe: Calling thru' Icons - Urgent Pin
Anandi.VC6-Feb-08 0:51
Anandi.VC6-Feb-08 0:51 
GeneralRe: Calling thru' Icons - Urgent Pin
Maximilien6-Feb-08 0:59
Maximilien6-Feb-08 0:59 
GeneralCompilation Errors Pin
Anandi.VC5-Feb-08 23:50
Anandi.VC5-Feb-08 23:50 
QuestionRe: Compilation Errors Pin
CPallini6-Feb-08 0:03
mveCPallini6-Feb-08 0:03 
GeneralTaskbar Notification Pin
vinayvishal5-Feb-08 22:14
vinayvishal5-Feb-08 22:14 
GeneralRe: Taskbar Notification Pin
Iain Clarke, Warrior Programmer6-Feb-08 0:00
Iain Clarke, Warrior Programmer6-Feb-08 0:00 
GeneralRe: Taskbar Notification Pin
David Crow6-Feb-08 2:37
David Crow6-Feb-08 2:37 
GeneralDLL function by ordinal Pin
George_George5-Feb-08 20:55
George_George5-Feb-08 20:55 
Hello everyone,


Just confused about DLL function by ordinal concept. Ordinal should be on the other part of by name.

But to use DLL function by ordinal technique, we need,

1. Write a .DEF file and write down function ordinal (index);
2. Use LoadLibrary and GerProcAddress to get the function pointer than use the function.

In (2), we still need to use function name as input parameter to GetProcAddress. So, my question is, DLL function by ordinal technique is not pure by ordinal, still need function name information?


thanks in advance,
George

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.