Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2006, 02:33 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default azone windows fix

Ok here are the changes necessarry to make azone work in windows so that map files can be created from s3d files.

azone.cpp needs to open the s3d file in binary mode (i also tested this in RedHat 8.0, and this change did not affect it)

YOU MUST REMOVE ALL "_", other wise this would not post, even inside of "code" tags.
change
- F_I_L_E_ _*_s_3_d_f_ =_ f_o_p_e_n(bufs, "r");
to
+ F_I_L_E_ *_s_3_d_f_ = _f_o_p_e_n_(bufs, "rb");

in the azone.vcproj
from within the visusal studio, change "Use Managed Extensions" to No.
or from a text editor

change (inside of azone.vcproj)
ManagedExtensions="TRUE"
to
ManagedExtensions="FALSE"
(there are 2 places, one for debug and one for release)

Thanks
RangerDown and Belfedia for the info on
/forums/newthread.php
(I thought i cut it down enough but it was not enough)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:19 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3