[Help] Please T.T Problem in Glow Change !

06/12/2013 14:49 bhengot#1
Annyone Know How to Fix This Problem !

T.T
c:\Blessed Source\Official Source\Neuz\DPClient.cpp(873): error C2051: case expression not constant

-------------------------------------------------------------------

c:\Blessed Source\Official Source\Neuz\DPClient.cpp(19477): error C2065: 'PACKETTYPE_GLOW_CHANGE' : undeclared identifier

--------------------------------------------------------------------

c:\Blessed Source\Official Source\Neuz\DPClient.cpp(873): error C2065: 'SNAPSHOTTYPE_UPDATEGLOW' : undeclared identifier

----------------------------------------------------------------------

c:\Blessed Source\Official Source\Neuz\DPClient.cpp(19477): error C2593: 'operator <<' is ambiguous
..\_Network\Misc\Include\ar.h(57): could be 'CAr &CAr::operator <<(unsigned int)'
..\_Network\Misc\Include\ar.h(56): or 'CAr &CAr::operator <<(char)'
..\_Network\Misc\Include\ar.h(55): or 'CAr &CAr::operator <<(short)'

[Only registered and activated users can see links. Click Here To Register...]

Help me please !

solve !
06/12/2013 17:31 Avalion#2
1.) Make sure you keep the case's going on correctly. Could probably be a problem since the snapshot is an undeclared identifier.

2.) #define PACKETTYPE_GLOW_CHANGE (DWORD)0x88100307
- You need to define the Packettype. Msghdr.h

3.) #define SNAPSHOTTYPE_UPDATEGLOW (WORD)0x8863
- You need to also define this in MSGhdr.h