Re: API or standard DLL?
- From: "Jim Langston" <tazmaster@xxxxxxxxxxxxxx>
- Date: Tue, 24 Jul 2007 17:38:41 -0700
<louw.elbie@xxxxxxxxx> wrote in message
news:1185258062.689196.225340@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there
I got a project where a client wants a API written to access external
product provider databases and return results as a recordset.
What is the difference between an API and standard DLL? As I
understand, API doesn't rely on any other
software than e.g. Windows APIs to perform a task?
Should one write the API in C++ or will VB.NET or C# work? If so,
will the API will depend on the dotNet framework to be loaded?
DLLs usually have APIs. APIs are just ways to call call
methods/functions/etc...
.
- References:
- API or standard DLL?
- From: louw . elbie
- API or standard DLL?
- Prev by Date: Re: Saving AJAX responseText to a variable
- Next by Date: Re: Bignum looses precision too fast?
- Previous by thread: Re: API or standard DLL?
- Next by thread: any suggestions about the book "Introduction To Distributed Algorithms" by Gerard Tel?
- Index(es):
Relevant Pages
|