Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all 2113 articles
Browse latest View live

About Windows 64-bit for (VS 2012)

$
0
0
Hi all I’ve been using Qt5.1 + MiniGW on windowsXP 32bit. I changed my PC whose OS is Windows7 64bit and tried to install Qt, but I realized Qt5.2 + MiniGW64bit is not provided. So I downloaded & set up Visual Studio Exress 2012 & Qt5.2.0 for Windows 64-bit (VS 2012) for the first time but it didn’t work properly. Here’s my situation -I could compile but couldn’t debug -Debugger status is “None” -Auto kit recognition answers “caution” mark Is there anybody who knows how to make it work? Thanks!

WebKit building ANGLE on Linux?

$
0
0
I am trying to build Qt 5.2 on Linux (Debian 6) and it stopped when building QtWebKit: flex --noline --nounistd --outfile=generated/glslang_lex.cpp /.../qt5/qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.l flex: unknown flag '-'.  For usage, try  flex --help Is normal to build ANGLE, which I thought is Windows-only, on Linux? If so, how can I fix this? Thanks.

QMYSQL driver not loaded on Ubuntu

$
0
0
Hello everybody i get and installed Qt 5.2 ×64 edition for Linux ubuntu. I have QTPLUGIN += qsqlmysql and QT += sql in file .pro and libqsqlmysql.so plugin is in /opt/Qt5.2.0/5.2.0/gcc_64/plugins/sqldrivers folder but after run show me errors… QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE QMYSQL QMYSQL3 QSQLITE2 QPSQL7 QPSQL why ? how I can fix this error?

No auto detected qt versions

$
0
0
I have been trying to start a project on qt for a week but i had to set everything up since qt didn’t come with any compiler, debugger, and version. I have got the compiler and debugger now but how do i add a qt version? Do i have to install one? How?

Qt 3D Make Error

$
0
0
I am trying to build Qt 3D on Windows 8 using Qt 5.2.0 and the following worked. call git clone git://gitorious.org/qt/qt3d.git cd qt3d qmake -recursive qt3d.pro However, running make resulted in an error. Do you know how to correct this? Thanks. Steve cd src/ && ( test -e Makefile || C:/Qt/Qt5.2.0/5.2.0/mingw48_32/bin/qmake C:/Projects/Test/qt3d/src/src.pro -o Makefile ) && "C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile mingw32-make[1]: Entering directory 'C:/Projects/Test/qt3d/src' cd threed/ && ( test -e Makefile || C:/Qt/Qt5.2.0/5.2.0/mingw48_32/bin/qmake C:/Projects/Test/qt3d/src/threed/threed.pro -o Makefile ) && "C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile mingw32-make[2]: Entering directory 'C:/Projects/Test/qt3d/src/threed' "C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile.Release all mingw32-make[3]: Entering directory 'C:/Projects/Test/qt3d/src/threed' g++ -c -pipe -fno-keep-inline-dllexport -O2 -fexceptions -mthreads -std=gnu++0x -frtti -Wall -Wextra -DUNICODE -DQT_BUILD_3D_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_USE_MATH_DEFINES -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -DQT_NO_EGL -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I'../../include' -I'../../include/Qt3D' -I'../../include/Qt3D/5.3.0' -I'../../include/Qt3D/5.3.0/Qt3D' -I'tmp' -I'../private' -I'global' -I'painting' -I'arrays' -I'effects' -I'materials' -I'geometry' -I'viewing' -I'math3d' -I'scene' -I'scene_ai' -I'../../3rdparty/assimp' -I'../../3rdparty/assimp/code' -I'../../3rdparty/assimp/code/BoostWorkaround' -I'../../3rdparty/assimp/include' -I'../../3rdparty/assimp/include/Compiler' -I'../../3rdparty/assimp/contrib/ConvertUTF' -I'../../3rdparty/assimp/contrib/zlib' -I'../../3rdparty/assimp/contrib/irrXML' -I'../../3rdparty/assimp/contrib/unzip' -I'scene_bezier' -I'network' -I'graphicsview' -I'textures' -I'surfaces' -I'api' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtOpenGL' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtWidgets' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/5.2.0' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/5.2.0/QtGui' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore/5.2.0' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore/5.2.0/QtCore' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtNetwork' -I'.moc/release' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/mkspecs/win32-g++' -o .obj/release/qglabstracteffect.o painting/qglabstracteffect.cpp In file included from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h:63:0,                  from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h:57,                  from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/QOpenGLFunctions:1,                  from ../../include/Qt3D/../../src/threed/painting/qglpainter.h:45,                  from ../../include/Qt3D/qglpainter.h:1,                  from painting/qglabstracteffect.h:45,                  from painting/qglabstracteffect.cpp:42: C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h:785:43: error: expected unqualified-id before ')' token      void (QOPENGLF_APIENTRYP MemoryBarrier)(GLbitfield barriers);                                            ^ Makefile.Release:3700: recipe for target '.obj/release/qglabstracteffect.o' failed mingw32-make[3]: *** [.obj/release/qglabstracteffect.o] Error 1 mingw32-make[3]: Leaving directory 'C:/Projects/Test/qt3d/src/threed' Makefile:38: recipe for target 'release-all' failed mingw32-make[2]: *** [release-all] Error 2 mingw32-make[2]: Leaving directory 'C:/Projects/Test/qt3d/src/threed' Makefile:40: recipe for target 'sub-threed-make_first-ordered' failed mingw32-make[1]: *** [sub-threed-make_first-ordered] Error 2 mingw32-make[1]: Leaving directory 'C:/Projects/Test/qt3d/src' makefile:43: recipe for target 'sub-src-make_first' failed mingw32-make: *** [sub-src-make_first] Error 2

