在Windows上编译xlslib问题

时间:2015-09-12 14:28:02

标签: visual-c++ xlslib

我试图在Windows Visual Studio上编译xlslib,我失败了,当我提取xlslib-package-2.5.0.zip的archeive文件时,我已经读过自述文件。它告诉我我只是打开sln文件它位于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 ++,对这些问题有什么看法吗? 任何提示或帮助都会被提升 问候 肯

0 个答案:

没有答案