我试图在 Windows Visual Studio 上编译 xlslib,但失败了,当我提取 xlslib-package-2.5.0.zip 的存档文件时,我已经阅读了自述文件。它告诉我我只需打开位于contrib 文件夹。我只是按照此步骤操作。然后我尝试在 Visual Studio 上编译它,但发生了很多错误,我尝试在 VS 2008 和 VS 2013 上构建它,它根本不起作用。这是我的错误如下
error 3 error C2380: type(s) preceding “sheet_notes” (constructor wit`h return type, or illegal redefinition of current class-name?)` c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
error 4 error C2208: “xlslib_core::sheet_notes”: no members defined using this type c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
error 5 fatal error C1903: unable to recover from previous error(s); stopping compilation c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
error 7 error C2380: type(s) preceding “sheet_notes” (constructor wit`h return type, or illegal redefinition of current class-name?)` c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
error 8 error C2208: “xlslib_core::sheet_notes”: no members defined using this type c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
error 9 fatal error C1903: unable to recover from previous error(s); stopping compilation c:\Users\abcd\Desktop\xlslib-package-2.5.0\xlslib\xlslib\src\xlslib\note.h 46 xlslib_lib
我曾经在xlslib讨论上发过一个帖子寻求帮助,但只有一个人是David Hoerl,他回答说他不熟悉Windows平台,他只熟悉MAC平台,所以我不知道该怎么办。我对 C++ 不太熟悉,对这些问题有什么想法吗?任何提示或帮助都会受到欢迎,肯