If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am needing help in calling DLL's functions in Visual C++.
The DLL was created in Delphi, but I think that it isn't a problem.
Are the functions 'LoadLibrary' and 'GetProcAddress' necessary?
If possible I would like an example.
Re: I need help to call DLL's functions in Visual C++
Quote:
Originally posted by Gustavo Henrique
Hello all,
I am needing help in calling DLL's functions in Visual C++.
The DLL was created in Delphi, but I think that it isn't a problem.
Are the functions 'LoadLibrary' and 'GetProcAddress' necessary?
If possible I would like an example.