hi
i downloaded and installed qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB). I use netbeans and my project complied. But then the following error comes:
libgcc_s_dw2-1.dll not found.
does anybody know what im doing wrong?
hi
i downloaded and installed qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB). I use netbeans and my project complied. But then the following error comes:
libgcc_s_dw2-1.dll not found.
does anybody know what im doing wrong?
I've never used netbeans with Qt, but are you sure about compiler? I mean that did your netbeans compile your project with mingw?
yes it compiles with mingw. But actually i could also move to ms visual express. Is that possible with the Qt 5? There is not addon for express.
Why don't u use QtCreator?!
hm i never used this...is it possible to just use qtcreator to make a c++ application. With Opencv by the way?
of course![]()
well thanks for your tipps
i think thats the best way to go with qt.
That's right. Starting with QtCreator is the best way to work with Qt![]()
Now I have the same problem in qtCenter... libgcc_s_dw2-1.dll is missing. how can I fix this?
Last edited by rouge; 25th February 2013 at 10:26.
add path of mingw32 bin folder into environment variables. see if this resolves the issue?
I already added...but I can't find the libgcc_s_dw2-1.dll in the subdirectories...
I've installed Qt 5.0.1 for windows 32-bit (MinGW 4.7) but neither I've that error nor the dll's that you've mentioned it! This dll seems to belonged to MinGW 4.6.2. I've this version and in bin folder of this mingw i've found your missing dll!!! download this version of mingw (4.6.2) and see if issue resolves
Ok i will try this...but why its use this dll?
I don't know if it use it at all!!
Not it seems to work ... there was an old mingw in the path variable![]()
Last edited by rouge; 25th February 2013 at 15:40.
just for info.. with the depencywalker i found out that my opencv library used that .dll...i just have to renew opencv too![]()
Bookmarks