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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 07-16-2012, 08:26 PM
Burningsoul
Banned
 
Join Date: Oct 2009
Posts: 312
Default

I'm not formating just to get an X64 bit version of something I already have. I know how to remove these files. I can, and have been, compiling 32bit versions of them for awhile. No offense bud, that'd be my advice to someone else too.

I'm getting it sorted, I had to sort the dependencies for the project, and change the references to perl5xx.lib to the version I'm using. Everything, save for queryserv now compiles. It throws the following errors:

Code:
1>------ Build started: Project: ucs, Configuration: Release x64 x64 ------
2>------ Build started: Project: queryserv, Configuration: Release x64 x64 ------
1>Build started 7/16/2012 7:24:10 PM.
2>Build started 7/16/2012 7:24:10 PM.
1>InitializeBuildStatus:
1>  Touching "x64\Release x64\ucs.unsuccessfulbuild".
2>InitializeBuildStatus:
2>  Creating "x64\Release x64\queryserv.unsuccessfulbuild" because "AlwaysCreate" was specified.
2>ClCompile:
2>  All outputs are up-to-date.
1>ClCompile:
1>  clientlist.cpp
2>Link:
2>  All outputs are up-to-date.
2>  queryserv.vcxproj -> C:\EQSource\trunk\EQEmuServer\x64\Release x64\QueryServer.exe
2>FinalizeBuildStatus:
2>  Deleting file "x64\Release x64\queryserv.unsuccessfulbuild".
2>  Touching "x64\Release x64\queryserv.lastbuildstate".
2>
2>Build succeeded.
2>
2>Time Elapsed 00:00:00.12
1>c:\eqsource\trunk\eqemuserver\common\BasePacket.h(61): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
1>c:\eqsource\trunk\eqemuserver\common\BasePacket.h(67): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
1>clientlist.cpp(314): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(317): error C2065: 'OP_MailDeliveryStatus' : undeclared identifier
1>clientlist.cpp(341): error C2065: 'OP_MailDeliveryStatus' : undeclared identifier
1>clientlist.cpp(414): error C2065: 'OP_Buddy' : undeclared identifier
1>clientlist.cpp(465): error C2065: 'OP_Ignore' : undeclared identifier
1>clientlist.cpp(638): error C2065: 'OP_MailLogin' : undeclared identifier
1>clientlist.cpp(638): error C2051: case expression not constant
1>clientlist.cpp(698): error C2065: 'OP_Mail' : undeclared identifier
1>clientlist.cpp(698): error C2051: case expression not constant
1>clientlist.cpp(712): warning C4065: switch statement contains 'default' but no 'case' labels
1>clientlist.cpp(922): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(936): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(938): error C2065: 'OP_MailLogin' : undeclared identifier
1>clientlist.cpp(1090): error C2065: 'OP_Mail' : undeclared identifier
1>clientlist.cpp(1105): warning C4267: 'argument' : conversion from 'size_t' to 'const uint32', possible loss of data
1>clientlist.cpp(1178): error C2065: 'OP_Mail' : undeclared identifier
1>clientlist.cpp(1193): warning C4267: 'argument' : conversion from 'size_t' to 'const uint32', possible loss of data
1>clientlist.cpp(1277): warning C4267: 'argument' : conversion from 'size_t' to 'const uint32', possible loss of data
1>clientlist.cpp(1314): warning C4018: '<' : signed/unsigned mismatch
1>clientlist.cpp(1427): warning C4018: '<' : signed/unsigned mismatch
1>clientlist.cpp(1514): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(1559): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(1561): error C2065: 'OP_ChannelAnnounceJoin' : undeclared identifier
1>clientlist.cpp(1579): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(1581): error C2065: 'OP_ChannelAnnounceLeave' : undeclared identifier
1>clientlist.cpp(1607): warning C4267: 'argument' : conversion from 'size_t' to 'const uint32', possible loss of data
1>clientlist.cpp(2290): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>clientlist.cpp(2292): error C2065: 'OP_MailNew' : undeclared identifier
1>clientlist.cpp(2318): error C2065: 'OP_MailboxChange' : undeclared identifier
1>clientlist.cpp(2345): error C2065: 'OP_Buddy' : undeclared identifier
1>clientlist.cpp(2368): error C2065: 'OP_Ignore' : undeclared identifier
1>  database.cpp
1>c:\eqsource\trunk\eqemuserver\common\BasePacket.h(61): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
1>c:\eqsource\trunk\eqemuserver\common\BasePacket.h(67): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
1>database.cpp(412): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(415): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(418): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(421): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(423): error C2065: 'OP_MailHeaderCount' : undeclared identifier
1>database.cpp(446): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(448): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(450): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(452): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(453): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(454): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(455): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(456): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(519): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>database.cpp(521): error C2065: 'OP_MailSendBody' : undeclared identifier
1>database.cpp(578): warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
1>database.cpp(579): warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
1>database.cpp(586): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.22
========== Build: 1 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
Specs are as follows:
W7 64 / VS2010 Ultimate / Perl 5.16 64 / Mysql 5.5 with needed dev files

All projects in the solution have dependencies set for the proper include and library directories. References to perl514.lib have been changed. Added _WINDOWS to the preprocessor definitions.
Reply With Quote
 

Thread Tools
Display Modes

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 05:34 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