Hello,
I have a simple (?) programming question. I downloaded a windows .dll file from Sourceforge, and would like to use this in my C++ programs.
How do I know what is in the dll-file (classdefinitions, functions, ...) ? And how do I "include" the code ?
(most likely using Visual Studio 6.0)
Thanks !
Jörg
PS: This is not a school assignment
I have a simple (?) programming question. I downloaded a windows .dll file from Sourceforge, and would like to use this in my C++ programs.
How do I know what is in the dll-file (classdefinitions, functions, ...) ? And how do I "include" the code ?
(most likely using Visual Studio 6.0)
Thanks !
Jörg
PS: This is not a school assignment

Comment