XSeth2kX Posted January 12, 2003 Share Posted January 12, 2003 Linking... Creating library ../Final/jk2mpgamex86.lib and object ../Final/jk2mpgamex86.exp g_weapon.obj : error LNK2001: unresolved external symbol _f ../Final/jk2mpgamex86.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. ======================================================================= FLAME_THROWER ======================================================================= */ void Weapon_fire_flame (gentity_t *ent ) { gentity_t *m; m = fire_flame(ent, muzzle, forward); m->damage *= s_quadFactor; m->splashDamage *= s_quadFactor; } case WP_FLAMETHROWER : Weapon_fire_flame( ent ); break; Link to comment Share on other sites More sharing options...
Wudan Posted January 12, 2003 Share Posted January 12, 2003 How do you make any progress at all? There is obviously an unresolved external - are all the variable, floats, ints and structure references in place? Or are you pulling them out of thin air? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.