Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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
GeneralRe: DLL function by ordinal Pin
CPallini5-Feb-08 21:05
mveCPallini5-Feb-08 21:05 
GeneralRe: DLL function by ordinal Pin
George_George6-Feb-08 18:42
George_George6-Feb-08 18:42 
GeneralRe: DLL function by ordinal Pin
Dexterus6-Feb-08 0:45
Dexterus6-Feb-08 0:45 
GeneralRe: DLL function by ordinal Pin
George_George6-Feb-08 18:44
George_George6-Feb-08 18:44 
Generalextern "C" Pin
George_George5-Feb-08 20:46
George_George5-Feb-08 20:46 

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.