Compiling the source (prob)
Re: Compiling the source (prob)
Quote:
Originally Posted by
Sodarhon
Since no one wants to give me instant worldserver.exe with max cap 149, im trying to compile the source on my own. the problem is, this is the first time to compile ^^. ive read the instructions and downloaded source file and this is my first problem when i build my world server.
------ Build started: Project: WorldServer, Configuration: Release Win32 ------
Compiling...
StdAfx.cpp
..\_Common\vutil.h(53) : error C3861: 'safe_delete_array': identifier not found, even with argument-dependent lookup
..\_Common\Project.h(10) : fatal error C1083: Cannot open include file: 'ModelMng.h': No such file or directory
Build log was saved at "file://e:\Official Source\Output\WorldServer\Release\BuildLog.htm"
WorldServer - 2 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
could anyone give newbie steps, the proper way how to compile, and what to put include and lib files on vc2003.. thank you in advance...
or could give me instant world.exe with 149 max cap :*: :*: :*:
Did you use the original header files from the source? because some header files doesn't work somehow or gives bunch of errors.
If you used the original header files from the source. It should compile right away without a single error.
I also think the VC2003 iso pack already has the MSDN libraries that you needed for compiling the source code of FlyFF.
Re: Compiling the source (prob)
ok sir ill try thanks:thumbup1: