View Single Post
  #5  
Old 03-08-2002, 05:31 AM
jam^
Fire Beetle
 
Join Date: Jan 2002
Posts: 4
Default

edit login/logindatabase.cpp (copied from the 0.2.3 source tree) and change line 239 from
Code:
bool Database::GetLSAccountInfo(int32 account_id, char* name, int8* lsadmin)
to

Code:
bool Database::GetLSAccountInfo(int32 account_id, char* name, int8* lsadmin, int* status)
that makes it compile for me in 0.2.4-pre5, though i haven't tested it out yet.



Quote:
Originally Posted by Gjor
I wasn't able to get the login server to compile under 0.2.4 on linux. anyone have any luck with this?


Prototype for 'bool Database::GetLSaccountInfo(unsigned int, char *, int8 *, int*) doesn't match any in class Database is the error I get.
Reply With Quote