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.
pic11 source
share