嗨,我有根库的问题。我安装了根库,但它根本不起作用。
我将 Additional Include Directories%ROOTSYS%\lib
和 Additional Dependencies 设置为,%ROOTSYS%\include%
但它不起作用。如果使用 ROOT 库中的任何头文件,它将返回“没有这样的文件或目录”。例如不会编译。
#include "TCanvas.h"
int main(){
return 0;
}
%ROOTSYS%=E:\root\
立即编辑
Additional Dependencies = %ROOTSYS%\lib\*.lib
Additional Include Directories = %ROOTSYS%\include\
包括但我看到错误
错误 2 错误 C2065:“TCanvas”:未声明的标识符