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.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > I need help to call DLL's functions in Visual C++

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-03, 15:38
Gustavo Henrique Gustavo Henrique is offline
Registered User
 
Join Date: May 2002
Location: Sabara, Brasil
Posts: 5
Question I need help to call DLL's functions in Visual C++

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.
Reply With Quote
  #2 (permalink)  
Old 04-29-03, 21:29
byte2002 byte2002 is offline
Registered User
 
Join Date: Oct 2002
Posts: 19
Arrow 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.
Hello!
There's an excellent tutorial about dlls in:
http://www.flipcode.com/articles/article_vbdlls.shtml
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On