编译出错一处,请教步惊天,谢谢
--------------------Configuration: uindows - Win32 Release--------------------
Compiling...
aimbot.cpp
apihook.cpp
attack.cpp
bind.cpp
calcscreen.cpp
client.cpp
color.cpp
console.cpp
cvar.cpp
GenericPatch.cpp
interpreter.cpp
main.cpp
mempatcher.cpp
menu.cpp
opengl.cpp
playeritems.cpp
RedirectFunction.cpp
sprites.cpp
stdafx.cpp
stringfinder.cpp
timehandling.cpp
Winamp.cpp
interface.cpp
Linking...
Creating library Release/uindows.lib and object Release/uindows.exp
client.obj : error LNK2001: unresolved external symbol "char * __cdecl READ_STRING(void)" (?READ_STRING@@YAPADXZ)
playeritems.obj : error LNK2001: unresolved external symbol "char * __cdecl READ_STRING(void)" (?READ_STRING@@YAPADXZ)
client.obj : error LNK2001: unresolved external symbol "int __cdecl READ_BYTE(void)" (?READ_BYTE@@YAHXZ)
playeritems.obj : error LNK2001: unresolved external symbol "int __cdecl READ_BYTE(void)" (?READ_BYTE@@YAHXZ)
client.obj : error LNK2001: unresolved external symbol "void __cdecl BEGIN_READ(void *,int)" (?BEGIN_READ@@YAXPAXH@Z)
playeritems.obj : error LNK2001: unresolved external symbol "void __cdecl BEGIN_READ(void *,int)" (?BEGIN_READ@@YAXPAXH@Z)
client.obj : error LNK2001: unresolved external symbol "int __cdecl READ_CHAR(void)" (?READ_CHAR@@YAHXZ)
playeritems.obj : error LNK2001: unresolved external symbol "int __cdecl READ_CHAR(void)" (?READ_CHAR@@YAHXZ)
client.obj : error LNK2001: unresolved external symbol "int __cdecl READ_SHORT(void)" (?READ_SHORT@@YAHXZ)
Release/uindows.dll : fatal error LNK1120: 5 unresolved externals
执行 link.exe 时出错.
uindows.dll - 1 error(s), 0 warning(s)