visual studio-third part lib


Configuration Properties -> VC++Directories -> Include Directories(.h)   Library Directories(.lib)  Linker/Input add .lib name


about .dll file 

add directories into Configuration Properties/Debugging Environment or

add directories into system environment or 

move to path same as .exe file


about .lib file

New project -> Applications Setting -> choose Static Libraries

same as normal c plus project

add head file .h

add cpp file to implement the function


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章