[hlcoders] HL2MP SDK linker errors

2005-06-03 Thread r00t 3:16
hl error LNK2019: unresolved external symbol "void __cdecl Bot_RunAll(void)" (?Bot_RunAll@@YAXXZ) referenced in function "void __cdecl GameStartFrame(void)" (?GameStartFrame@@YAXXZ) hl error LNK2019: unresolved external symbol "class CBasePlayer * __cdecl BotPutInServer(bool,int)" (?BotPutInServer

Re: [hlcoders] HL2MP SDK linker errors

2005-06-03 Thread Zach Brockway
-- [ Picked text/plain from multipart/alternative ] Yep.Add hl2mp_bot_temp.cpp to the hl project and rebuild. On 6/3/05, r00t 3:16 <[EMAIL PROTECTED]> wrote: > > hl error LNK2019: unresolved external symbol "void __cdecl > Bot_RunAll(void)" > (?Bot_RunAll@@YAXXZ) referenced in function "void __cde

Re: [hlcoders] HL2MP SDK linker errors

2005-06-03 Thread r00t 3:16
- Original Message - From: "Zach Brockway" <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 3:42 AM Subject: Re: [hlcoders] HL2MP SDK linker errors -- [ Picked text/plain from multipart/alternative ] Yep.Add hl2mp_bot_temp.cpp to the hl project and rebuild. On 6/3/05, r00t 3:16 &