Jetzt kann ich wenn ich den Creator verwende die Programme ausführen. Wenn ich jedoch einen doppeöklick auf die .exe mache oder es in der Konsole öffne, bekomme ich eine Fehlermeldung, dass libgcc_s_dw2-1.dll auf meinem PC fehlt...
Habe noch ein zweites Problem, hat aber 0 mit QT zu tun:
ich hab eine Konsolenanwendung, die unter Linux folgende Header verwendet:
Code: Alles auswählen
#include <fstream> //ifstream, ofstream ANSI C++
#include <iostream> //cin, cout ANSI C++
#include <vector> //Kommandozeilenargumente abfragen ANSI C++
#include <string> //Kommandozeilenargumente abfragen ANSI C++
#include <cstring> //strcpy(), strcat(), strlen() ANSI C
#include <cstdio> //remove() ANSI C
#include <sys/stat.h> //stat() Posix
#include <sys/types.h> // Posix
#include <dirent.h> //opendir(), readdir(), closedir() PosixLiegt das an der Posix-Lib? Ist die bei Windoof nicht dabei?