WIndows 8 64 bit Error while building/deploying project see (kit: Desktop) When executing step 'Make'

$
0
0
02:48:55: Running steps for project see… 02:48:55: Starting: “C:\Qt\Qt5.2.0\5.2.0\msvc2012_64_opengl\bin\qmake.exe” C:\Qt\Qt5.2.0\Tools\QtCreator\bin\see\see.pro -r -spec win32-msvc2012 “CONFIG+=debug” “CONFIG+=declarative_debug” “CONFIG+=qml_debug” 02:48:56: The process “C:\Qt\Qt5.2.0\5.2.0\msvc2012_64_opengl\bin\qmake.exe” exited normally. 02:48:56: Configuration is faulty. Check the Issues view for details. Error while building/deploying project see (kit: Desktop) When executing step ‘Make’ 02:48:56: Elapsed time: 00:01. I’m have that problem since I install QT !http://s29.postimg.org/ucikov3oj/bad_prog.png [url=http://postimg.org/image/dskw2meeb/][img] http://s29.postimg.org/dskw2meeb/bad_prog2.png[/img][/url] http://s29.postimg.org/89mxz56qr/bad_prog3.png http://s29.postimg.org/c26gevm8z/bad_prog4.png(problems)!

Latest Qt3D build under Windows 7

$
0
0
Hi all, First, I’d like to say that I installed Qt 5.2 about two weeks ago with the OpenGL/windows 7/Visual Studio 2010 plugin and its works quite well under Win7-64 bit. Right now I’m struggling to get Qt3D to compile under Windows and I’m having compile errors with a missing declaration referenced in a cpp file which is not defined in the h file. I realize that Qt3D is NOT part of Qt 5.2 yet and so I had to download it separately. But before I get into any details at this point, I’d like to know if: (1) I have the correct and latest source (2) If there is already visual studio project set up for the build (as I created my own) (3) What, if any, are issues for a Windows build The source I have is: https://qt.gitorious.org/qt/qt3d/archive/8baaf6653a0c407e568beebf1d40329108b44245.tar.gz Cheers

QT 5.2.0 for Windows and Android on same system possible (Windows 64 Bit)?

$
0
0
Hello, I want to develop with QT 5.2.0 for Windows as well as for Android on the same system. My computer is capable of running 64 bit software, but as far as I have seen QT 5.2.0 for Android is only available as 32 bit version. For a single variant it is no problem. Is it possible at all to mix two installations of QT 5.2.0? Or is one version overwriting, replacing, crashing the other? Must I choose 32 bit version both time? It this combination working? In general would it also be possible to cross compile a QT 5.2.0 application on Windows (or whatever…), which can be used on Linux or Mac? Or must I compile each application on its own system? Best regards, Martin

Cannot compile code against qt4

$
0
0
Hello, I’m running ArchLinux and recently installed Qt4 and Qt5. However, the tutorial that I’m going through requires Qt4. Here is my code. #include <QApplication> #include <QWidget>   int main(int argc, char * argv[]) {   QApplication app(argc, argv);     QWidget window;     window.resize(250, 150);   window.setWindowTitle("Simple example");   window.show();     return app.exec(); } I then did the following: % qmake -project % qmake % make And this is what I got: g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I. -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -o hello_world.o hello_world.cpp hello_world.cpp:3:24: fatal error: QApplication: No such file or directory  #include <QApplication>                         ^ compilation terminated. Makefile:298: recipe for target 'hello_world.o' failed make: *** [hello_world.o] Error 1 How do I point to the correct headers/libraries?

