AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Ist das hier Delphi ?

Ein Thema von Eifelhexe · begonnen am 25. Feb 2011 · letzter Beitrag vom 15. Feb 2013
Antwort Antwort
Seite 3 von 7     123 45     Letzte »    
Benutzerbild von TonyR
TonyR

Registriert seit: 17. Jun 2006
Ort: Bautzen
503 Beiträge
 
FreePascal / Lazarus
 
#21

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 15:23
sind auch wirklich alle Quelltext-Dateien in einem Ordner?
Welcher Art sind die Fehler?
  Mit Zitat antworten Zitat
Eifelhexe

Registriert seit: 25. Feb 2011
33 Beiträge
 
#22

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 16:17
also ich habe alle Dateien in einem Ordner in Dev C++ klicke ich auf neues Projekt und dann fuege ich alle Header und Cpp Dateien ein. Und ich wette das ist falsch
so sieht das dann im Compiler Log aus
Code:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Führt make... aus
make.exe -f "C:\Dev-Cpp\Makefile.win" all
g++.exe -c MorasUthgard/MorasUthgard.cpp -o MorasUthgard/MorasUthgard.o -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"  

g++.exe -c MorasUthgard/Account.cpp -o MorasUthgard/Account.o -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"  

In file included from MorasUthgard/Account.cpp:27:
MorasUthgard/Account.h:27:17: vcl.h: No such file or directory
In file included from MorasUthgard/Item.h:28,
                 from MorasUthgard/Player.h:27,
                 from MorasUthgard/Account.h:28,
                 from MorasUthgard/Account.cpp:27:
