Home > Archive > Visual Basic > May 2004 > DLL libraries and SDK functions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DLL libraries and SDK functions
|
|
|
| I want to use win 32 functions in VB6. However, these are not the 'basic' Win 32 functions such as those in User32 and Kernel32. These are those defined in avicap32 and other dll libraries. I know the name of the functions, from the SDK; however, I don't
know in which DLL file they are defined. The documentation for C++ provides only the headers... How can I find out what functions are defined in a DLL library?
Thank you!
| |
| MikeD 2004-05-28, 11:30 pm |
|
"Greg" <anonymous@discussions.microsoft.com> wrote in message
news:FD1FD530-F7C6-4885-BE68-0EA5DE64DBDD@microsoft.com...
> I want to use win 32 functions in VB6. However, these are not the 'basic'
Win 32 functions such as those in User32 and Kernel32. These are those
defined in avicap32 and other dll libraries. I know the name of the
functions, from the SDK; however, I don't know in which DLL file they are
defined. The documentation for C++ provides only the headers... How can I
find out what functions are defined in a DLL library?
Huh? You just said "These are those defined in avicap32 and other dll
libraries" then said "I don't know in which DLL file they are defined".
Clarify.
Mike
| |
| Wes Spikes 2004-05-29, 12:30 am |
| I think what he's refering to is the #include statement in C++.
-Wes
"MikeD" <nobody@nowhere.edu> wrote in message
news:ehQY2MSREHA.3988@tk2msftngp13.phx.gbl...
>
> "Greg" <anonymous@discussions.microsoft.com> wrote in message
> news:FD1FD530-F7C6-4885-BE68-0EA5DE64DBDD@microsoft.com...
'basic'[color=darkred]
> Win 32 functions such as those in User32 and Kernel32. These are those
> defined in avicap32 and other dll libraries. I know the name of the
> functions, from the SDK; however, I don't know in which DLL file they are
> defined. The documentation for C++ provides only the headers... How can I
> find out what functions are defined in a DLL library?
>
>
> Huh? You just said "These are those defined in avicap32 and other dll
> libraries" then said "I don't know in which DLL file they are defined".
> Clarify.
>
> Mike
>
>
>
>
| |
|
| Clarification:
I know some of the functions I need to use are in avicap32.dll from examples I have found in the net. However, I want to use others, such as those for sound in/out and multimedia, which are documented in the SDK for use in C/C++. However, this documentati
on does not provide the name of the dll file where they are. It provides only the necessary header files for use in C/C++. I need the dll files, so I can declare them in VB6.
Thanks!
|
|
|
|
|