WARNING: Failure to find: gui\*.cpp

$
0
0
This should be straight forward but I cannot figure out why whenever I use gui/*.cpp it cannot find it but is I write out the whole file name,gui/mainwindow.cpp, it finds it without any problems. Does anyone know what is happening? I am using qt creator on windows 8.

Code worked before, updated Qt and doesn't now :c [SOLVED]

$
0
0
To give a bit of explanation: The program should link a spinbox and a slider so that as you change the value of one it would alter the value of the other; so at all times these would have the same value. This worked perfectly fine before but after updating it stopped working, here is my code: #include <QApplication> #include <QHBoxLayout> #include <QSlider> #include <QSpinBox>   int main(int argc, char *argv[]) {     QApplication a(argc, argv);       QWidget *mainWindow = new QWidget;     mainWindow->setWindowTitle("How many chicken wings?");       QSpinBox *spinner = new QSpinBox;     QSlider *slider = new QSlider(Qt::Horizontal);     spinner->setRange(1,50);     slider->setRange(1,50);     QObject::connect(spinner, SIGNAL(valueChange(int)), slider, SLOT(setValue(int)));     QObject::connect(slider, SIGNAL(valueChange(int)), spinner, SLOT(setValue(int)));     spinner->setValue(10);       QHBoxLayout *layout = new QHBoxLayout;     layout->addWidget(slider);     layout->addWidget(spinner);     mainWindow->setLayout(layout);     mainWindow->show();       return a.exec(); } Any help would be much appreciated.

Compiling from repository with mingw64, webkit problem

$
0
0
I’m compiling 5.2.0 stbale from the repo. So far everything went smooth. Now I encountered a problem which doesn’t have an obvious solution for me. mingw32-make[4]: Entering directory 'e:/devel/qt-5/qtwebkit/Source' g++ -Wl,-s -shared -Wl,--out-implib,E:/devel/qt-5/qtbase/lib/libQt5WebKit.a -o E:/devel/qt-5/qtbase/lib/Qt5WebKit.dll .obj/release/qrc_WebCore.o .obj/release/qrc_WebKit.o .obj/release/qrc_InspectorBac kendCommands.o  -lglu32 -lopengl32 -lgdi32 -luser32 -Le:/devel/icu/dist/lib -Le:/devel/openssl-1.0.1e/dist/lib -Le:/devel/icu/dist/lib -Le:/devel/openssl-1.0.1e/dist/lib -LE:/devel/qt-5/qtbase/lib -lQ t5Network -LE:/devel/qt-5/qtbase/lib -lQt5Gui -LE:/devel/qt-5/qtbase/lib -lQt5Core .obj/release/Qt5WebKit_resource_res.o -Wl,-whole-archive -lWebKit1 -Wl,-no-whole-archive -LE:/devel/qt-5/qtwebkit/Sou rce/WebKit/release -Wl,-whole-archive -lWebKit2 -Wl,-no-whole-archive -LE:/devel/qt-5/qtwebkit/Source/WebKit2/release -Wl,-whole-archive -lWebCore -Wl,-no-whole-archive -LE:/devel/qt-5/qtwebkit/Source /WebCore/release -lz -ladvapi32 -lgdi32 -lshell32 -lshlwapi -luser32 -lversion -lglu32 -lopengl32 -lgdi32 -luser32 -lgdi32 -lole32 -luser32 -Wl,-whole-archive -lANGLE -Wl,-no-whole-archive -LE:/devel/ qt-5/qtwebkit/Source/ThirdParty/ANGLE/release -Wl,-whole-archive -lJavaScriptCore -Wl,-no-whole-archive -LE:/devel/qt-5/qtwebkit/Source/JavaScriptCore/release -lwinmm -Wl,-whole-archive -lWTF -Wl,-no- whole-archive -LE:/devel/qt-5/qtwebkit/Source/WTF/release -licuin -licuuc -licudt -lwinmm -lgdi32 -LE:/devel/qt-5/qtbase/lib -lQt5Quick -LE:/devel/qt-5/qtbase/lib -lQt5Multimedia -LE:/devel/qt-5/qtbas e/lib -lQt5Qml -LE:/devel/qt-5/qtbase/lib -lQt5Sql -LE:/devel/qt-5/qtbase/lib -lQt5Gui -LE:/devel/qt-5/qtbase/lib -lQt5Network -LE:/devel/qt-5/qtbase/lib -lQt5Positioning -LE:/devel/qt-5/qtbase/lib -l Qt5Sensors -LE:/devel/qt-5/qtbase/lib -lQt5Core   E:/devel/qt-5/qtwebkit/Source/WebCore/release/libWebCore.a: member E:/devel/qt-5/qtwebkit/Source/WebCore/release/libWebCore.a(SVGAllInOne.o) in archive is not an object   collect2.exe: error: ld returned 1 exit status   Makefile.api.Release:81: recipe for target 'E:/devel/qt-5/qtbase/lib/Qt5WebKit.dll' failed   mingw32-make[4]: *** [E:/devel/qt-5/qtbase/lib/Qt5WebKit.dll] Error 1 mingw32-make[4]: Leaving directory 'e:/devel/qt-5/qtwebkit/Source' Makefile.api:38: recipe for target 'release-all' failed mingw32-make[3]: *** [release-all] Error 2 mingw32-make[3]: Leaving directory 'e:/devel/qt-5/qtwebkit/Source' Makefile.QtWebKit:40: recipe for target 'sub-api-pri-make_first-ordered' failed mingw32-make[2]: *** [sub-api-pri-make_first-ordered] Error 2 mingw32-make[2]: Leaving directory 'e:/devel/qt-5/qtwebkit/Source' Makefile:303: recipe for target 'sub-Source-QtWebKit-pro-make_first-ordered' failed mingw32-make[1]: *** [sub-Source-QtWebKit-pro-make_first-ordered] Error 2 mingw32-make[1]: Leaving directory 'e:/devel/qt-5/qtwebkit' Makefile:421: recipe for target 'module-qtwebkit-make_first' failed mingw32-make.exe: *** [module-qtwebkit-make_first] Error 2 Any help would be greatly appreciated.

Can't install Qt 5.2.0 on Mavericks

$
0
0
As the title says, I can’t install Qt on Mavericks. The setup first tells me that I need to have XCode Command Line Tools installed. If I continue the installation, it gives me an error about not being able to invoke otool. The problem is that I have the Command Line Tools installed. I tried to reinstall them but to no avail. Any guidance on this? I’m running OS X 10.9.1 and I’ve tried the online and offline installers. Thanks in advance.

Linking error in libhpdf.lib on compiling the project with Qt 5.1.1

$
0
0
Hi, Do anyone is having any idea what is going wrong with the linking of libhpdf.lib in Visual Studio 2008 . I am compiling the code with Qt 5.1.1. libhpdf.lib(hpdf_streams.obj) : error LNK2019: unresolved external symbol _deflateEnd referenced in function _HPDF_Stream_WriteToStreamWithDeflate libhpdf.lib(hpdf_streams.obj) : error LNK2019: unresolved external symbol _deflate referenced in function _HPDF_Stream_WriteToStreamWithDeflate libhpdf.lib(hpdf_streams.obj) : error LNK2019: unresolved external symbol _deflateInit_ referenced in function _HPDF_Stream_WriteToStreamWithDeflate Any help would be appreciated.

How to install multiple Qt 5.2 versions on Windows using offline installers

$
0
0
Hello, With previous Qt versions I have used the online installer to install the 32- and 64-bit MSVC and 32-bit MinGW Qt versions. This was pretty elegant as it created one root folder, one Qt Creator, and separate sub-folders for the three different versions. Unfortunately, because I am based in Australia the Qt 5.2 online installer is next to useless, even after switching to a so-called “more reliable” mirror. It took 7 hours to download the offline installers, but I have now successfully installed the 64-bit MSVC2012 version of Qt. How do I install the other two versions? I thought I could simply install them into different root folder locations, but there is no way to disable the installation of Qt Creator. I sure as heck don’t need three separate copies of it. Then I went hunting for a download location for the Qt 5.2 libraries, but I couldn’t find a way to do this either. I would appreciate some suggestions, or even to be pointed to a solution identified by someone else (I couldn’t find one). Thanks.

Qt designer source code customization

$
0
0
Hi All, I am new here. I would like to customize Qt Designer to my own preferences. To do so, I would like to change the source code of Qt Designer. Or is there any other way to add some code into Qt Designer so that it will do additional tasks like creating GUI dynamically or change elements? Thanks in advance.

Problem deploying QT Android

$
0
0
Hello, i have qt Creator installed and android. I read this link: http://guillaumebelz.wordpress.com/2013/07/04/developpez-en-natif-pour-android-avec-qt-5-1/ when i want to compile a qt quick application i have this error. However Simulator is opening. Thans you for your help -debug-obfuscation-check: -pre-build: -build-setup: Building the android package failed! — For more information, run this command with —verbose. [getbuildtools] Using latest Build Tools: 19.0.0 [echo] Resolving Build Target for QtApp… [ge…. -pre-compile: -compile: 22:14:32: Le processus “C:\Qt\5.2.0\android_armv7\bin\androiddeployqt.exe” s’est terminé avec le code 14. Erreur lors de la compilation/déploiement du projet sans_titre1 (kit : Android pour armeabi-v7a (GCC 4.8, Qt 5.2.0)) Lors de l’exécution de l’étape “Déployer sur périphérique Android” 22:14:32: Temps écoulé : 00:21.

rcc crash building Qt 5

$
0
0
Hi all. I’m new here but I have years of experience in Qt. I’ve built Qt 4 many times without problems but Qt 5 seems more complex. I’m trying to build Qt 5 with Visual Studio 2008 SP1 and Windows SDK 7.0 on Windows Vista SP2, following the guide “Building Qt 5 from Git”. I think my configuration is ok, because running the configure tool with the following command… configure -developer-build -opensource -nomake examples -nomake tests -platform win32-msvc2008 -plugin-sql-sqlite … I get the result in the following post ( The maximum number of allowed characters is 6000 for thi post :( ) Then I run nmake, but the first time that rcc is executed, it crashes and I get the following output: C:\Qt\qt5\qtbase\bin\rcc.exe -name mimetypes mimetypes\mimetypes.qrc -o .rcc\debug\qrc_mimetypes.cpp NMAKE : fatal error U1077: 'C:\Qt\qt5\qtbase\bin\rcc.exe' : codice restituito '0xff' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : codice restituito '0x2' Stop. NMAKE : fatal error U1077: 'cd' : codice restituito '0x2' Stop. NMAKE : fatal error U1077: 'cd' : codice restituito '0x2' Stop. NMAKE : fatal error U1077: 'cd' : codice restituito '0x2' Stop. So I have tried to run my rcc manually, but it crashes. If there is some error in the qrc file (eg missing file) it outputs correctly the error, but if it’s all ok in the qrc file, it crashes. I’ve also tried to build the Qt 5 version taken from the zip that I found in the downoad page, but I get the same result. I don’t know what’s wrong with my rcc.exe. Maybe I need Windows SDK 7.1 instead of 7.0? The guide speaks only of a generic version 7 for VS2008. Alternatively, it’s possible skip the rcc building and use another rcc.exe taken from another build? Thanks!

Issue with the layout / directory structure of Qt Source vs Pre Built Packages

$
0
0
I downloaded the Qt 5.2.0 source because I needed to build using Visual Studio 2012 – 32 bit with Open GL support – there are no pre-built libraries for this configuration. I installed all the tools and got the source to build with no problems. I just have this question regarding the layout of the include files, they appear to be different for the pre-packaged builds compared to that of the downloaded source. In the Qt pre-built packages we have a single directory e.g msvc2012 with subdirectories for bin, doc, include. The include directory has sub-directories QtCore, QtMultimedia etc. But if I install the source and build I have directories as follows: \qt-everywhere-opensource-src-5.2.0\QtBase\include\QtCore \qt-everywhere-opensource-src-5.2.0\qtmultimedia\include\QtMultiMedia i.e a different directory structure!! If I build the source all the components build and during the make/build process seems to generate new directories under QtBase\include e.g QtBase\Include\QtMultimedia but this directory is empty except for 1 file QtMultimedia Depends files like QAudioFormat are not here. I would have expected the directory structure for the includes to be the same if using the source compared to the pre built packages… It makes it hard to switch between them if they are different. Am I missing something here? Thank you, Callum

"InterlockedCompareExchange@12" not be found in DLL "libstdc++6.dll"

$
0
0
Hey, I use Qt5.1.0 with mingw48_32 on Windows 7 64bit. For some reason I had to add another compiler version. I downloaded Mingw 32 bit with gcc 4.7.2 and added it as custom compiler to Qt Creator. I configured it as follows: name: MinGW4.7 path to compiler: C:\MinGW\bin\g++.exe path to make: C:\MinGW\bin\mingw32-make.exe ABI: x86-windows-msys-pe-32bit header path: C:\MinGW\include Then I created a custom Kit which makes use of the custom compiler. When I compile my project with this kit, and later click on the generated .exe file, I receive an error similar to this (translated from German): “InterlockedCompareExchange@12” could not be found in DLL “libstdc++6.dll” What might this be? And how can I solve it? Did I add the custom compiler wrongly?
Viewing all 2113 articles
Browse latest View live