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!

[Help] How to start the debug console for ep4(aceonline.atm)

Newbie Spellweaver
Joined
May 23, 2012
Messages
98
Reaction score
16
help,how to start the debug console for ep4(aceonline.atm),like the release about EP3.5(aceonline.atm),thanks!!
 
Experienced Elementalist
Joined
Oct 9, 2012
Messages
226
Reaction score
76
Re: help! how to start the debug console for ep4(aceonline.atm)

Code:
#define DBGOUT printf

AllocConsole();
    freopen("CONIN$", "r", stdin);
    freopen("CONOUT$", "w", stdout);
    freopen("CONOUT$", "w", stderr);
i wont post this again so leechers share ;V
 
Upvote 0
Back
Top