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?
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?