MorasUthgard/xml.h:57: error: expected `;' before '(' token
MorasUthgard/xml.h:58: error: expected `;' before '(' token
MorasUthgard/xml.h:64: error: `AnsiString' does not name a type
MorasUthgard/xml.h:65: error: `AnsiString' does not name a type
MorasUthgard/xml.h:66: error: `AnsiString' does not name a type
MorasUthgard/xml.h:67: error: `AnsiString' does not name a type
MorasUthgard/xml.h:68: error: `TStringDynArray' does not name a type
MorasUthgard/xml.h:69: error: `TStringDynArray' does not name a type
MorasUthgard/xml.h:74: error: ISO C++ forbids declaration of `TStringList' with no type
MorasUthgard/xml.h:74: error: expected `;' before '*' token
MorasUthgard/xml.h:76: error: `AnsiString' does not name a type
MorasUthgard/xml.h:77: error: `AnsiString' does not name a type
MorasUthgard/xml.h:78: error: `AnsiString' does not name a type
MorasUthgard/xml.h:79: error: `AnsiString' does not name a type
MorasUthgard/xml.h:81: error: `AnsiString' does not name a type
MorasUthgard/xml.h:82: error: `AnsiString' does not name a type

MorasUthgard/xml.h:87: error: `__property' does not name a type
MorasUthgard/xml.h:88: error: `__property' does not name a type
MorasUthgard/xml.h:89: error: `__property' does not name a type
MorasUthgard/xml.h:90: error: `__property' does not name a type
MorasUthgard/xml.h:91: error: `__property' does not name a type
MorasUthgard/xml.h:92: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/xml.h:92: error: expected `;' before "int"
MorasUthgard/xml.h:93: error: `__property' does not name a type
MorasUthgard/xml.h:94: error: `__property' does not name a type
MorasUthgard/xml.h:95: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/xml.h:95: error: expected `;' before "int"

MorasUthgard/xml.h: In member function `bool CXml::isTag(const char*)':
MorasUthgard/xml.h:86: error: `strTag' undeclared (first use this function)
MorasUthgard/xml.h:86: error: (Each undeclared identifier is reported only once for each function it appears in.)

In file included from MorasUthgard/Item.h:29,
                 from MorasUthgard/Player.h:27,

                 from MorasUthgard/Account.h:28,
                 from MorasUthgard/Account.cpp:27:
MorasUthgard/Leladia.h: At global scope:

MorasUthgard/Leladia.h:47: error: `AnsiString' does not name a type
MorasUthgard/Leladia.h:48: error: `AnsiString' does not name a type
MorasUthgard/Leladia.h:49: error: `AnsiString' does not name a type
MorasUthgard/Leladia.h:55: error: `__property' does not name a type
MorasUthgard/Leladia.h:56: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/Leladia.h:56: error: expected `;' before "int"
MorasUthgard/Leladia.h:57: error: `__property' does not name a type
MorasUthgard/Leladia.h:58: error: `__property' does not name a type
MorasUthgard/Leladia.h:59: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Leladia.h:59: error: expected `;' before "int"

MorasUthgard/Leladia.h:60: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Leladia.h:60: error: expected `;' before "int"
MorasUthgard/Leladia.h:64: error: `AnsiString' was not declared in this scope
In file included from MorasUthgard/Item.h:29,
                 from MorasUthgard/Player.h:27,
                 from MorasUthgard/Account.h:28,
                 from MorasUthgard/Account.cpp:27:
MorasUthgard/Leladia.h:67:2: warning: no newline at end of file
In file included from MorasUthgard/Player.h:27,

                 from MorasUthgard/Account.h:28,
                 from MorasUthgard/Account.cpp:27:
MorasUthgard/Item.h:46: error: `AnsiString' does not name a type
MorasUthgard/Item.h:47: error: `AnsiString' does not name a type
MorasUthgard/Item.h:48: error: `AnsiString' does not name a type
MorasUthgard/Item.h:49: error: `AnsiString' does not name a type
MorasUthgard/Item.h:50: error: `AnsiString' does not name a type

MorasUthgard/Item.h:51: error: `AnsiString' does not name a type
MorasUthgard/Item.h:69: error: `TDateTime' does not name a type
MorasUthgard/Item.h:70: error: ISO C++ forbids declaration of `DynamicArray' with no type
MorasUthgard/Item.h:70: error: expected `;' before '<' token
MorasUthgard/Item.h:71: error: ISO C++ forbids declaration of `DynamicArray' with no type
MorasUthgard/Item.h:71: error: expected `;' before '<' token
MorasUthgard/Item.h:77: error: `AnsiString' does not name a type
MorasUthgard/Item.h:78: error: `AnsiString' does not name a type

MorasUthgard/Item.h:94: error: `AnsiString' does not name a type
MorasUthgard/Item.h:95: error: variable or field `SetName' declared void
MorasUthgard/Item.h:95: error: expected `;' before '(' token
MorasUthgard/Item.h:96: error: variable or field `SetNameOriginal' declared void
MorasUthgard/Item.h:96: error: expected `;' before '(' token
MorasUthgard/Item.h:97: error: variable or field `SetOrigin' declared void
MorasUthgard/Item.h:97: error: expected `;' before '(' token
MorasUthgard/Item.h:98: error: variable or field `SetDescription' declared void
MorasUthgard/Item.h:98: error: expected `;' before '(' token
MorasUthgard/Item.h:99: error: variable or field `SetOnlineURL' declared void
MorasUthgard/Item.h:99: error: expected `;' before '(' token

MorasUthgard/Item.h:100: error: variable or field `SetExtension' declared void

MorasUthgard/Item.h:100: error: expected `;' before '(' token

MorasUthgard/Item.h:117: error: variable or field `SetLastUpdate' declared void
MorasUthgard/Item.h:117: error: expected `;' before '(' token

MorasUthgard/Item.h:125: error: `Single' does not name a type
MorasUthgard/Item.h:126: error: `Single' does not name a type
MorasUthgard/Item.h:143: error: `Single' does not name a type
MorasUthgard/Item.h:144: error: `Single' does not name a type
MorasUthgard/Item.h:145: error: `__property' does not name a type
MorasUthgard/Item.h:146: error: `__property' does not name a type
MorasUthgard/Item.h:147: error: `__property' does not name a type
MorasUthgard/Item.h:148: error: `__property' does not name a type
MorasUthgard/Item.h:149: error: `__property' does not name a type
MorasUthgard/Item.h:150: error: `__property' does not name a type
MorasUthgard/Item.h:151: error: `__property' does not name a type
MorasUthgard/Item.h:152: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:152: error: expected `;' before "int"
MorasUthgard/Item.h:153: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/Item.h:153: error: expected `;' before "int"
MorasUthgard/Item.h:154: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:154: error: expected `;' before "int"

MorasUthgard/Item.h:155: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:155: error: expected `;' before "int"
MorasUthgard/Item.h:156: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:156: error: expected `;' before "int"
MorasUthgard/Item.h:157: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:157: error: expected `;' before "int"
MorasUthgard/Item.h:158: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:158: error: expected `;' before "int"
MorasUthgard/Item.h:159: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:159: error: expected `;' before "int"
MorasUthgard/Item.h:160: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:160: error: expected `;' before "int"
MorasUthgard/Item.h:161: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:161: error: expected `;' before "int"
MorasUthgard/Item.h:162: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:162: error: expected `;' before "int"
MorasUthgard/Item.h:163: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:163: error: expected `;' before "int"
MorasUthgard/Item.h:164: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:164: error: expected `;' before "int"
MorasUthgard/Item.h:165: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:165: error: expected `;' before "int"
MorasUthgard/Item.h:166: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:166: error: expected `;' before "int"
MorasUthgard/Item.h:167: error: `__property' does not name a type
MorasUthgard/Item.h:168: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:168: error: expected `;' before "int"
MorasUthgard/Item.h:169: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:169: error: expected `;' before "int"
MorasUthgard/Item.h:170: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:170: error: expected `;' before "int"
MorasUthgard/Item.h:171: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:171: error: expected `;' before "int"
MorasUthgard/Item.h:172: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:172: error: expected `;' before "int"
MorasUthgard/Item.h:173: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:173: error: expected `;' before "int"

MorasUthgard/Item.h:174: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:174: error: expected `;' before "int"
MorasUthgard/Item.h:175: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:175: error: expected `;' before "bool"
MorasUthgard/Item.h:176: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:176: error: expected `;' before "int"

MorasUthgard/Item.h:177: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:177: error: expected `;' before "int"
MorasUthgard/Item.h:178: error: `__property' does not name a type
MorasUthgard/Item.h:179: error: `__property' does not name a type
MorasUthgard/Item.h:180: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:180: error: expected `;' before "bool"
MorasUthgard/Item.h:181: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Item.h:181: error: expected `;' before "bool"
In file included from MorasUthgard/Account.h:28,
                 from MorasUthgard/Account.cpp:27:
MorasUthgard/Player.h:38: error: `AnsiString' does not name a type
MorasUthgard/Player.h:39: error: `AnsiString' does not name a type
MorasUthgard/Player.h:42: error: `AnsiString' does not name a type
MorasUthgard/Player.h:48: error: ISO C++ forbids declaration of `DynamicArray' with no type
MorasUthgard/Player.h:48: error: expected `;' before '<' token
MorasUthgard/Player.h:50: error: `AnsiString' does not name a type
MorasUthgard/Player.h:51: error: variable or field `SetName' declared void
MorasUthgard/Player.h:51: error: expected `;' before '(' token
MorasUthgard/Player.h:52: error: variable or field `SetFileName' declared void
MorasUthgard/Player.h:52: error: expected `;' before '(' token
MorasUthgard/Player.h:53: error: variable or field `SetServer' declared void
MorasUthgard/Player.h:53: error: expected `;' before '(' token
MorasUthgard/Player.h:77: error: `AnsiString' does not name a type
MorasUthgard/Player.h:78: error: `AnsiString' has not been declared
MorasUthgard/Player.h:78: error: ISO C++ forbids declaration of `Name' with no type
MorasUthgard/Player.h:79: error: `AnsiString' does not name a type
MorasUthgard/Player.h:80: error: `AnsiString' has not been declared

MorasUthgard/Player.h:80: error: ISO C++ forbids declaration of `Name' with no type
MorasUthgard/Player.h:81: error: `AnsiString' does not name a type

MorasUthgard/Player.h:82: error: `AnsiString' has not been declared
MorasUthgard/Player.h:82: error: ISO C++ forbids declaration of `Origin' with no type
MorasUthgard/Player.h:83: error: `AnsiString' does not name a type

MorasUthgard/Player.h:84: error: `AnsiString' has not been declared
MorasUthgard/Player.h:84: error: ISO C++ forbids declaration of `Description' with no type
MorasUthgard/Player.h:137: error: `__property' does not name a type
MorasUthgard/Player.h:138: error: `__property' does not name a type
MorasUthgard/Player.h:139: error: `__property' does not name a type

MorasUthgard/Player.h:140: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:140: error: expected `;' before "int"
MorasUthgard/Player.h:141: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:141: error: expected `;' before "int"
MorasUthgard/Player.h:142: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:142: error: expected `;' before "int"
MorasUthgard/Player.h:143: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:143: error: expected `;' before "int"
MorasUthgard/Player.h:144: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/Player.h:144: error: expected `;' before "int"
MorasUthgard/Player.h:145: error: `__property' does not name a type
MorasUthgard/Player.h:146: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:146: error: expected `;' before "int"
MorasUthgard/Player.h:147: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:147: error: expected `;' before "int"
MorasUthgard/Player.h:148: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/Player.h:148: error: expected `;' before "int"
MorasUthgard/Player.h:149: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:149: error: expected `;' before "int"
MorasUthgard/Player.h:150: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:150: error: expected `;' before "int"
MorasUthgard/Player.h:151: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:151: error: expected `;' before "int"
MorasUthgard/Player.h:152: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:152: error: expected `;' before "int"
MorasUthgard/Player.h:153: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:153: error: expected `;' before "int"
MorasUthgard/Player.h:154: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:154: error: expected `;' before "int"
MorasUthgard/Player.h:155: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:155: error: expected `;' before "int"
MorasUthgard/Player.h:156: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:156: error: expected `;' before "int"
MorasUthgard/Player.h:157: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:157: error: expected `;' before "int"
MorasUthgard/Player.h:158: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:158: error: expected `;' before "int"
MorasUthgard/Player.h:159: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:159: error: expected `;' before "int"

MorasUthgard/Player.h:160: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:160: error: expected `;' before "int"
MorasUthgard/Player.h:161: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:161: error: expected `;' before "int"
MorasUthgard/Player.h:162: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:162: error: expected `;' before "int"
MorasUthgard/Player.h:163: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:163: error: expected `;' before "int"
MorasUthgard/Player.h:164: error: ISO C++ forbids declaration of `__property' with no type

MorasUthgard/Player.h:164: error: expected `;' before "int"
MorasUthgard/Player.h:165: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:165: error: expected `;' before "bool"
MorasUthgard/Player.h:166: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:166: error: expected `;' before "int"

MorasUthgard/Player.h:167: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:167: error: expected `;' before "int"
MorasUthgard/Player.h:168: error: `__property' does not name a type
MorasUthgard/Player.h:169: error: `__property' does not name a type
MorasUthgard/Player.h:170: error: `__property' does not name a type
MorasUthgard/Player.h:171: error: `__property' does not name a type
MorasUthgard/Player.h:172: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:172: error: expected `;' before "int"
MorasUthgard/Player.h:173: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:173: error: expected `;' before "int"
MorasUthgard/Player.h:174: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:174: error: expected `;' before "int"
MorasUthgard/Player.h:175: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:175: error: expected `;' before "int"
MorasUthgard/Player.h:176: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:176: error: expected `;' before "int"

MorasUthgard/Player.h:177: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:177: error: expected `;' before "int"

MorasUthgard/Player.h:178: error: `__property' does not name a type
MorasUthgard/Player.h:179: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Player.h:179: error: expected `;' before "int"

In file included from MorasUthgard/Account.cpp:27:
MorasUthgard/Account.h:33: error: `AnsiString' does not name a type

MorasUthgard/Account.h:35: error: ISO C++ forbids declaration of `DynamicArray' with no type
MorasUthgard/Account.h:35: error: expected `;' before '<' token
MorasUthgard/Account.h:41: error: expected `;' before '(' token

MorasUthgard/Account.h:42: error: expected `;' before '(' token
MorasUthgard/Account.h:43: error: expected `;' before '(' token
MorasUthgard/Account.h:47: error: expected `;' before '(' token
MorasUthgard/Account.h:51: error: ISO C++ forbids declaration of `DynamicArray' with no type
MorasUthgard/Account.h:51: error: expected `;' before '<' token
MorasUthgard/Account.h:54: error: `AnsiString' does not name a type
MorasUthgard/Account.h:59: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Account.h:59: error: expected `;' before "int"

MorasUthgard/Account.h:60: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Account.h:60: error: expected `;' before "int"
MorasUthgard/Account.h:61: error: `__property' does not name a type
MorasUthgard/Account.h:62: error: ISO C++ forbids declaration of `__property' with no type
MorasUthgard/Account.h:62: error: expected `;' before "int"
MorasUthgard/Account.h:63: error: `__property' does not name a type

MorasUthgard/Account.cpp:28:26: gnugettext.hpp: No such file or directory
MorasUthgard/Account.cpp: In constructor `Account::Account()':
MorasUthgard/Account.cpp:36: error: `arAccounts' undeclared (first use this function)
MorasUthgard/Account.cpp:37: error: `_' undeclared (first use this function)

MorasUthgard/Account.cpp: In destructor `virtual Account::~Account()':
MorasUthgard/Account.cpp:46: error: `arAccounts' undeclared (first use this function)

MorasUthgard/Account.cpp: At global scope:
MorasUthgard/Account.cpp:60: error: `int Account::NewAccount' is not a static member of `class Account'
MorasUthgard/Account.cpp:60: error: `AnsiString' was not declared in this scope
MorasUthgard/Account.cpp:61: error: expected `,' or `;' before '{' token

MorasUthgard/Account.cpp: In member function `CPlayer* Account::NewPlayer()':
MorasUthgard/Account.cpp:81: error: `arAccounts' undeclared (first use this function)
MorasUthgard/Account.cpp: At global scope:
MorasUthgard/Account.cpp:89: error: `AnsiString' does not name a type
MorasUthgard/Account.cpp: In member function `int Account::GetNPlayers(int)':
MorasUthgard/Account.cpp:100: error: `arAccounts' undeclared (first use this function)

MorasUthgard/Account.cpp: In member function `CPlayer* Account::GetPlayer(int, int)':
MorasUthgard/Account.cpp:107: error: `arAccounts' undeclared (first use this function)
MorasUthgard/Account.cpp: At global scope:
MorasUthgard/Account.cpp:115: error: `int Account::GetAccountId' is not a static member of `class Account'
MorasUthgard/Account.cpp:115: error: `AnsiString' was not declared in this scope
MorasUthgard/Account.cpp:116: error: expected `,' or `;' before '{' token

MorasUthgard/Account.cpp: In member function `void Account::AssignAccounts()':

MorasUthgard/Account.cpp:130: error: `arAccounts' undeclared (first use this function)

make.exe: *** [MorasUthgard/Account.o] Error 1

Ausführung beendet

Geändert von Eifelhexe (28. Feb 2011 um 16:19 Uhr)
  Mit Zitat antworten Zitat
Benutzerbild von TonyR
TonyR

Registriert seit: 17. Jun 2006
Ort: Bautzen
503 Beiträge
 
FreePascal / Lazarus
 
#23

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 18:01
Ich würde mir an deiner Stelle den neuen C++ Builder XE herunterladen und installieren, 30 Tage benutzbar ohne Lizenz.

Darin würde ich die Version 2.5 von deinem Programm öffnen, und zwar die Projektdatei Moras.bdsproj

Dann kannst du deine Änderungen vornehmen und kompilieren bzw. erzeugen. Wenn es dann noch zu Fehlern kommt, kannst du dich ja wieder melden.
  Mit Zitat antworten Zitat
Eifelhexe

Registriert seit: 25. Feb 2011
33 Beiträge
 
#24

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 20:49
ah super
danke fuer deine Antwort das werde ich gleich versuchen
ich melde mich in jedem Fall nochmal entweder zum weiternerven oder zum Freudentanz
mal sehn
  Mit Zitat antworten Zitat
Satty67

Registriert seit: 24. Feb 2007
Ort: Baden
1.566 Beiträge
 
Delphi 2007 Professional
 
#25

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 22:16
Ich hab's mal in den Borland C++ Builder geladen (Turbo Version).

Das Formular verwendet eigene Komponenten "Moras Components". Die sind zwar dabei, aber setzen auf der Jedi-Library auf. Zumindest beim Versuch die Moras Komponenten zu installieren, wurden gleich ettliche fehlende jcl's angemeckert.

Also das müsste jemand compilieren, der einen "lebenden" C++ Builder installiert hat, incl. der JEDI-Library. Das mit der Trial, ohne jegliche Kenntnisse, wird ganz schwer. Zumindest sieht es für mich so aus, als ob zuvor die Jedi-Komponenten und danach die Moras Komponenten installiert werden müssen, bevor man sich ans compilieren des Moras Ausrüstungsdingens machen kann.
  Mit Zitat antworten Zitat
Eifelhexe

Registriert seit: 25. Feb 2011
33 Beiträge
 
#26

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 22:57
hm
also ich hab jetzt diesen Compiler und jede einzelne Datei des Programms runtergeladen und in einen Ordner gepackt
dann die Moras.bdsproj geoeffnet wenn ich nun auf Moras kompilieren klicke kommt zig mal eine Fehlermeldung: Statische Bibliothek nicht gefunden :JvXPCtrlsC6r.lib z.B.
also immer wieder Statische Bibliothek nicht gefunden: mit immer anderen Bezeichnungen
  Mit Zitat antworten Zitat
Benutzerbild von Sir Rufo
Sir Rufo

Registriert seit: 5. Jan 2005
Ort: Stadthagen
9.454 Beiträge
 
Delphi 10 Seattle Enterprise
 
#27

AW: Ist das hier Delphi ?

  Alt 28. Feb 2011, 23:03
hm
also ich hab jetzt diesen Compiler und jede einzelne Datei des Programms runtergeladen und in einen Ordner gepackt
dann die Moras.bdsproj geoeffnet wenn ich nun auf Moras kompilieren klicke kommt zig mal eine Fehlermeldung: Statische Bibliothek nicht gefunden :JvXPCtrlsC6r.lib z.B.
also immer wieder Statische Bibliothek nicht gefunden: mit immer anderen Bezeichnungen
Alles was mit Jv anfängt ist Jedi (hier auf jeden Fall und wurde ja auch schon erwähnt)
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ‎ea 0a 4c 14 0d b6 3a a4 c1 c5 b9 dc 90 9d f0 e9 de 13 da 60)
  Mit Zitat antworten Zitat
Alt 28. Feb 2011, 23:16     Erstellt von vergessen
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 28. Feb 2011, 23:22     Erstellt von Medium
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 28. Feb 2011, 23:38     Erstellt von implementation
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 28. Feb 2011, 23:39     Erstellt von Eifelhexe
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 28. Feb 2011, 23:46     Erstellt von vergessen
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 1. Mär 2011, 00:30     Erstellt von Luckie
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 1. Mär 2011, 00:44     Erstellt von vergessen
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 1. Mär 2011, 00:49     Erstellt von Luckie
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 1. Mär 2011, 06:34     Erstellt von Bummi
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Alt 1. Mär 2011, 07:15     Erstellt von implementation
Dieser Beitrag wurde von MrSpock gelöscht. - Grund: OT
Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.116 Beiträge
 
Delphi 12 Athens
 
#28

AW: Ist das hier Delphi ?

  Alt 1. Mär 2011, 07:21
Ich hab jetzt nicht verfolgt in wie weit es sich mit dem "in eine Datenbank eintragen" auf sich hat, aber der Rest klingt ja nicht soooo schwer.

- mit Indy runterladen (geht auch mit Delphi, 1-2 Zeilen)
- rein in 'ne Stringlist (1 Zeile)
- Anfangs- und Endmarker in den Zeilen suchen (geht auch mit Delphi, 4-5 Zeilen)
- dazwischen nun nur noch die Zeilen zerlegen, in Name>Wert (1-2 Zeilen)
> das sollte sich alles in wenigen Zeilen Quellcode erledigen lassen
- und dann mit dem Ergebnis irgendwo hin (anzeigen oder sonstwohin)

Was willst du denn mit dem Ergebnis machen, bzw. wo muß es denn hin?
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat
Benutzerbild von TonyR
TonyR

Registriert seit: 17. Jun 2006
Ort: Bautzen
503 Beiträge
 
FreePascal / Lazarus
 
#29

AW: Ist das hier Delphi ?

  Alt 1. Mär 2011, 08:26
Also musst du noch diese JEDI-Libraries herunterladen und installieren: http://sourceforge.net/.../JVCL340CompleteJCL221-Build3845.zip/download

PS: Warum wurden hier so viele OT Beiträge geschrieben (u. gelöscht)?
Es ist unmöglich, witzig zu sein ohne ein bisschen Bosheit. Die Bosheit eines guten Witzes ist der Widerhaken, der ihn haften lässt. - Georg Christoph Lichtenberg
  Mit Zitat antworten Zitat
Eifelhexe

Registriert seit: 25. Feb 2011
33 Beiträge
 
#30

AW: Ist das hier Delphi ?

  Alt 1. Mär 2011, 11:01
Also musst du noch diese JEDI-Libraries herunterladen und installieren: http://sourceforge.net/.../JVCL340CompleteJCL221-Build3845.zip/download

PS: Warum wurden hier so viele OT Beiträge geschrieben (u. gelöscht)?
also ich habe das runtergeladen aber ich krieg das nicht installiert was sicher abzusehn war

was die OT Beitraege angeht, da hat wohl einer zu tief ins Glas geschaut und hier einiges geschrieben,das ich lieber nicht wiederholen mag
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 3 von 7     123 45     Letzte »    


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:19 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz