deploying to XP - _vsnprintf_s could not be located in the dynamic link...
hi, i’ve successfully got my program running on a fresh windows 8 install, and now i’m trying it on a windows xp machine. when running it, i get the following error message: “The procedure entry point...
View ArticleBuilding Qt libraries for VS2012 runtime
Hi, I need to build and link the latest (5.0.1) Qt libraries against the VS2012 runtime libraries. I’m using the non-commercial Qt. Which package should I download and how do I configure it? Can I use...
View ArticleLink errors with -openvg
I am getting an error building qt5 for msvc2010 on x64 when using -openvg flag. ‘could not find EGL\egl.h’ this seems to be an ANGLE file even though I specified -no-angle anyone knows how to resolve...
View Articlestand alone programs
Hi, I’m new to QtCreator. I want to make stand alone windows programs. I tried what the documentation says to do, but the final program will only run when ran under the creator. When I try to run it...
View ArticleQt and Qt Creator installation ?
I’m trying to learn QT. However, with lots of trial I could do nothing about QT and QT Creator. When i run QT Creator, i can’t create a QT project. There are options like other,nonqt project.. Is there...
View ArticleLinking libraries during build vs. install
Hello all. I have a problem regarding linking of shared libraries (I’ll refer to them as .so files since I’m on linux). Let’s say I have project A and project B. Project A builds as an executable file...
View Articlehow to uninstall qt (ubuntu)
This is the first time that i’m trying to use a library other than standard. Thus, i had lots of difficulty. I tried to install qt and qt creator with the command sudo add-apt-repository...
View ArticleQt5 on MAC OS X
Hi, my setup is Qt 5.0.1 (64 bit), Qt Creator 2.6.2, XCode 3.2.6 and i am trying to build and run an application. My .pro file is: QT += core gui\ ...
View ArticleFinding out version of Qt source?
Probably a simple stupid question but I haven’t found an answer: when building Qt from source, i want my target directory (-prefix) to match the Qt version… so I’d like to know how I figure the version...
View ArticleCompiling Qt5 with custom SQLite3
I am trying to compile Qt5 with a custom version of SQLite3. I am using these options: (note: I am using brackets rather than percentages because for some reason the web site/editor does not like...
View ArticleQt 5 compiling on Windows 8
Finally I came this far, but stuck here. This is what i’m getting now. Creating library ..\..\lib\Qt5Cored.lib and object ..\..\lib\Qt5Cored.exp LINK : fatal error LNK1104: cannot open file...
View ArticleHow do I compile Qt 5.1 (dev branch) to test Android stuff?
I found qt-project.org/wiki/Building-Qt-5-from-Git but that doesn’t seem to be specifically for android stuff. I also found http://qt-project.org/wiki/Qt5ForAndroidBuilding but it says it doesn’t work...
View ArticleQT5.0.1 - MYSQL5.1 - Windows7 (32x/64x) - Driver not loaded
Hi, first, yes I am newbie in QT. I have read several forums, how to bind mysql driver into my Projekt. 1) I wand to use no plugin so ich tryed to configure QT5 with the following steps: a)...
View ArticleCannot find how to link to crypt32.dll
Hello there Qt folks! I am trying to use the function CryptProtectData defined and wincrypt.h (see http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261(v=vs.85).aspx) and I need to link...
View ArticleQt cross-compile having trouble with freetype library
I’m asking here because I’ve ran out of ideas on why this isn’t correctly compiling, the error returned is here: http://pastebin.com/VWBVRYik qt /configure settings: ./configure -nomake demos -nomake...
View ArticleWhat does this error mean?
Hello everybody, can anyone help with this error: (it is the first part of the error message!) 20:49:53: Running steps for project analogclock… 20:49:53: Starting:...
View ArticleProper MSVC11 Support
The Visual Studio 11 compiler has been out for over a year now, and for over 2 years as a beta. Yet despite the popularity of this platform there seems to be almost no support at all. A quick search...
View ArticleBuilding errors in Qt5
Hi, i have done my code before with success and then i changed windows after that i installed Q5 but when i run it i get the following error. Can anyone help me to fix it? Thanks in advance jom:...
View ArticleQt Anti-Reverse Engineering
Hello… I was wondering about reverse engineering and how could one stop this to happen on multiple platforms… If it even is possible… If not at least on Windows can you point me in the right direction?...
View ArticleQt5 qtmultimedia build error VS2010 x86
I’m trying to re-build Qt 5 from the Git source under Visual Studio 2010. But I’m running into the following error when compiling qtmultimedia. I’m clearly missing a Windows Dependancy, but I don’t...
View Article