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!

[ TUTORIAL ] How to Migrate your source to VS2013

Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
for god sake,

I tried 2 times! posting this tutorial using my real account and it return E_FAIL. @Gunawan Liu

ok this is my xmas gift for you guys..
there is 17 parts of video..


before that, let me explain why moving to vs 2013..
I only use 2 advantages..
- /MP
- Intellisense

those 2 advantages wont give you any good if you already a top professional developer which specialized in winmerge from other source to other..
no need using new visual studio.
because you don't even type anything in source.


im using agusan ran source and client for tutoring
it just example

ok here we go


Code:
PART 1
[MEDIA=youtube]GpLROVCdKK0[/MEDIA]
Code:
PART 2
[MEDIA=youtube]JqS1hVa0ePc[/MEDIA]
Code:
[LEFT][COLOR=#222222]PART 3[/COLOR]
[MEDIA=youtube]YaCH7HvL6k0[/MEDIA][/LEFT]
Code:
[COLOR=#222222]PART 4[/COLOR]
[MEDIA=youtube]XFVHCADl3Wg[/MEDIA]
Code:
[COLOR=#222222]PART 5[/COLOR]
[MEDIA=youtube]rhcmESQzXUA[/MEDIA]
 
Last edited:
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
Code:
PART 6[MEDIA=youtube]1RYbHIMKxzY[/MEDIA]

Code:
PART 7[MEDIA=youtube]YecVOLIWpz0[/MEDIA]

Code:
PART8
[MEDIA=youtube]YTG9Sq4GgC4[/MEDIA]

Code:
PART9
[MEDIA=youtube]hm_16FdwntM[/MEDIA]

Code:
PART10
[LEFT][MEDIA=youtube]ZiKaZRyydpI[/MEDIA]
[/LEFT]
 
Last edited:
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
Code:
PART 11[MEDIA=youtube]TK57neJbqUI[/MEDIA]

Code:
PART 12
[MEDIA=youtube]OoF1cAaHBtw[/MEDIA]

Code:
PART 13
[MEDIA=youtube]Fg8aAejrT4o[/MEDIA]

Code:
PART 14
[MEDIA=youtube]9EWvquiVczQ[/MEDIA]

Code:
PART 15
[MEDIA=youtube]pLGKAchIgQs[/MEDIA]

I think I reached my maximum posting video..

I will use my other account for Posting:
Part 16 -- Building SuperPad
and last..
Part 17 -- Building Emulator

Subscribe it..
next will be tutorial making the Auto System from scratch!
 
Last edited:
Initiate Mage
Joined
May 29, 2015
Messages
2
Reaction score
0
Code:
PART 16
[MEDIA=youtube]tItMuibKX6Y[/MEDIA]

Code:
PART 17
[MEDIA=youtube]R-0IUGd_e3U[/MEDIA]

ALL DONE..

Happy Migrating..
 
Last edited:
Newbie Spellweaver
Joined
Dec 10, 2018
Messages
9
Reaction score
0
thank you very much indeed Forgive my bad English
 
Elite Diviner
Joined
Apr 3, 2011
Messages
425
Reaction score
41
Btw @TS what is the pros and cons of converting the source? Coz I heard other devs said Windows XP OS users is no longer supported in VS2K13
 
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
Btw @TS what is the pros and cons of converting the source? Coz I heard other devs said Windows XP OS users is no longer supported in VS2K13

non sense.
If you heard that, reply him with this:

"then why we include targetver.h?"

if he doesn't know what that tagetver.h for,
save your time with him, he doesn't know anyshit at all.

the PROS:
- compile time is insane fast.
- intellisense

the CONS:
only 1 : some of gunner abl weapon will cause bugtrap:
to solve this you need to re-correct that ABL:
how?
use old rantool to provide the abl information.
and use new rantool to re-correct by following the old ran tool information.
you don't need to re-correct whole abl files.
just re-correct where the information is different
 
Newbie Spellweaver
Joined
Dec 19, 2006
Messages
58
Reaction score
7
build netserverLib error
visual studio 2013\projects\ran_epx\=tbblib\include\tbb\_tbb_windef.h(35): fatal error C1189: #error : The library requires dynamic linkage with multithreaded MSVC runtime. Choose proper project settings or use /MD[d] compiler switch.
 
Elite Diviner
Joined
Apr 3, 2011
Messages
425
Reaction score
41
non sense.
If you heard that, reply him with this:

"then why we include targetver.h?"

if he doesn't know what that tagetver.h for,
save your time with him, he doesn't know anyshit at all.

the PROS:
- compile time is insane fast.
- intellisense

the CONS:
only 1 : some of gunner abl weapon will cause bugtrap:
to solve this you need to re-correct that ABL:
how?
use old rantool to provide the abl information.
and use new rantool to re-correct by following the old ran tool information.
you don't need to re-correct whole abl files.
just re-correct where the information is different

Thanks for the fast reply TS. Gonna upgrade my base source soon :) Merry Christmas and Happy New year really big thanks for this tutorial <3
 
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
build netserverLib error
visual studio 2013\projects\ran_epx\=tbblib\include\tbb\_tbb_windef.h(35): fatal error C1189: #error : The library requires dynamic linkage with multithreaded MSVC runtime. Choose proper project settings or use /MD[d] compiler switch.

well, it clearly you miss the runtime library, it must use /MD not /MT
 
Newbie Spellweaver
Joined
Dec 19, 2006
Messages
58
Reaction score
7
The Emulator
Failed to create empty document
 
Last edited:
Back
Top