tinymonkey
4th July 2002, 18:33
Can someone help me out here. I have no problem compiling OGC but I have tried to compile a hack using Joolz 1.11 and I can not get it to work. I end up with 5 errors and 6 warnings....here:
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(71) : error C2106: '=' : left operand must be l-value
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(89) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(203) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(208) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(215) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
attack.cpp
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(59) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(59) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(397) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(440) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(840) : warning C4800: 'struct aimvec *' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(3411) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
color.cpp
anybody???
:(
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(71) : error C2106: '=' : left operand must be l-value
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(89) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(203) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(208) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\apihook.cpp(215) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
attack.cpp
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(59) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(59) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(397) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(440) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(840) : warning C4800: 'struct aimvec *' : forcing value to bool 'true' or 'false' (performance warning)
C:\Documents and Settings\user\Desktop\Monkey's Hook\BaseHook\client.cpp(3411) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
color.cpp
anybody???
:(