• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

help? (1 Viewer)

maddog

Member
Joined
Sep 12, 2004
RedCents
Compiling...
mq2docrackwnd.cpp
EQLIB_IMPORTS
mq2docrackwnd.cpp(92) : error C2664: 'int EQClasses::CListWnd::AddString(EQClasses::CXStr *,unsigned long,unsigned int,const EQClasses::CTextureAnimation *)' : cannot convert parameter 1 from 'EQClasses::CXStr' to 'EQClasses::CXStr *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
mq2docrackwnd.cpp(171) : error C2039: 'server' : is not a member of 'EQData::_CHARINFO'
c:\Documents and Settings\\My Documents\unzipped\mycompile\MQ2Main\EQData.h(649) : see declaration of 'EQData::_CHARINFO'

Build log was saved at "file://c:\Documents and Settings\\My Documents\unzipped\mycompile\MQ2Docrack\Intermediate\BuildLog.htm"
MQ2Docrack - 2 error(s), 0 warning(s)

anyone tell me what's wrong?
 
Where did you get that source?

At 171, somewhere is says
Rich (BB code):
GetCharInfo()->Server
Which should be
Rich (BB code):
EQADDR_SERVERNAME
but I dunno about the one at 92
 
Ok, at 92,
Rich (BB code):
CrackList->AddString(CXStr(szCrackName), crack_color, 0, 0);
Should be

Rich (BB code):
CrackList->AddString(&CXStr(szCrackName), crack_color, 0, 0);
 
got the source at forever-hacking.com--here is line 171

sprintf(szSettingINISection,"Settings",((PCHARINFO)pCharData)->server,((PCHARINFO)pCharData)->Name);
 
help?

Users who are viewing this thread

Back
Top