Qt调用VS封装的DLL时出现LNK2019无法解析外部函数的错误

Qt调用VS封装的DLL时出现LNK2019无法解析外部函数的错误 1.Qt中pro文件需要加入LIB += 2.注意Qt编译器的版本与VS输出DLL的编译器版本是否一致 1.Qt中pro文件需要加入LIB += LIBS += -LD:\qt\sumaandb\build-sumaandb-Desktop_Qt_5_12_0_MSVC2017_64bit-Debug\debug -lDll1 这
相关文章
相关标签/搜索