Hola gente, bueno no tengo mucho conosimiento en programacion asique el que me pueda tirar una mano con este error me salvaria mucho, cuando compilo el Client me sale esto:
Compiling...
MapData.cpp
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(12) : error C2440: 'initializing' : cannot convert from 'void *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(14) : error C2664: 'Process32First' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(23) : error C2664: 'Process32Next' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(25) : error C2664: 'CloseHandle' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
Game.cpp
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(12) : error C2440: 'initializing' : cannot convert from 'void *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(14) : error C2664: 'Process32First' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(23) : error C2664: 'Process32Next' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(25) : error C2664: 'CloseHandle' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\Game.cpp(650) : error C2065: 'nullptr' : undeclared identifier
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\Game.cpp(17099) : warning C4305: 'argument' : truncation from 'const int' to 'char'
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\Game.cpp(17099) : warning C4309: 'argument' : truncation of constant value
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\Game.cpp(39425) : error C2374: 'i' : redefinition; multiple initialization
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\Game.cpp(39394) : see declaration of 'i'
Wmain.cpp
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(12) : error C2440: 'initializing' : cannot convert from 'void *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(14) : error C2664: 'Process32First' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(23) : error C2664: 'Process32Next' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Users\Agustin\Desktop\hb lux\Source\[SRC]Client\../Shared/Global.h(25) : error C2664: 'CloseHandle' : cannot convert parameter 1 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.
Creating browse info file...
Helgame.exe - 14 error(s), 2 warning(s)