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
 
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
 


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 21:24 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz