Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help!!

Junior Spellweaver
Joined
Jan 16, 2016
Messages
159
Reaction score
4
Hello I was installing Room Tag Scanner i don't what is the problem on it

c:\Gunz\Source\Gunz\ZGameClient.cpp(776): error C2227: left of '->Output' must point to class/struct/union
c:\Gunz\Source\Gunz\ZGameClient.cpp(774): error C2039: 'GetTagScanner' : is not a member of 'ZApplication'
c:\Gunz\Source\Gunz\ZApplication.h(42) : see declaration of 'ZApplication'
c:\Gunz\Source\Gunz\ZGameClient.cpp(776): error C2039: 'GetTagScanner' : is not a member of 'ZApplication'
c:\Gunz\Source\Gunz\ZApplication.h(42) : see declaration of 'ZApplication'
c:\Gunz\Source\Gunz\ZGameClient.cpp(770): error C2065: 'szText' : undeclared identifier
c:\Gunz\Source\Gunz\ZGameClient.cpp(774): error C2227: left of '->Create' must point to class/struct/union
c:\Gunz\Source\Gunz\ZGameClient.cpp(776): error C2228: left of '.c_str' must have class/struct/union type
c:\Gunz\Source\Gunz\ZGameClient.cpp(771): error C3861: 'szText': identifier not found, even with argument-dependent lookup
 
Back
Top