hund555 Geschrieben 29. Mai 2006 Teilen Geschrieben 29. Mai 2006 hallo, wenn ich ein quellcode mit folgenden headern einbauen will kommt die meldung no such file or directory, was muss ich hier noch einbinden bzw. tun? danke #include <qapplication.h> #include <qfile.h> #include <qlistview.h> .... ....[/PHP] Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Bubble Geschrieben 29. Mai 2006 Teilen Geschrieben 29. Mai 2006 Entweder die Dateien in das für Include-Dateien eingestellte Verzeichnis kopieren/verschieben, oder ein weiteres Verzeichnis für die Suche nach Include-Files angeben oder anstelle von spitzen Klammern (#include <...>) Hochkommata (#include "...") verwenden, wenn die Dateien im aktuellen Verzeichnis liegen. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
hund555 Geschrieben 29. Mai 2006 Autor Teilen Geschrieben 29. Mai 2006 hi, diese 3 dateien habe ich nicht, ich dachte die gehören zum standard wie iostream etc .... ich schreibe hier am besten ganzen code hin. (habe den code aus einem script) #include <qapplication.h> #include <qfile.h> #include <qlistview.h> #include "domparser.h" void parseFile(const QString &fileName) { QListView *listView = new QListView(0); listView->setCaption(QObject::tr("DOM Parser")); listView->setRootIsDecorated(true); listView->setResizeMode(QListView::AllColumns); listView->addColumn(QObject::tr("Terms")); listView->addColumn(QObject::tr("Pages")); listView->show(); QFile file(fileName); DomParser(&file, listView); } int main(int argc, char *argv[]) { QApplication app(argc, argv); if (argc < 2) { qWarning("Usage: domparser file1.xml..."); return 1; } for (int i = 1; i < argc; ++i) parseFile(argv[i]); QObject::connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit())); return app.exec(); }[/PHP] Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
carstenj Geschrieben 29. Mai 2006 Teilen Geschrieben 29. Mai 2006 Hi, es ist übrigens gefährlich, Code kompilieren zu wollen von dem man nicht weiss, was er tut und was er benötigt. Naja, auf jeden Fall gehört das zu QT. Du musst QT installiert haben, dann sollte das laufen. Allerdings weiss ich nicht, wie du das wo einstellen musst, da ich auch nicht weiss, welches Betriebssystem du benutzt. www.trolltech.com Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
bigpoint Geschrieben 30. Mai 2006 Teilen Geschrieben 30. Mai 2006 Hi, es ist übrigens gefährlich, Code kompilieren zu wollen von dem man nicht weiss, was er tut und was er benötigt. In wie fern??? Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Guybrush Threepwood Geschrieben 30. Mai 2006 Teilen Geschrieben 30. Mai 2006 Das Compilieren nicht, aber das ausführen was ja dann meist nach dem Compilieren folgt Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
bigpoint Geschrieben 30. Mai 2006 Teilen Geschrieben 30. Mai 2006 Das Compilieren nicht, aber das ausführen was ja dann meist nach dem Compilieren folgt die rede ist aber doch von Compilieren und nicht von ausführen Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Bubble Geschrieben 30. Mai 2006 Teilen Geschrieben 30. Mai 2006 hi, diese 3 dateien habe ich nicht, ich dachte die gehören zum standard wie iostream etc .... Nein, das sind keine zum C++-Standard gehörenden Dateien. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
hund555 Geschrieben 5. Juni 2006 Autor Teilen Geschrieben 5. Juni 2006 Hi, es ist übrigens gefährlich, Code kompilieren zu wollen von dem man nicht weiss, was er tut und was er benötigt. Naja, auf jeden Fall gehört das zu QT. Du musst QT installiert haben, dann sollte das laufen. Allerdings weiss ich nicht, wie du das wo einstellen musst, da ich auch nicht weiss, welches Betriebssystem du benutzt. www.trolltech.com habe mir QT be trolltech v4.1.3 (Opensource) runtergeladen, geht nicht. wenn ich da was aufmachen will kommt dynmic link labiry wurde nicht in angegeben pfad gefunden ****** Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Klotzkopp Geschrieben 5. Juni 2006 Teilen Geschrieben 5. Juni 2006 habe mir QT be trolltech v4.1.3 (Opensource) runtergeladen, geht nicht.Runterladen allein reicht auch sicher nicht. Ist da kein Readme dabei? wenn ich da was aufmachen will kommt dynmic link labiry wurde nicht in angegeben pfad gefundenWarum ist es eigentlich so furchtbar schwierig, ordentliche Fehlerbeschreibungen abzuliefern? Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
hund555 Geschrieben 5. Juni 2006 Autor Teilen Geschrieben 5. Juni 2006 naja, installiert hab ich es natürlich auch :-) wenn ich zb. assistant starte: Die Dynamic Link Library mingwm10.dll wurde nicht in angegeben Pfad ....(mehrere pfade angegeben)... gefunden readme.txt: This is Qt version 4.1.3. Qt is a comprehensive cross-platform C++ application framework. Qt 4.1 introduces new features and many improvements over the 3.x series. See http://doc.trolltech.com/4.1/qt4-intro.html for details. The Qt 4.x series is not binary compatible or source compatible with the 3.x series. For more information on porting from Qt 3 to Qt 4, see http://doc.trolltech.com/4.1/porting4.html. INSTALLING Qt On Windows and Mac OS X, if you want to install the precompiled binary packages, simply launch the package and follow the instructions in the installation wizard. On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) and GCC 4.0 to develop applications. Its applications will run on Mac OS X 10.3.9 and above. If you develop with another compiler/version of OS X, please use the source package instead. If you have a source package (a .tar.gz, .tar.bz2, or .zip file), follow the instructions in the INSTALL file. DEMOS AND EXAMPLES Once Qt is installed, we suggest that you take a look at the demos and examples to see Qt in action. Run the Qt Examples and Demos either by typing 'qtdemo' on the command line or through the desktop's Start menu. On Mac OS X, you can find it in /Developers/Applications/Qt. REFERENCE DOCUMENTATION The Qt reference documentation is available locally in Qt's doc/html directory. You can use Qt Assistant to view it; to launch Assistant, type 'assistant' on the command line or use the Start menu. On Mac OS X, you can find it in /Developer/Applications/Qt. The latest documentation is available at http://doc.trolltech.com/. SUPPORTED PLATFORMS For this release, the following platforms have been tested: win32-g++ win32-icc win32-msvc win32-msvc.net aix-g++ aix-xlc aix-xlc-64 freebsd-g++ freebsd-icc hpux-acc hpux-g++ irix-cc irix-cc-64 irix-g++ linux-g++ linux-icc solaris-cc solaris-cc-64 solaris-g++ solaris-g++-64 macx-g++ For a complete list of supported platforms, see http://www.trolltech.com/products/qt/qt4-platforms.html. COMMERCIAL EDITIONS Desktop Edition licensees can use all the modules provided with their Qt package. Desktop Light Edition licensees may only use the classes contained in the QtCore, QtGui and Q3Support modules. Console Edition licensees may use the classes contained in the QtCore, QtNetwork, QtSql and QtXml modules. For a full listing of the contents of each module, please refer to http://doc.trolltech.com/4.1/modules.html. HOW TO REPORT A BUG If you think you have found a bug in Qt, we would like to hear about it so that we can fix it. Before reporting a bug, please check http://www.trolltech.com/developer/faqs/ and http://www.trolltech.com/developer/platforms/ to see if the to see if the issue is already known. Always include the following information in your bug report: the name and version number of your compiler; the name and version number of your operating system; the version of Qt you are using, and what configure options it was compiled with. If the problem you are reporting is only visible at run-time, try to create a small test program that shows the problem when run. Often, such a program can be created with some minor changes to one of the many example programs in Qt's examples directory. Please send the bug report to qt-bugs@trolltech.com. Qt is a trademark of Trolltech AS. [/PHP] Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Klotzkopp Geschrieben 5. Juni 2006 Teilen Geschrieben 5. Juni 2006 Du sollst die Readme-Datei nicht posten, sondern lesen Auf der Trolltech-Website gibt es eine Installationsanleitung. Hast du die befolgt? Welchen Compiler benutzt du überhaupt? Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.