
正文
VC2013 添加库文件
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
1。项目--〉属性--〉链接器
1. You #include the header file (.h) file in your project as necessary. 2. You list the import library (.lib) in the Linker->Input->Additional Dependencies section of your project settings. 3. You place the DLL itself (.dll) in the same directory as the executable. so it can be found at run time.
David Wilkinson | Visual C++ MVP
Did I do anything wrong? Could you give more details? I've got the same problem, The way does not work here.








