[HELP] Studio.exe old Doom MMO SRC
hey people i have a problemm with the old Doom source mmo I can not create a studio only MiniA.exe knows an error because ???
Code:
1>r3dPhysSkeleton.cpp
1>Linking...
1> Creating library obj_DebugTexture.lib and object obj_DebugTexture.exp
1>PhysXWorld.obj : warning LNK4217: locally defined symbol _PxCreateControllerManager imported in function "public: void __thiscall PhysXWorld::Init(void)" (?Init@PhysXWorld@@QAEXXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: struct RakNet::SystemAddress & __thiscall RakNet::SystemAddress::operator=(struct RakNet::SystemAddress const &)" (??4SystemAddress@RakNet@@QAEAAU01@ABU01@@Z) referenced in function "public: __thiscall RakNet::AddressOrGUID::AddressOrGUID(struct RakNet::SystemAddress const &)" (??0AddressOrGUID@RakNet@@QAE@ABUSystemAddress@1@@Z)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: __thiscall RakNet::SystemAddress::SystemAddress(void)" (??0SystemAddress@RakNet@@QAE@XZ) referenced in function "public: __thiscall RakNet::AddressOrGUID::AddressOrGUID(struct RakNet::SystemAddress const &)" (??0AddressOrGUID@RakNet@@QAE@ABUSystemAddress@1@@Z)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: __thiscall RakNet::RakNetGUID::RakNetGUID(void)" (??0RakNetGUID@RakNet@@QAE@XZ) referenced in function "public: __thiscall RakNet::AddressOrGUID::AddressOrGUID(struct RakNet::SystemAddress const &)" (??0AddressOrGUID@RakNet@@QAE@ABUSystemAddress@1@@Z)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "void __cdecl RakNet::StatisticsToString(struct RakNet::RakNetStatistics *,char *,int)" (?StatisticsToString@RakNet@@YAXPAURakNetStatistics@1@PADH@Z) referenced in function "public: void __thiscall r3dNetwork::Deinitialize(void)" (?Deinitialize@r3dNetwork@@QAEXXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl RakNet::RakPeerInterface::DestroyInstance(class RakNet::RakPeerInterface *)" (?DestroyInstance@RakPeerInterface@RakNet@@SAXPAV12@@Z) referenced in function "public: void __thiscall r3dNetwork::Deinitialize(void)" (?Deinitialize@r3dNetwork@@QAEXXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "unsigned __int64 __cdecl RakNet::GetTimeUS(void)" (?GetTimeUS@RakNet@@YA_KXZ) referenced in function "public: int __thiscall r3dNetwork::Connect(char const *,int)" (?Connect@r3dNetwork@@QAEHPBDH@Z)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall RakNet::SystemAddress::operator!=(struct RakNet::SystemAddress const &)const " (??9SystemAddress@RakNet@@QBE_NABU01@@Z) referenced in function "public: bool __thiscall r3dNetwork::IsConnected(void)" (?IsConnected@r3dNetwork@@QAE_NXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall RakNet::SystemAddress::operator==(struct RakNet::SystemAddress const &)const " (??8SystemAddress@RakNet@@QBE_NABU01@@Z) referenced in function "public: void __thiscall r3dNetwork::Update(void)" (?Update@r3dNetwork@@QAEXXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: char const * __thiscall RakNet::SystemAddress::ToString(bool,char)const " (?ToString@SystemAddress@RakNet@@QBEPBD_ND@Z) referenced in function "public: void __thiscall r3dNetwork::Update(void)" (?Update@r3dNetwork@@QAEXXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: static class RakNet::RakPeerInterface * __cdecl RakNet::RakPeerInterface::GetInstance(void)" (?GetInstance@RakPeerInterface@RakNet@@SAPAV12@XZ) referenced in function "public: int __thiscall r3dNetwork::CreateClient(void)" (?CreateClient@r3dNetwork@@QAEHXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: __thiscall RakNet::SocketDescriptor::SocketDescriptor(void)" (??0SocketDescriptor@RakNet@@QAE@XZ) referenced in function "public: int __thiscall r3dNetwork::CreateClient(void)" (?CreateClient@r3dNetwork@@QAEHXZ)
1>r3dlib.lib(r3dNetwork.obj) : error LNK2019: unresolved external symbol "public: __thiscall RakNet::SocketDescriptor::SocketDescriptor(unsigned short,char const *)" (??0SocketDescriptor@RakNet@@QAE@GPBD@Z) referenced in function "int __cdecl RakNet_FillBindAddresses(struct RakNet::SocketDescriptor *,int,unsigned long *)" (?RakNet_FillBindAddresses@@YAHPAUSocketDescriptor@RakNet@@HPAK@Z)
1>obj_DebugTexture.exe : fatal error LNK1120: 12 unresolved externals
1>Build log was saved at "file://c:\WarZ\src\EclipseStudio\Release\BuildLog.htm"
1>Eclipse Studio - 13 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========