Miss some dlls for compile

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
arthur
Posts: 4
Joined: Fri Oct 14, 2016 11:48 am

Miss some dlls for compile

Post by arthur »

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) :
Image 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 :
Image Miss CC_CORE_LIBd.dll
Image Miss QCC_DB_LIBd.dll
Image Miss QCC_IO_LIBd.dll
Image Miss Qt5PrintSupportd.dll

My configuration in cmake is :
Image

and I have Windows 10, CMake 3.7.0, Qt5.6, Visual Studio 2015.

Can anyone help me ?

Thanks,
Arthur
daniel
Site Admin
Posts: 7707
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Miss some dlls for compile

Post by daniel »

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).
Daniel, CloudCompare admin
arthur
Posts: 4
Joined: Fri Oct 14, 2016 11:48 am

Re: Miss some dlls for compile

Post by arthur »

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

Re: Miss some dlls for compile

Post by daniel »

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).
Daniel, CloudCompare admin
arthur
Posts: 4
Joined: Fri Oct 14, 2016 11:48 am

Re: Miss some dlls for compile

Post by arthur »

Yes, it works now ! Sorry, but I recently begin to program on Windows and I had never used Visual Studio before.

Thank you,
Arthur
Post Reply