Sorry,my Eng not well, But I think someone may could help me.
When I compile CC in mode X64 or win32, I find this Problem:
4>LINK : fatal error LNK1181: cannot open input file“..\..\CC\Release\CC_CORE_LIB.lib”
7>LINK : fatal error LNK1181: cannot open input file“..\libs\CCFbo\Release\CC_FBO_LIB.lib”
Please...
VS2013 Compilation Error
Re: VS2013 Compilation Error
Please specify the version of Qt. Note that CC only supports 64 bits.
You probably have errors during the compilation of these libraries, don't you?
You probably have errors during the compilation of these libraries, don't you?
Daniel, CloudCompare admin
Re: VS2013 Compilation Error
My Qt version is 5.9(32 bits),maybe I should have 64 bits Qt...daniel wrote:Please specify the version of Qt. Note that CC only supports 64 bits.
You probably have errors during the compilation of these libraries, don't you?
Thank you