Client_hl2mp - Errors Please Help

J

julz127

Guest
im new to c++ and source modding:LOL:
im trying to complile the hl2 client_hl2mp dll but i get these errors ive made no changes to the code. i have installed ms platform sdk followed all the steps and installed th ms dx sdk im using ms vc++ 2005
these are my errors:

1> Creating library Debug HL2MP/client.lib and object Debug HL2MP/client.exp
1>in_mouse.obj : error LNK2019: unresolved external symbol __imp__SystemParametersInfoA@16 referenced in function "public: virtual void __thiscall CInput::ActivateMouse(void)" (?ActivateMouse@CInput@@UAEXXZ)
1>Debug HL2MP/client.dll : fatal error LNK1120: 1 unresolved externals
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\combat\src\cl_dll\Debug HL2MP\BuildLog.htm"
1>client_hl2mp - 2 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


it would be much appreciated if you could help me
 
Back
Top