I am using LoadLibrary to load a dll file, the dll file was writen in Delphi, I am trying to use GetProcAddress in order to call a function from that dll but i just cant figure it out (it always comes as a NULL).
The Delphi writen dll has an interface called Iinterface that has a function called fFunction.
My question is how do i call fFunction using GetProcAddress from C++?
Thank you for your time.
(A grateful) Jerasi.
The Delphi writen dll has an interface called Iinterface that has a function called fFunction.
My question is how do i call fFunction using GetProcAddress from C++?
Thank you for your time.
(A grateful) Jerasi.