[SOLVED] Dev-C++ error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

[SOLVED] Dev-C++ error

Post by Av3nger (Offline) »

Hello I'm having problems while i compile the mana world...


Code: Select all

/*
 Compilador: Default compiler
Building Makefile: "C:\Dev-Cpp\tmw\Makefile.win"
Executando  make...
make.exe -f "C:\Dev-Cpp\tmw\Makefile.win" all
g++.exe -D__DEBUG__ -c src/being.cpp -o src/being.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

In file included from src/being.cpp:24:
src/being.h:29:23: SDL_types.h: No such file or directory
In file included from src/being.h:34,
                 from src/being.cpp:24:
src/animatedsprite.h:107: error: `Sint32' has not been declared
src/animatedsprite.h:107: error: `Sint32' has not been declared
src/animatedsprite.h:107: error: ISO C++ forbids declaration of `posX' with no type
src/animatedsprite.h:107: error: ISO C++ forbids declaration of `posY' with no type

In file included from src/being.cpp:24:
src/being.h:102: error: `Uint16' does not name a type

src/being.h:103: error: `Uint16' does not name a type
src/being.h:104: error: `Uint8' does not name a type
src/being.h:105: error: `Uint8' does not name a type
src/being.h:106: error: `Uint16' does not name a type
src/being.h:107: error: `Uint8' does not name a type

src/being.h:108: error: `Uint8' does not name a type
src/being.h:110: error: `Uint16' does not name a type
src/being.h:115: error: expected `)' before "id"
src/being.h:130: error: variable or field `setDestination' declared void
src/being.h:130: error: expected `;' before '(' token

src/being.h:135: error: variable or field `adjustCourse' declared void
src/being.h:135: error: expected `;' before '(' token
src/being.h:140: error: variable or field `adjustCourse' declared void
src/being.h:140: error: expected `;' before '(' token
src/being.h:149: error: `Uint32' has not been declared
src/being.h:149: error: ISO C++ forbids declaration of `time' with no type
src/being.h:158: error: variable or field `setDamage' declared void
src/being.h:158: error: expected `;' before '(' token
src/being.h:178: error: variable or field `setHairColor' declared void
src/being.h:178: error: `setHairColor' declared as a `virtual' field
src/being.h:178: error: expected `;' before '(' token
src/being.h:183: error: `Uint16' does not name a type
src/being.h:190: error: variable or field `setHairStyle' declared void
src/being.h:190: error: `setHairStyle' declared as a `virtual' field
src/being.h:190: error: expected `;' before '(' token
src/being.h:195: error: `Uint16' does not name a type
src/being.h:202: error: variable or field `setVisibleEquipment' declared void
src/being.h:202: error: `setVisibleEquipment' declared as a `virtual' field
src/being.h:202: error: expected `;' before '(' token
src/being.h:208: error: variable or field `setSex' declared void
src/being.h:208: error: `setSex' declared as a `virtual' field
src/being.h:208: error: expected `;' before '(' token
src/being.h:213: error: expected `;' before "Uint8"
src/being.h:213: error: `Uint8' does not name a type
src/being.h:232: error: `Sint32' has not been declared
src/being.h:232: error: `Sint32' has not been declared
src/being.h:232: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.h:232: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.h:238: error: `Sint32' has not been declared
src/being.h:238: error: `Sint32' has not been declared
src/being.h:238: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.h:238: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.h:244: error: `Sint32' has not been declared
src/being.h:244: error: `Sint32' has not been declared
src/being.h:244: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.h:244: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.h:254: error: `Uint16' does not name a type
src/being.h:262: error: variable or field `setWeapon' declared void
src/being.h:262: error: `setWeapon' declared as a `virtual' field
src/being.h:262: error: expected `;' before '(' token
src/being.h:269: error: expected `;' before "void"
src/being.h:270: error: variable or field `setWeaponById' declared void
src/being.h:270: error: expected `;' before '(' token
src/being.h:275: error: `Uint16' does not name a type
src/being.h:282: error: variable or field `setWalkSpeed' declared void

src/being.h:282: error: expected `;' before '(' token
src/being.h:287: error: expected `;' before "Uint16"
src/being.h:287: error: `Uint16' does not name a type
src/being.h:294: error: variable or field `setId' declared void
src/being.h:294: error: expected `;' before '(' token
src/being.h:299: error: expected `;' before "void"

src/being.h:304: error: variable or field `setAction' declared void
src/being.h:304: error: expected `;' before '(' token
src/being.h:309: error: variable or field `setDirection' declared void
src/being.h:309: error: expected `;' before '(' token
src/being.h:317: error: `Sint32' has not been declared
src/being.h:317: error: `Sint32' has not been declared
src/being.h:317: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.h:317: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.h:361: error: `Uint16' does not name a type

src/being.h:362: error: `Uint8' does not name a type
src/being.h:363: error: `Uint16' does not name a type
src/being.h:364: error: `Uint16' does not name a type
src/being.h:365: error: `Uint16' does not name a type
src/being.h:372: error: `Uint16' does not name a type
src/being.h:373: error: `Uint32' does not name a type
src/being.h:374: error: `Uint32' does not name a type

src/being.h:376: error: `Sint32' does not name a type
src/being.h:381: error: `Sint16' does not name a type
src/being.h:382: error: `Uint16' does not name a type
src/being.h: In member function `int Being::getPixelX() const':
src/being.h:323: error: `mPx' undeclared (first use this function)
src/being.h:323: error: (Each undeclared identifier is reported only once for each function it appears in.)
src/being.h: In member function `virtual int Being::getPixelY() const':

src/being.h:331: error: `mPy' undeclared (first use this function)
src/being.h: In member function `int Being::getXOffset() const':
src/being.h:337: error: `mStepX' undeclared (first use this function)
src/being.h: In member function `int Being::getYOffset() const':
src/being.h:343: error: `mStepY' undeclared (first use this function)

In file included from src/graphics.h:27,
                 from src/being.cpp:32:
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:60:17: SDL.h: No such file or directory
In file included from src/graphics.h:27,
                 from src/being.cpp:32:
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp: At global scope:

C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:93: error: variable or field `setTarget' declared void
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:93: error: `setTarget' declared as a `virtual' field
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:93: error: expected `;' before '(' token
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:100: error: ISO C++ forbids declaration of `SDL_Surface' with no type
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:100: error: `SDL_Surface' declared as a `virtual' field
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:100: error: expected `;' before '*' token
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:109: error: variable or field `drawSDLSurface' declared void
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:109: error: `drawSDLSurface' declared as a `virtual' field
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:109: error: expected `;' before '(' token
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:158: error: ISO C++ forbids declaration of `SDL_Surface' with no type
C:/Dev-Cpp/include/guichan/sdl/sdlgraphics.hpp:158: error: expected `;' before '*' token

src/being.cpp:45: error: expected `)' before "iX"
src/being.cpp:45: error: expected `,' or `;' before "iX"
src/being.cpp:50: error: expected `)' before "id"

src/being.cpp:50: error: expected `,' or `;' before "id"

src/being.cpp:80: error: variable or field `adjustCourse' declared void
src/being.cpp:80: error: `int Being::adjustCourse' is not a static member of `class Being'
src/being.cpp:80: error: `Uint16' was not declared in this scope
src/being.cpp:80: error: `Uint16' was not declared in this scope
src/being.cpp:80: error: `Uint16' was not declared in this scope
src/being.cpp:80: error: `Uint16' was not declared in this scope
src/being.cpp:81: error: initializer expression list treated as compound expression
src/being.cpp:81: error: expected `,' or `;' before '{' token
src/being.cpp:219: error: variable or field `adjustCourse' declared void
src/being.cpp:219: error: `int Being::adjustCourse' is not a static member of `class Being'
src/being.cpp:219: error: `Uint16' was not declared in this scope
src/being.cpp:219: error: `Uint16' was not declared in this scope
src/being.cpp:220: error: initializer expression list treated as compound expression
src/being.cpp:220: error: expected `,' or `;' before '{' token
src/being.cpp:228: error: variable or field `setDestination' declared void

src/being.cpp:228: error: `int Being::setDestination' is not a static member of `class Being'
src/being.cpp:228: error: `Uint16' was not declared in this scope
src/being.cpp:228: error: `Uint16' was not declared in this scope
src/being.cpp:229: error: initializer expression list treated as compound expression
src/being.cpp:229: error: expected `,' or `;' before '{' token
src/being.cpp: In member function `void Being::setPath(const Path&, int)':
src/being.cpp:243: error: `mSpeedModifier' undeclared (first use this function)
src/being.cpp:245: error: `mAction' undeclared (first use this function)
src/being.cpp:247: error: `mWalkTime' undeclared (first use this function)
src/being.cpp:248: error: `mStepTime' undeclared (first use this function)
src/being.cpp: At global scope:
src/being.cpp:254: error: variable or field `setHairColor' declared void
src/being.cpp:254: error: `int Being::setHairColor' is not a static member of `class Being'
src/being.cpp:254: error: `Uint16' was not declared in this scope
src/being.cpp:255: error: expected `,' or `;' before '{' token
src/being.cpp:260: error: variable or field `setHairStyle' declared void
src/being.cpp:260: error: `int Being::setHairStyle' is not a static member of `class Being'
src/being.cpp:260: error: `Uint16' was not declared in this scope
src/being.cpp:261: error: expected `,' or `;' before '{' token
src/being.cpp:266: error: variable or field `setVisibleEquipment' declared void

src/being.cpp:266: error: `int Being::setVisibleEquipment' is not a static member of `class Being'
src/being.cpp:266: error: `Uint8' was not declared in this scope
src/being.cpp:266: error: `Uint8' was not declared in this scope
src/being.cpp:267: error: initializer expression list treated as compound expression
src/being.cpp:267: error: expected `,' or `;' before '{' token
src/being.cpp:271: error: `Uint32' has not been declared
src/being.cpp:272: error: ISO C++ forbids declaration of `time' with no type
src/being.cpp: In member function `void Being::setSpeech(const std::string&, int)':
src/being.cpp:274: error: `mSpeechTime' undeclared (first use this function)
src/being.cpp: At global scope:
src/being.cpp:279: error: variable or field `setDamage' declared void
src/being.cpp:279: error: `int Being::setDamage' is not a static member of `class Being'
src/being.cpp:279: error: `Sint16' was not declared in this scope
src/being.cpp:279: error: `Uint32' was not declared in this scope
src/being.cpp:280: error: initializer expression list treated as compound expression
src/being.cpp:280: error: expected `,' or `;' before '{' token
src/being.cpp:305: error: variable or field `setAction' declared void
src/being.cpp:305: error: `int Being::setAction' is not a static member of `class Being'
src/being.cpp:305: error: `Uint8' was not declared in this scope
src/being.cpp:306: error: expected `,' or `;' before '{' token
src/being.cpp:376: error: variable or field `setDirection' declared void
src/being.cpp:376: error: `int Being::setDirection' is not a static member of `class Being'
src/being.cpp:376: error: `Uint8' was not declared in this scope
src/being.cpp:377: error: expected `,' or `;' before '{' token
src/being.cpp: In member function `SpriteDirection Being::getSpriteDirection() const':
src/being.cpp:393: error: `mDirection' undeclared (first use this function)
src/being.cpp: In member function `void Being::nextStep()':
src/being.cpp:417: error: `setAction' undeclared (first use this function)
src/being.cpp:425: error: `mX' undeclared (first use this function)
src/being.cpp:429: error: `mY' undeclared (first use this function)
src/being.cpp:434: error: `setDirection' undeclared (first use this function)
src/being.cpp:436: error: `mStepX' undeclared (first use this function)
src/being.cpp:437: error: `mStepY' undeclared (first use this function)
src/being.cpp:441: error: `mWalkTime' undeclared (first use this function)
src/being.cpp:441: error: `mStepTime' undeclared (first use this function)
src/being.cpp:442: error: `mWalkSpeed' undeclared (first use this function)
src/being.cpp:443: error: `mSpeedModifier' undeclared (first use this function)
src/being.cpp: In member function `virtual void Being::logic()':
src/being.cpp:450: error: `mAction' undeclared (first use this function)
src/being.cpp:450: error: `mWalkTime' undeclared (first use this function)
src/being.cpp:450: error: `mStepTime' undeclared (first use this function)
src/being.cpp:456: error: `mSpeechTime' undeclared (first use this function)
src/being.cpp:462: error: `mDamageTime' undeclared (first use this function)
src/being.cpp:468: error: `mPx' undeclared (first use this function)
src/being.cpp:468: error: `mX' undeclared (first use this function)
src/being.cpp:469: error: `mPy' undeclared (first use this function)
src/being.cpp:469: error: `mY' undeclared (first use this function)
src/being.cpp:471: error: `mEmotion' undeclared (first use this function)
src/being.cpp:473: error: `mEmotionTime' undeclared (first use this function)

src/being.cpp: In member function `virtual void Being::draw(Graphics*, int, int)':
src/being.cpp:492: error: `mPx' undeclared (first use this function)
src/being.cpp:493: error: `mPy' undeclared (first use this function)

src/being.cpp: At global scope:
src/being.cpp:505: error: `Sint32' has not been declared
src/being.cpp:505: error: `Sint32' has not been declared
src/being.cpp:506: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.cpp:506: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.cpp: In member function `void Being::drawEmotion(Graphics*, int, int)':
src/being.cpp:507: error: `mEmotion' undeclared (first use this function)
src/being.cpp:510: error: `mPx' undeclared (first use this function)
src/being.cpp:511: error: `mPy' undeclared (first use this function)
src/being.cpp: At global scope:
src/being.cpp:517: error: `Sint32' has not been declared
src/being.cpp:517: error: `Sint32' has not been declared
src/being.cpp:518: error: ISO C++ forbids declaration of `offsetX' with no type
src/being.cpp:518: error: ISO C++ forbids declaration of `offsetY' with no type
src/being.cpp: In member function `void Being::drawSpeech(Graphics*, int, int)':
src/being.cpp:519: error: `mPx' undeclared (first use this function)

src/being.cpp:520: error: `mPy' undeclared (first use this function)
src/being.cpp:548: error: `mDamageTime' undeclared (first use this function)
src/being.cpp: At global scope:
src/being.cpp:569: error: variable or field `setWeaponById' declared void

src/being.cpp:569: error: `int Being::setWeaponById' is not a static member of `class Being'
src/being.cpp:569: error: `Uint16' was not declared in this scope
src/being.cpp:570: error: expected `,' or `;' before '{' token
src/being.cpp: In member function `int Being::getOffset(int) const':
src/being.cpp:611: error: `mAction' undeclared (first use this function)
src/being.cpp:615: error: `mWalkTime' undeclared (first use this function)
src/being.cpp:615: error: `mStepTime' undeclared (first use this function)

make.exe: *** [src/being.o] Error 1

Execução terminada


Thanks for help...

//Av3nger
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

As it's written everywhere you have to add SDL headers in your C++ includes.
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

Post by Av3nger (Offline) »

Just copy the SDL folder in dev-c++??? to where?
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

Try to read the included documentation files.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

http://themanaworld.svn.sourceforge.net ... iew=markup

If you're using Dev-C++ this means:

Tools -> Compiler options -> Directories -> C++ includes -> Browse... (browse to MinGW/include/SDL) -> Add -> Ok
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

Post by Av3nger (Offline) »

ElvenProgrammer wrote:http://themanaworld.svn.sourceforge.net ... iew=markup

If you're using Dev-C++ this means:

Tools -> Compiler options -> Directories -> C++ includes -> Browse... (browse to MinGW/include/SDL) -> Add -> Ok

Ok new problem

Code: Select all

Compilador: Default compiler
Building Makefile: "C:\Dev-Cpp\tmw\Makefile.win"
Executando  make...
make.exe -f "C:\Dev-Cpp\tmw\Makefile.win" all
g++.exe -D__DEBUG__ -c src/being.cpp -o src/being.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/configuration.cpp -o src/configuration.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/engine.cpp -o src/engine.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/floor_item.cpp -o src/floor_item.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/game.cpp -o src/game.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/graphics.cpp -o src/graphics.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/log.cpp -o src/log.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

g++.exe -D__DEBUG__ -c src/main.cpp -o src/main.o -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/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/SDL"  -DUSE_OPENGL -Wall   -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

In file included from src/main.cpp:69:
src/net/connection.h:29:23: enet/enet.h: No such file or directory
In file included from src/main.cpp:69:
src/net/connection.h:70: error: expected `)' before '*' token
src/net/connection.h:72: error: ISO C++ forbids declaration of `ENetPeer' with no type
src/net/connection.h:72: error: expected `;' before '*' token
src/net/connection.h:73: error: ISO C++ forbids declaration of `ENetHost' with no type
src/net/connection.h:73: error: expected `;' before '*' token

make.exe: *** [src/main.o] Error 1

Execução terminada
Sorry for my bad english

I'm from Brazil =/


---My company:

http://www.uppgames.net

--TMW Brazilian fansite

http://www.tmwbrasil.co.nr/
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

It says you need the enet library.

Enet is only required by the trunk version which can only be used for testing our unfinished new server software. Are you sure you want to compile this version? When that is the case you can get enet from http://enet.bespin.org/ - but you have to compile it yourself.

The version you need for playing on the currently running eAthena server is the 0.0 branch on the svn repository. It doesn't require enet.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

Post by Av3nger (Offline) »

Where can i get that?

--Edited

Ok i found..

downloading by tortoise...

thx man cya!

If not work i post here again:wink:


//Av3nger
Sorry for my bad english

I'm from Brazil =/


---My company:

http://www.uppgames.net

--TMW Brazilian fansite

http://www.tmwbrasil.co.nr/
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

Post by Av3nger (Offline) »

Thanks man it works!

Now i will start to translate to portuguese... =] a lot of work but here we go :wink:

Well Thanks all help to developers and all the team thanks a lot!!

Well Good Night(Here is 00:00PM =]

Cyaaaa

And thanks again


//Av3nger
Sorry for my bad english

I'm from Brazil =/


---My company:

http://www.uppgames.net

--TMW Brazilian fansite

http://www.tmwbrasil.co.nr/
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

Av3nger, could you please not post your messages with a blank line between every two lines? You might even consider not pressing the Enter key at all. Also I would prefer if you wouldn't use 'fancy' colours, it's just irritating to read it. It surely doesn't increase the speed at which you'll get our support.
Thanks
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
User avatar
Av3nger (Offline)
Novice
Novice
Posts: 88
Joined: 14 Oct 2006, 17:18

Post by Av3nger (Offline) »

Modanung wrote:Av3nger, could you please not post your messages with a blank line between every two lines? You might even consider not pressing the Enter key at all. Also I would prefer if you wouldn't use 'fancy' colours, it's just irritating to read it. It surely doesn't increase the speed at which you'll get our support.
Thanks
Ok i understand it =]
thanks for all support

//Av3nger
Sorry for my bad english

I'm from Brazil =/


---My company:

http://www.uppgames.net

--TMW Brazilian fansite

http://www.tmwbrasil.co.nr/
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Problem solved, topic closed
Locked