smurfy
04-14-2001, 11:13 AM
Hi i want to start h alittle MOD but i cant link the sources..
I add all includes and libs.
After VC++ has compiled the source i get many linking errors.
Linker-Vorgang läuft...
Bibliothek Release/game.lib und Objekt Release/game.exp wird erstellt
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) public: void __thiscall CPlayer::GetStats(class CTString &,enum CompStatType,long)" (__imp_?GetStats@CPlayer@@QAEXAAVCTString@@W4CompS tatType@@J@Z)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) public: void __thiscall CPlayer::GetStats(class CTString &,enum CompStatType,long)" (__imp_?GetStats@CPlayer@@QAEXAAVCTString@@W4CompS tatType@@J@Z)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenDHPlayer" (__imp_?cmp_ppenDHPlayer@@3PAVCPlayer@@A)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenPlayer" (__imp_?cmp_ppenPlayer@@3PAVCPlayer@@A)
WEDInterface.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenPlayer" (__imp_?cmp_ppenPlayer@@3PAVCPlayer@@A)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) int cmp_bUpdateInBackground" (__imp_?cmp_bUpdateInBackground@@3HA)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) int cmp_bInitialStart" (__imp_?cmp_bInitialStart@@3HA)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) void __cdecl ctl_ComposeActionPacket(class CPlayerCharacter const &,class CPlayerAction &,int)" (__imp_?ctl_ComposeActionPacket@@YAXABVCPlayerChar acter@@AAVCPlayerAct
ion@@H@Z)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) void * ctl_pvPlayerControls" (__imp_?ctl_pvPlayerControls@@3PAXA)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) long const ctl_slPlayerControlsSize" (__imp_?ctl_slPlayerControlsSize@@3JB)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) long plr_iHiScore" (__imp_?plr_iHiScore@@3JA)
Release/game.dll : fatal error LNK1120: 9 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.
(sorry for the german compieler msgs )
there some errors with external links and symbols.
I add all includes and libs.
After VC++ has compiled the source i get many linking errors.
Linker-Vorgang läuft...
Bibliothek Release/game.lib und Objekt Release/game.exp wird erstellt
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) public: void __thiscall CPlayer::GetStats(class CTString &,enum CompStatType,long)" (__imp_?GetStats@CPlayer@@QAEXAAVCTString@@W4CompS tatType@@J@Z)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) public: void __thiscall CPlayer::GetStats(class CTString &,enum CompStatType,long)" (__imp_?GetStats@CPlayer@@QAEXAAVCTString@@W4CompS tatType@@J@Z)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenDHPlayer" (__imp_?cmp_ppenDHPlayer@@3PAVCPlayer@@A)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenPlayer" (__imp_?cmp_ppenPlayer@@3PAVCPlayer@@A)
WEDInterface.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) class CPlayer * cmp_ppenPlayer" (__imp_?cmp_ppenPlayer@@3PAVCPlayer@@A)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) int cmp_bUpdateInBackground" (__imp_?cmp_bUpdateInBackground@@3HA)
Computer.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) int cmp_bInitialStart" (__imp_?cmp_bInitialStart@@3HA)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) void __cdecl ctl_ComposeActionPacket(class CPlayerCharacter const &,class CPlayerAction &,int)" (__imp_?ctl_ComposeActionPacket@@YAXABVCPlayerChar acter@@AAVCPlayerAct
ion@@H@Z)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) void * ctl_pvPlayerControls" (__imp_?ctl_pvPlayerControls@@3PAXA)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) long const ctl_slPlayerControlsSize" (__imp_?ctl_slPlayerControlsSize@@3JB)
Game.obj : error LNK2001: Nichtaufgeloestes externes Symbol "__declspec(dllimport) long plr_iHiScore" (__imp_?plr_iHiScore@@3JA)
Release/game.dll : fatal error LNK1120: 9 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.
(sorry for the german compieler msgs )
there some errors with external links and symbols.