Search found 19 matches

by filo
24 Apr 2008, 19:25
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

remove utils/cipher.cpp add utils/sha256.cpp add chat-server/party.cpp and the corresponding header files. Thanks very much, its work ;-) BTW.: Can I make instruction for compiling client version 0.1 and server with some important information from this topic: http://forums.themanaworld.org/viewtopi...
by filo
24 Apr 2008, 17:44
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

Seems like the new files for SHA256 encryption aren't added to the project yet. Please add the files src/utils/sha256.cpp and src/utils/sha256.h to your project file manually. Thanks Crush ! Compiling of client seems to OK and game-server compiling is too OK, but when I try compile account-server I...
by filo
24 Apr 2008, 14:36
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

I'm preparing a package to help compiling trunk version too, in case you can't wait you can still access nightly builds at http://nightly.themanaworld.org or try installing the devpak first and overwrite it with the 0.0 package which should upgrade guichan. I do it, and I get again some errors :-( ...
by filo
23 Apr 2008, 19:16
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

3)Whats different between new client (0.1) and old client (0.0)? Thanks ;-) The biggest difference is the the new client is for The Mana World Server, while older clients are for the eAthena Server. Ok thanks for asnwer, in that case I want compile and run a new client with server for it ;-). Now, ...
by filo
23 Apr 2008, 15:45
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

As you can see from the file name this one is made to compile 0.0 branch so libintl/gettext are not included. Eh, sorry for my mistake... Iam new there and Iam not fully orientated here, but now is compiling successfull, but it old version or no? I think, for old client are these librares: http://t...
by filo
23 Apr 2008, 12:20
Forum: Support and Bug reports
Topic: The Mana World DevPak
Replies: 66
Views: 30105

Re: The Mana World DevPak

With this package I get these errors: c:\dev\svn\themanaworld\tmw\trunk\src\gui\..\utils\gettext.h|33|libintl.h: No such file or directory| c:\dev\svn\themanaworld\tmw\trunk\src\gui\buy.cpp||In constructor `BuyDialog::BuyDialog()':| c:\dev\svn\themanaworld\tmw\trunk\src\gui\buy.cpp|42|error: `gettex...
by filo
22 Apr 2008, 14:05
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

I try to compile with leeor_net directive, but it doesnt work. Have you any tips for successfully compile with newest guichan? thanks

EDIT: Sorry I read TMW DevPak now, and you write about try download package again, but it still doesnt work, there arent widgetlistener.hpp
by filo
19 Apr 2008, 16:59
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

Thanks for update DevPack, I replace old... but when I try compile client, I get these errors: ||=== The Mana World, default ===| c:\dev\svn\themanaworld\tmw\trunk\src\gui\window.h|28|guichan/widgetlistener.hpp: No such file or directory| c:\dev\svn\themanaworld\tmw\trunk\src\gui\window.h|48|error: ...
by filo
16 Apr 2008, 18:07
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

ElvenProgrammer wrote:I will post on the DevPak thread as soon as it's ready.
Ok, thats ok, thanks again for answer :wink:
by filo
16 Apr 2008, 12:54
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

ElvenProgrammer wrote:I hope it to be up in max a couple of days.
btw. can you PM me, when you update it? or you post update there:
http://forums.themanaworld.org/viewtopic.php?f=6&t=431 ?

thanks
by filo
14 Apr 2008, 19:19
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

ElvenProgrammer wrote:I hope it to be up in max a couple of days.
Ok thanks for help ;-)
by filo
13 Apr 2008, 21:25
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

Re: compiling error

I rather wait for update DevPack...

What is estimated up-date time?

thanks for answer :wink:
by filo
12 Apr 2008, 21:11
Forum: Support and Bug reports
Topic: compiling error
Replies: 15
Views: 7404

compiling error

Good day, At the ent of compiling I get these errors: ||warning: auto-importing has been activated without --enable-auto-import specified on the command line.| This should work unless it involves constant data structures referencing symbols from auto-imported DLLs..objs\src\graphics.o:graphics.cpp:(...
by filo
05 Apr 2008, 08:52
Forum: TMW Classic
Topic: database
Replies: 7
Views: 2377

Re: database

XML files have the advantages over relational databases that they can be viewed and edited with a text editor and that they are easy to make in a way that is backward- and forward compatible. SQL databases, on the other hand, are much faster to search when they aren't completely loaded into memory ...
by filo
04 Apr 2008, 19:25
Forum: TMW Classic
Topic: database
Replies: 7
Views: 2377

database

Good day,
I look to the server data folder and TMW using XML databases, and my question is:
XML is better then MYSQL database?

Thanks for answer