Compiling: Problems and Errors

  • Thread starter Thread starter earthHunter
  • Start date Start date
Status
Not open for further replies.
E

earthHunter

Guest
Hello, I'm new to the forums.

Recently I installed Microsoft Platform SDK, Microsoft Visual C++ Toolkit 2003, Microsoft DirectX SDK( June 2006 ), and the most recent version of CodeBlocks. I set the compiler of CodeBlocks to the Visual C++ Toolkit compiler. I imported and attempted to build the game_sdk.sln.

With this file(props_shared.obj) and so many others I get this error:
props_shared.obj : error LNK2001: unresolved external symbol __imp__RandomInt


also this type of error on a lot:
keyframe.obj : error LNK2001: unresolved external symbol __imp___ExitOnFatalAssert

At the end I get this:
Linking dynamic library: Debug_hl2\server.dll
Creating library Debug_hl2\server.lib and object Debug_hl2\server.exp

Is it supposed to create the server.dll? If not, how do I create that?
The files in Debug_hl2 named server are:
server.lib
server.exp
server.pdb

There's nothing about the client.dll either.

Help?:(
 
Maybe I would have seen it if it wasn't almost TWO PAGES DOWN FROM HALF-LIFE 2.
 
Status
Not open for further replies.
Back
Top