- Capture01.JPG (115.51 KiB) Viewed 7939 times
- Capture02.JPG (71.45 KiB) Viewed 7939 times
Thank you in advance for your response
daniel wrote:In the first case: you were not linking with Qt for Windows 2012 but for MinGW (see the QT5_ROOT_PATH ;) ). I'm not even sure Qt provides Qt 5.7 for MSVC 2012 anyway... Moreover CC 2.7 requires a C++x11 compatible compiler (i.e. MSVC 2013 or newer).
And for the second case: hard to tell... can you post the console log instead?
Code: Select all
if (ccFBOUtils::CheckExtension("GL_KHR_debug"))
{
...
}
1>------ Début de la génération : Projet : CloudCompare, Configuration : Debug Win32 ------daniel wrote:Oh, it's for the GL_KHR_debug extension, it's not important at all.
You can comment the whole section:Code: Select all
if (ccFBOUtils::CheckExtension("GL_KHR_debug")) { ... }