Visual Studio generated binaries

You need quick help from win developers. Please correct me where I made a mistake. Thank!

I built a C ++ library from the source code and received the following files:

* .dll. They enter the folder specified in the PATH variable .

* .lib. They enter the folder where Visual Studio searches for libraries.

* .pdb. They are necessary for debugging. Copy them along with DLL files or LIB files?

* .exp. I don’t know what to do with them.

+3
source share
1 answer

, , .pdb. .dll. pdb dll /PDBALTPATH. , , .exp, , , , .

+3

All Articles