API or standard DLL?
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?
.
Relevant Pages
- Re: How does LogonUser API work to prevent impersonating users?
... your instinct to use the currently logged on user credentials is ... the SSPI API. ... multiple times on both the client and server to do a handshake. ... > Windows username of the currently logged on user to the application. ... (microsoft.public.dotnet.security) - GNU SASL 0.2.3
... GNU SASL version 0.2.3 has been released! ... This version fixes several bugs for all the new things that went into ... ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API. ... ** PLAIN client no longer perform NFKC on strings. ... (comp.os.linux.announce) - Re: Law Of Demeter revisited
... > an API. ... Why shouldn't Client simply send the changeState ... I knows that server accepts the changeState ... (comp.object) - Re: delete-file & probe-file on directories
... the *same* underlying operations to CL functions in different ways and implementations that run on different OS's mapping the same CL functions to slightly different semantics. ... semantics a common API won't help anyway, since the code to *interface* with that funny API is again totally different from code you need to interface with a standard directory tree. ... When the other side of a file transfer doesn't for instance have 8bit bytes, the use of a file transfer is somewhat reduced, so why let the client set funny modes, like with 17 bits? ... I'd rather just transfer the binary bit-by-bit and let the client decide what to do with that data. ... (comp.lang.lisp) - Re: WIN API and PAF Integration
... a MUMPS database. ... the software to developers and therefore implement our own API calls etc. ... > client, I rather suspect that it is being hammered right now. ... > accesses the DLL ... (alt.comp.lang.borland-delphi) |
|