VS2013 Compilation Error

All about Windows versions
Post Reply
Vita
Posts: 2
Joined: Mon Jan 08, 2018 8:00 am

VS2013 Compilation Error

Post by Vita »

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...
daniel
Site Admin
Posts: 7330
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: VS2013 Compilation Error

Post by daniel »

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?
Daniel, CloudCompare admin
Vita
Posts: 2
Joined: Mon Jan 08, 2018 8:00 am

Re: VS2013 Compilation Error

Post by Vita »

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?
My Qt version is 5.9(32 bits),maybe I should have 64 bits Qt...
Thank you
Post Reply