Re: API function existence




"Howard Kaikow" <kaikow@xxxxxxxxxxxxx> wrote in message
news:uY98idrUFHA.4000@xxxxxxxxxxxxxxxxxxxxxxx
> MSFt has a web site that catalog DLLs and let's you know which version of
> the DLL was included in particular products.
>
> Is there a similar resource for API subs/functions?
> I'd hate to release an exe or dll and find that the run-time systems to
> not
> have the necessary API installed.


Yep. It's called the Platform SDK, which is part of MSDN Library (or can be
downloaded from MS and installed separately). At the bottom of the docs for
every API function is either a "Requirements" or "Function Information"
section (the latter under more recent versions of the Platform SDK). This
tells you what version of Windows includes the function (or in some cases,
how the function can be added to Windows, usually by installing a certain
version of IE).

--
Mike
Microsoft MVP Visual Basic


.



Relevant Pages

  • Re: Green Hills CEO: Linux threat to free world!
    ... >Well, I don't recall ever installing an application onto Windows, finding it ... >required an updated DLL, and when that DLL is installed finding that other ... But then again nearly ALL Windows apps end up ... due to the fact that applications normally don't try to alter the OS files ...
    (comp.arch.embedded)
  • Re: Green Hills CEO: Linux threat to free world!
    ... > Well, I don't recall ever installing an application onto Windows, finding it ... > required an updated DLL, and when that DLL is installed finding that other ... But Windows is _legendary_ for this kind of behavior! ...
    (comp.arch.embedded)
  • Re: Green Hills CEO: Linux threat to free world!
    ... >>Well, I don't recall ever installing an application onto Windows, finding ... >>required an updated DLL, and when that DLL is installed finding that ... > Then you haven't used Windows. ... That's because Microsoft apps just install the DLL ...
    (comp.arch.embedded)
  • Re: ZIP code module without DLL dependencies???
    ... but those will require installing at least some version of WinZip. ... without having to register the dll? ... possible creation of a 'zip' module / class module. ...
    (comp.databases.ms-access)
  • Re: What am I missing here? (FAXCOMEXLib)
    ... >> Dim objFaxDocument As New FAXCOMEXLib.FaxDocument ... >> I can find no information about referencing a DLL or anything. ... I don't have Windows XP ... > The Platform SDK doesn't provide any example VB code. ...
    (microsoft.public.vb.general.discussion)

Loading