Hello everyone,
I just try to compile CloudCompare on my laptop and after generate the build in CMake, I run the debug for INSTALL in Visual Studio and obtain these errors (in french) :
Unable to start program 'D:\Arthur Le Guennec\Documents\trunck-master\build\x64\Debug\INSTALL'. Specified file cannot be found.
And when I try to debug CloudCompare directly, I have :
Miss CC_CORE_LIBd.dll
Miss QCC_DB_LIBd.dll
Miss QCC_IO_LIBd.dll
Miss Qt5PrintSupportd.dll
My configuration in cmake is :
and I have Windows 10, CMake 3.7.0, Qt5.6, Visual Studio 2015.
Can anyone help me ?
Thanks,
Arthur
Miss some dlls for compile
Re: Miss some dlls for compile
Have you read this post? http://www.danielgm.net/cc/forum/viewto ... =992#p3528
You shouldn't 'run' the INSTALL project, but only compile it. And then you have to start the CloudCompare project but first you have to define the right location of the 'installed' CloudCompare.exe file (in the Debug properties of the project).
You shouldn't 'run' the INSTALL project, but only compile it. And then you have to start the CloudCompare project but first you have to define the right location of the 'installed' CloudCompare.exe file (in the Debug properties of the project).
Daniel, CloudCompare admin
Re: Miss some dlls for compile
Sorry, I misspoke, I didn't run the INSTALL project, but I tried to compile it, but I have the message : Unable to start program 'D:\Arthur Le Guennec\Documents\trunck-master\build\x64\Debug\INSTALL'. Specified file cannot be found.
Re: Miss some dlls for compile
Are you actually right clicking on the INSTALL project and choosing the 'generate' option? Because it shouldn't give you an 'Unable to start program' error.
This is the error I get on my side when I start the project (with F5 or CTRL+F5). 'Generate' corresponds to the F7 shortcut (with the right project set as default).
This is the error I get on my side when I start the project (with F5 or CTRL+F5). 'Generate' corresponds to the F7 shortcut (with the right project set as default).
Daniel, CloudCompare admin
Re: Miss some dlls for compile
Yes, it works now ! Sorry, but I recently begin to program on Windows and I had never used Visual Studio before.
Thank you,
Arthur
Thank you,
Arthur