Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Delphi > Re: Using a DLL
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 6 Topic 1086 of 1135
Post > Topic >>

Re: Using a DLL

by Rob Kennedy <me3@[EMAIL PROTECTED] > Nov 2, 2006 at 10:19 PM

Brian wrote:
> I am trying to write a small app that requires me to use a
> DLL.
> I have never use a DLL in a program, have no idea how
> to start, how to call the functions etc. I am a person  that
> learns by example, but can't find a set by set guide how
> to do this.

If you have ever called a function from the Windows unit, then you have 
used a DLL.

That unit contains hundreds of function declarations in the interface 
section, and if you look in the implementation section, you will see 
definitions for all those function, but instead of a begin-end block 
with their implementations, you'll just see "external" clauses telling 
Delphi what DLL implements the functions and what names those functions 
are known by in their DLLs.

-- 
Rob
 




 6 Posts in Topic:
Using a DLL
"Brian" <not  2006-11-02 22:28:55 
Re: Using a DLL
Rob Kennedy <me3@[EMAI  2006-11-02 22:19:07 
Re: Using a DLL
alutiy@[EMAIL PROTECTED]   2006-11-14 21:36:20 
Re: Using a DLL
"Brian" <not  2006-11-16 22:44:25 
Re: Using a DLL
"Rudy Velthuis"  2007-01-23 22:14:38 
Re: Using a DLL
Crazy <Crazy@[EMAIL PR  2006-11-15 22:22:39 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 15:30:29 CDT 2008.