Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-07-2004, 08:17 PM
Floppie
Fire Beetle
 
Join Date: Aug 2004
Posts: 1
Default Minor compiler error fix

When attempting to compile zone (step 10 in that handy guide you have to setting up a server), one will find that client_process.cpp has an error on line 5017. "int i is redefined" or something to that effect.

The complete line reads:
Code:
for(int i = 0; i < 9; i++)
Pretty simple to just hit backspace four times and take out the definition statement. Well, I'm sure people found this annoying (or those with N.O.O.B., or "Not One Operative Braincell" found it cumbersome), so I'm posting the fix here.

Anyway. The point to this post is, line 5017 of client_process.cpp should be changed to:
Code:
for(i = 0; i < 9; i++)
Reply With Quote
  #2  
Old 08-07-2004, 11:47 PM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

lol,always seen that error,and still forgeting to remove it...will change that in some hours,sorry.
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 12:39 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3