mal wieder dev-cpp



  • ich benutze dev-cpp jetzt schon seit einiger zeit, eigentlich immer ohne probleme.
    jetzt habe ich dev-cpp auf einem anderen pc(win 98) installiert, da ich im moment an meinen 'richtigen'(win me) nicht drankomme.
    das problem ist, meine programme die auf dem 'richtigen' pc fehler/warnungsfrei compilieren erzeugen jetzt dutzende fehler alá:

    "mpiler: Default compiler
    Building Makefile: "C:\Eigene Dateien\tobias\karte\Makefile.win"
    Führt make clean aus
    rm -f main.o tp_other.o tp_karte.o tp_ik_filter.o karte.exe

    g++.exe -c main.cpp -o main.o -I"C:/PROGRAMME/DEV-CPP/include/c++" -I"C:/PROGRAMME/DEV-CPP/include/c++/mingw32" -I"C:/PROGRAMME/DEV-CPP/include/c++/backward" -I"C:/PROGRAMME/DEV-CPP/include"

    In file included from main.cpp:18:
    tp_other.h:5: string' was not declared in this scope tp_other.h:5: parse error before,' token
    tp_other.h:6: string' was not declared in this scope tp_other.h:6: parse error before)' token
    tp_other.h:7: string' was not declared in this scope tp_other.h:7: parse error before,' token
    In file included from main.cpp:19:
    tp_ik_filter.h:9: string' was not declared in this scope tp\_ik\_filter.h:9: parse error before,' token
    In file included from main.cpp:20:

    tp_karte.h:8: parse error before [' token tp_karte.h:10: type specifier omitted for parameterstring'
    tp_karte.h:10: parse error before )' token tp_karte.h:11:string' was not declared in this scope
    tp_karte.h:11: parse error before `)' token
    [...]
    "

    das programm kann ich nicht einfach posten, da es zu gross ist, es ist aber 100% in ordnung.
    ich habe jetzt alle versionen auf bloodshed.net ausprobiert, keine funktioniert.
    auch das verschieben der includedateien hat nicht geholfen...
    hat jemand vielleicht noch eine idee?



  • Ich glaub dir nicht das das Programm 100% korrekt ist.
    Poste doch einfach die Ausschnitte in denen der Fehler auftritt.



  • ich habe jetzt testweise mal alle .cpp und .h wieder zu einem neuem projekt zusammengefügt und siehe da - es geht.
    trotzdem thx @Lars 🙂


Anmelden zum Antworten