Page 1 of 1

VS2013 Compilation Error

Posted: Mon Jan 08, 2018 8:42 am
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...

Re: VS2013 Compilation Error

Posted: Mon Jan 08, 2018 10:16 am
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?

Re: VS2013 Compilation Error

Posted: Wed Jan 10, 2018 3:47 am
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