1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Linking...
cg_syscall.obj : error LNK2019: unresolved external symbol "struct centity_s * cg_entities" (?cg_entities@@3PAUcentity_s@@A) referenced in function "int __cdecl osyscall(int,...)" (?osyscall@@YAHHZZ)
drawing.obj : error LNK2001: unresolved external symbol "struct centity_s * cg_entities" (?cg_entities@@3PAUcentity_s@@A)
cg_syscall.obj : error LNK2019: unresolved external symbol "struct cg_t cg" (?cg@@3Ucg_t@@A) referenced in function "int __cdecl osyscall(int,...)" (?osyscall@@YAHHZZ)
drawing.obj : error LNK2001: unresolved external symbol "struct cg_t cg" (?cg@@3Ucg_t@@A)
worldtoscreen.obj : error LNK2001: unresolved external symbol "struct cg_t cg" (?cg@@3Ucg_t@@A)
drawing.obj : error LNK2019: unresolved external symbol "void __cdecl MatrixMultiply(float (* const)[3],float (* const)[3],float (* const)[3])" (?MatrixMultiply@@YAXQAY02M00@Z) referenced in function "enum qboolean __cdecl CG_GetTag(int,char *,struct orientation_t *)" (?CG_GetTag@@YA?AW4qboolean@@HPADPAUorientation_t@@@Z)
drawing.obj : error LNK2019: unresolved external symbol "void __cdecl CG_Trace(struct trace_t *,float const * const,float const * const,float const * const,float const * const,int,int)" (?CG_Trace@@YAXPAUtrace_t@@QBM111HH@Z) referenced in function "public: bool __thiscall CDRAWING::isVisible(float *)" (?isVisible@CDRAWING@@QAE_NPAM@Z)
main.obj : error LNK2019: unresolved external symbol "void (__cdecl* orig_CG_EntityEvent)(struct centity_s *,float * const)" (?orig_CG_EntityEvent@@3P6AXPAUcentity_s@@QAM@ZA) referenced in function "struct HINSTANCE__ * __stdcall oLoadLibrary(char const *)" (?oLoadLibrary@@YGPAUHINSTANCE__@@PBD@Z)
main.obj : error LNK2019: unresolved external symbol "void __cdecl CG_EntityEvent_Hook(struct centity_s *,float * const)" (?CG_EntityEvent_Hook@@YAXPAUcentity_s@@QAM@Z) referenced in function "struct HINSTANCE__ * __stdcall oLoadLibrary(char const *)" (?oLoadLibrary@@YGPAUHINSTANCE__@@PBD@Z)
.\Release/ET_Hook.dll : fatal error LNK1120: 6 unresolved externals
Build log was saved at "file://c:\Documents and Settings\Administrator Jeroen\Bureaublad\Frag_hook\Release\BuildLog.htm"
ET_Hook - 10 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|