Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Image-Heavy]How to compile the source

Status
Not open for further replies.
Experienced Elementalist
Joined
Dec 12, 2010
Messages
256
Reaction score
92
Or you could compile Neuz as release and define NO_GAMEGAURD in the start of versioncommon :p
 
It's a lemon thing
Joined
Dec 19, 2007
Messages
257
Reaction score
112
That assuming peole woudn't freak out once they open versioncommon or any other file xp
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
That assuming peole woudn't freak out once they open versioncommon or any other file xp

what are you talking about? o.o
versioncommon.h is a source file, only you and whoever is on your flyff team might see it (if you give them the source)
 
It's a lemon thing
Joined
Dec 19, 2007
Messages
257
Reaction score
112
what are you talking about? o.o
versioncommon.h is a source file, only you and whoever is on your flyff team might see it (if you give them the source)
I meant it as if, if someone were to add "#define NO_GAMEGUARD" in versioncommon to compile neuz as release, but she had no experience with c++ before, it would be a lot harder than just setting it to compile as no_gg
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
well, that would only be a problem if someone released source code that had NO_GAMEGUARD defined lol defining it yourself wouldn't be a problem though
 
Newbie Spellweaver
Joined
Jul 15, 2010
Messages
63
Reaction score
2
Lol i was about to post a detail guide on how to compile source but was told that i will be the leechers god and etc but o well nice realease.
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
195
Reaction score
11
FilixXx...tnx for the guide!!im practicing now compiling..hehehe..
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
FilixXx...tnx for the guide!!im practicing now compiling..hehehe..

...what do you mean by practice?

After you've done it once, it's as simple as open project, click build menu, click build solution
 
Initiate Mage
Joined
Oct 25, 2008
Messages
2
Reaction score
0
Hi. I'm trying to compile the source but I can't find VS 2003 Pro.
Unfortunately I can't send pms so can you give me a link ? Thanks.
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
195
Reaction score
11
Hi. I'm trying to compile the source but I can't find VS 2003 Pro.
Unfortunately I can't send pms so can you give me a link ? Thanks.


:blushing:
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
195
Reaction score
11
no..because the source of flyff is compatible only in 2003..but if u use 2005..u get alot of errors in compiling..
 
Experienced Elementalist
Joined
Apr 30, 2011
Messages
255
Reaction score
90
Thanks for your reply .
But my OS is win7 , is there any way to use VS.NET 2003 ?

you need to install .net 1 to install vs2003

search on google how to install .net 1 in win7
 
Junior Spellweaver
Joined
Aug 8, 2011
Messages
156
Reaction score
8
What do i need to do, when i got this while running the installer of the VS.NET 2003 ?

Screenshot:
 
Junior Spellweaver
Joined
Aug 29, 2010
Messages
160
Reaction score
3
Thanks for your reply , I'm now downloading the VS.Net 2003.

I'll just post here when problems occur thanks Ragezoners :D
 
Junior Spellweaver
Joined
Aug 8, 2008
Messages
102
Reaction score
14
Step 4 cannot be done in v2010 as they removed it since 2008. And I can't seem to get v2003 running on win7 x64. Any other ways of doing this?
 
Custom Title Activated
Loyal Member
Joined
Sep 9, 2008
Messages
1,949
Reaction score
390
Step 4. Go to project then properties. All of the rest is there. They decided to do includes project wide instead of workspace wide. meaning every new project needs to have the libraries referenced and includes included each time.

btw, after vs2005 there was a lot of code breaking changes so converting it without knowledge of what error it spits out will be difficult.
 
Status
Not open for further replies.
Back
Top