I am trying to create an application in visual studio that can access a dll file that already exists. I need an application to call routines. I also have a header file that already exists.
I am researching on the Internet and found that I need to create a .lib file. If you look at such questions, here I found a link: http://support.microsoft.com/kb/131313 However, I can not follow the directions.
The information in the link indicates the creation of a DEF file (I read elsewhere that it needs to be compiled as a DLL with the same name, but not sure if it is a name with the same name as the DLL file?), But I do not understand first direction: "Use DUMPBIN / EXPORTS". Then I need to "drown out" the functions, and then do something with the .OBJ files (I donβt know what these files are).
Are there any step-by-step instructions similar to the links above that are easy to track?
c ++ function dll header
hde Feb 20 '12 at 11:20 2012-02-20 11:20
source share