SquashedMan Posted September 16, 2006 Share Posted September 16, 2006 Hey guys, I'm just having a problem when trying to build JK2game using VS2003. I just updated the source and replaced all of the relevant files, but when I build JK2game I get these errors: JK2game error LNK2019: unresolved external symbol _G_RollBalance referenced in function _ClientThink_real JK2game error LNK2019: unresolved external symbol _BG_ReduceMishapLevel referenced in function _G_Knockdown JK2game error LNK2001: unresolved external symbol _BG_ReduceMishapLevel JK2game error LNK2019: unresolved external symbol _SabBeh_AnimateHeavySlowBounce referenced in function _CheckSaberDamage JK2game error LNK2019: unresolved external symbol _SabBeh_AnimateSlowBounce referenced in function _CheckSaberDamage JK2game error LNK2019: unresolved external symbol _SabBeh_RunSaberBehavior referenced in function _CheckSaberDamage JK2game fatal error LNK1120: 5 unresolved externals Please bare in mind that I'm not very experienced with programming at all :| Thanks in advance By the way, the other dll's come out fine, it's just jampgamex86 that doesn't work Link to comment Share on other sites More sharing options...
razorace Posted September 16, 2006 Share Posted September 16, 2006 You need to add g_saberbeh.c to your JK2game project. Link to comment Share on other sites More sharing options...
SquashedMan Posted September 16, 2006 Author Share Posted September 16, 2006 Thanks, got it working now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.