View Single Post
Re: File missing: LIBGEN.H
Old
  (#10)
dstruct2k
 
dstruct2k's Avatar
 
Status: Offline
Posts: 225
Join Date: Feb 2004
Default Re: File missing: LIBGEN.H - 10-07-2004

Here's the output after attempting to remove basename and dirname from the code:

Code:
--------------------Configuration: Bsp2Rbn - Win32 Debug--------------------
Compiling...
Bsp2Rbn.cpp
bsp2rbn.cpp(226) : warning C4101: 'NextVertex' : unreferenced local variable
bsp2rbn.cpp(316) : warning C4101: 'v' : unreferenced local variable
bsp2rbn.cpp(317) : warning C4101: 'v_temp' : unreferenced local variable
bsp2rbn.cpp(317) : warning C4101: 'intersect_point' : unreferenced local variable
util.cpp
bsp2rbn.cpp(320) : warning C4700: local variable 'z_height' used without having been initialized
bsp2rbn.cpp(757) : warning C4715: 'main' : not all control paths return a value
util.cpp(541) : warning C4101: 'temp2' : unreferenced local variable
Linking...
Bsp2Rbn.obj : error LNK2001: unresolved external symbol "public: int __thiscall cNodeMachine::add(class Vector,int,struct edict_s *)" (?add@cNodeMachine@@QAEHVVector@@HPAUedict_s@@@Z)
Bsp2Rbn.obj : error LNK2001: unresolved external symbol "public: void __thiscall cNodeMachine::experience_save(void)" (?experience_save@cNodeMachine@@QAEXXZ)
Bsp2Rbn.obj : error LNK2001: unresolved external symbol "public: void __thiscall cNodeMachine::save(void)" (?save@cNodeMachine@@QAEXXZ)
Bsp2Rbn.obj : error LNK2001: unresolved external symbol "public: void __thiscall cNodeMachine::Draw(void)" (?Draw@cNodeMachine@@QAEXXZ)
Bsp2Rbn.obj : error LNK2001: unresolved external symbol "public: void __thiscall cNodeMachine::init(void)" (?init@cNodeMachine@@QAEXXZ)
cmdlib.obj : error LNK2001: unresolved external symbol "bool isWindowsApp" (?isWindowsApp@@3_NA)
util.obj : error LNK2001: unresolved external symbol "bool __cdecl FUNC_BotHoldsZoomWeapon(class cBot *)" (?FUNC_BotHoldsZoomWeapon@@YA_NPAVcBot@@@Z)
util.obj : error LNK2001: unresolved external symbol "bool __cdecl FUNC_IsOnLadder(struct edict_s *)" (?FUNC_IsOnLadder@@YA_NPAUedict_s@@@Z)
Debug/Bsp2Rbn.exe : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.

Bsp2Rbn.exe - 9 error(s), 7 warning(s)

Last edited by dstruct2k; 10-07-2004 at 06:14..
  
Reply With Quote