-
Valued Member
problem convert values muid to int
I have a small error here,

2>ZGameClient.cpp(329): error C2664: 'MMatchClient::OnResponseMatchLogin' : can not convert parameter 8 pause a little mistake here, 'const MUID' to 'int'..
I'm placing the VipShop Parts I post Sun God Of Mark.
can you help?
-
-
Apprentice
Re: problem convert values muid to int
The 8th parameter of both the ZGameClient::OnResponseMatchLogin and MMatchClient::OnResponseMatchLogin functions aren't the same.
You insert the int nECoins parameter on the ZGameClient function, but the MMatchClient function does not have the same argument.
-
In Progress... FFXIV...
Re: problem convert values muid to int
Just add "int" before those two variables.