Home > Software engineering >  About C dynamic link library function to check the problem
About C dynamic link library function to check the problem

Time:09-23

I written in vc + + 6.0 a simple DLL, then on my computer also equipped with VS2013 (before this also installs VS2012, unloaded, will you please uninstall clean), then I want to use VS/vc/bin/dumpbin. Exe to see, my VS is in e disk, and then after opening is as the following figure, input dumpbin - exports the file path, I as if nothing reaction directly exit, the interface what operation?


then I surf the Internet to find the answer, what others said to run vcvars32. Bat, and then I run in the CMD, as the chart, the problems what? Initialize the environment variables?


then I added path, include and lib variables, such as the following figure


if will pop up error, what problem? As there are many versions, I wrote the DLL is 32-bit, vs2013 seems to be 64, I need to get the function name and then write a on vs2013 to call the DLL, people understood taught me,

CodePudding user response:

First create a bat file for good:
Dumpbin. Exe/ALL
pause

CodePudding user response:

reference 1st floor schlafenhamster response:
first create a bat file for good:
Dumpbin. Exe/ALL
Pause

I'm sorry, would you please again in layman's terms, do not understand what you mean

CodePudding user response:

First create a dump. Bat file, the content is as follows:
Dumpbin. Exe/ALL XXXX. DLL
Pause

Double-click on the dump. Bat (open run)

CodePudding user response:

Download the depends

CodePudding user response:

With the VS command prompt
  • Related