|
You last visited: Today at 07:40
Advertisement
[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts
Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
02/01/2014, 11:42
|
#346
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Quote:
Originally Posted by atag
My linker error was caused by the python-2.2 includes.
Delete it from Extern/include and Client/SrciptLib then copy the working version from dev/*/worldeditor solved my problem
Now i can compile it in distribute mode with v120(!) toolset (new boost includes and crypto++ lib needed).
|
I have solved the LNK error since 20 minutes. But now the Bin returns a f***ing error. The Bin says, the bin has no attribute named "IsCANADA" but i've included it....
Edit: If i chose MfcDebug it returns this Error:
Code:
fatal error LNK1104: Datei "..\eterpythonlib\eterpythonlib___win32_mfcdebug\eterpythonlib.lib" kann nicht geöffnet werden. UserInterface UserInterface
Any idea? -.-
Edit²: If i use Python-2.2, it returns this Error:
Code:
error C2065: 'mod_ty': nichtdeklarierter Bezeichner D:\src\mainline_released\mainline_sg\Srcs\extern\include\Python-2.2\symtable.h 55 gamelib
If i use Python27 it works wihtout Errors like that.
|
|
|
02/01/2014, 15:09
|
#347
|
elite*gold: 0
Join Date: Jul 2012
Posts: 16
Received Thanks: 3
|
16>GuildMarkUploader.obj : error LNK2019: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ) referenced in function "private: bool __thiscall CGuildMarkUploader::__SendSymbolPacket(void)" (?__SendSymbolPacket@CGuildMarkUploader@@AAE_NXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ)
16>PythonNetworkStreamPhaseLogin.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ)
16>GuildMarkUploader.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z) referenced in function "private: bool __thiscall CGuildMarkUploader::__SendSymbolPacket(void)" (?__SendSymbolPacket@CGuildMarkUploader@@AAE_NXZ)
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>PythonNetworkStreamPhaseGameItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol _lzo1x_decompress_safe referenced in function "public: bool __thiscall CGuildMarkImage::SaveBlockFromCompressedData(unsig ned long,char const *,unsigned long)" (?SaveBlockFromCompressedData@CGuildMarkImage@@QAE _NKPBDK@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CLZO::GetWorkMemory(void)" (?GetWorkMemory@CLZO@@QAEPADXZ) referenced in function "public: bool __thiscall CGuildMarkImage::SaveBlockFromCompressedData(unsig ned long,char const *,unsigned long)" (?SaveBlockFromCompressedData@CGuildMarkImage@@QAE _NKPBDK@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol _lzo1x_999_compress referenced in function "public: void __thiscall SGuildMarkBlock::Compress(unsigned long const *)" (?Compress@SGuildMarkBlock@@QAEXPBK@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z) referenced in function "public: bool __thiscall CAccountConnector::Connect(char const *,int,char const *,int)" (?Connect@CAccountConnector@@QAE_NPBDH0H@Z)
16>PythonNetworkStream.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "void __cdecl ELTimer_SetServerMSec(unsigned long)" (?ELTimer_SetServerMSec@@YAXK@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHandshake(void) " (?__AuthState_RecvHandshake@CAccountConnector@@IAE _NXZ)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "void __cdecl ELTimer_SetServerMSec(unsigned long)" (?ELTimer_SetServerMSec@@YAXK@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CEterPackManager::RegisterPack(char const *,char const *,char const *)" (?RegisterPack@CEterPackManager@@QAE_NPBD00@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvPanamaPack(void )" (?__AuthState_RecvPanamaPack@CAccountConnector@@IA E_NXZ)
16>UserInterface.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CEterPackManager::RegisterPack(char const *,char const *,char const *)" (?RegisterPack@CEterPackManager@@QAE_NPBD00@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackKeys(char const *)" (?RetrieveHybridCryptPackKeys@CEterPackManager@@QA EXPBD@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHybridCryptKeys (int)" (?__AuthState_RecvHybridCryptKeys@CAccountConnecto r@@IAE_NH@Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackKeys(char const *)" (?RetrieveHybridCryptPackKeys@CEterPackManager@@QA EXPBD@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackSDB(char const *)" (?RetrieveHybridCryptPackSDB@CEterPackManager@@QAE XPBD@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHybridCryptSDB( int)" (?__AuthState_RecvHybridCryptSDB@CAccountConnector @@IAE_NH@Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackSDB(char const *)" (?RetrieveHybridCryptPackSDB@CEterPackManager@@QAE XPBD@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CEterPackManager:  ecryptPackIV(unsigned long)" (?DecryptPackIV@CEterPackManager@@QAE_NK@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvAuthSuccess(voi d)" (?__AuthState_RecvAuthSuccess@CAccountConnector@@I AE_NXZ)
16>NetworkActorManager.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CReferenceObject::~CReferenceObject(void)" (??1CReferenceObject@@UAE@XZ) referenced in function "public: virtual __thiscall CNetworkActorManager::~CNetworkActorManager(void)" (??1CNetworkActorManager@@UAE@XZ)
16>NetworkActorManager.obj : error LNK2019: unresolved external symbol "public: __thiscall CReferenceObject::CReferenceObject(void)" (??0CReferenceObject@@QAE@XZ) referenced in function "public: __thiscall CNetworkActorManager::CNetworkActorManager(void)" (??0CNetworkActorManager@@QAE@XZ)
16>NetworkActorManager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CReferenceObject::OnConstruct(void)" (?OnConstruct@CReferenceObject@@MAEXXZ)
16>NetworkActorManager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CReferenceObject::OnSelfDestruct(void)" (?OnSelfDestruct@CReferenceObject@@MAEXXZ)
16>ProcessCRC.obj : error LNK2019: unresolved external symbol "void __cdecl GetExcutedFileName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetExcutedFileName@@YAXAAV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "bool __cdecl GetProcessInformation(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void const * *)" (?GetProcessInformation@@YA_NAAV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@PAPBX@Z )
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "void __cdecl GetExcutedFileName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetExcutedFileName@@YAXAAV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::IsOnline(void)" (?IsOnline@CNetworkStream@@QAE_NXZ) referenced in function "public: void __thiscall CPythonNetworkStream::AbsoluteExitGame(void)" (?AbsoluteExitGame@CPythonNetworkStream@@QAEXXZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::IsOnline(void)" (?IsOnline@CNetworkStream@@QAE_NXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkAddress::Set(char const *,int)" (?Set@CNetworkAddress@@QAE_NPBDH@Z) referenced in function "public: void __thiscall CPythonNetworkStream::SetMarkServer(char const *,unsigned int)" (?SetMarkServer@CPythonNetworkStream@@QAEXPBDI@Z)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkAddress::Set(char const *,int)" (?Set@CNetworkAddress@@QAE_NPBDH@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(unsigned long,int,int)" (?Connect@CNetworkStream@@QAE_NKHH@Z) referenced in function "public: void __thiscall CPythonNetworkStream::ConnectGameServer(unsigned int)" (?ConnectGameServer@CPythonNetworkStream@@QAEXI@Z)
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(unsigned long,int,int)" (?Connect@CNetworkStream@@QAE_NKHH@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkStream::ClearRecvBuffer(void)" (?ClearRecvBuffer@CNetworkStream@@QAEXXZ) referenced in function "protected: bool __thiscall CPythonNetworkStream::CheckPacket(char *)" (?CheckPacket@CPythonNetworkStream@@IAE_NPAD@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: void __thiscall CNetworkStream::ClearRecvBuffer(void)" (?ClearRecvBuffer@CNetworkStream@@QAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkPacketHeaderMap::Get(int,struct CNetworkPacketHeaderMap::SPacketType *)" (?Get@CNetworkPacketHeaderMap@@QAE_NHPAUSPacketTyp e@1@@Z) referenced in function "protected: bool __thiscall CPythonNetworkStream::CheckPacket(char *)" (?CheckPacket@CPythonNetworkStream@@IAE_NPAD@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CNetworkPacketHeaderMap::~CNetworkPacketHeaderMap( void)" (??1CNetworkPacketHeaderMap@@UAE@XZ) referenced in function __unwindfunclet$??0CMainPacketHeaderMap@@QAE@XZ$0
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkPacketHeaderMap::Set(int,struct CNetworkPacketHeaderMap::SPacketType &)" (?Set@CNetworkPacketHeaderMap@@QAEXHAAUSPacketType @1@@Z) referenced in function "public: __thiscall CMainPacketHeaderMap::CMainPacketHeaderMap(void)" (??0CMainPacketHeaderMap@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkPacketHeaderMap::CNetworkPacketHeaderMap(v oid)" (??0CNetworkPacketHeaderMap@@QAE@XZ) referenced in function "public: __thiscall CMainPacketHeaderMap::CMainPacketHeaderMap(void)" (??0CMainPacketHeaderMap@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CNetworkStream::OnConnectSuccess(void)" (?OnConnectSuccess@CNetworkStream@@MAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkAddress::CNetworkAddress(void)" (??0CNetworkAddress@@QAE@XZ) referenced in function "public: __thiscall CPythonNetworkStream::SMarkAuth::SMarkAuth(void)" (??0SMarkAuth@CPythonNetworkStream@@QAE@XZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: __thiscall CNetworkAddress::CNetworkAddress(void)" (??0CNetworkAddress@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkAddress::~CNetworkAddress(void)" (??1CNetworkAddress@@QAE@XZ) referenced in function "public: __thiscall CPythonNetworkStream::SMarkAuth::~SMarkAuth(void)" (??1SMarkAuth@CPythonNetworkStream@@QAE@XZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: __thiscall CNetworkAddress::~CNetworkAddress(void)" (??1CNetworkAddress@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CReferenceObject::Release(void)" (?Release@CReferenceObject@@QAEXXZ) referenced in function "public: void __thiscall CRef<class CNetworkActorManager>::Clear(void)" (?Clear@?$CRef@VCNetworkActorManager@@@@QAEXXZ)
16>GameType.obj : error LNK2001: unresolved external symbol "public: void __thiscall CReferenceObject::Release(void)" (?Release@CReferenceObject@@QAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CReferenceObject::AddReference(void)" (?AddReference@CReferenceObject@@QAEXXZ) referenced in function "public: void __thiscall CRef<class CNetworkActorManager>::SetPointer(class CReferenceObject *)" (?SetPointer@?$CRef@VCNetworkActorManager@@@@QAEXP AVCReferenceObject@@@Z)
16>GameType.obj : error LNK2001: unresolved external symbol "public: void __thiscall CReferenceObject::AddReference(void)" (?AddReference@CReferenceObject@@QAEXXZ)
16>PythonNetworkStreamCommand.obj : error LNK2019: unresolved external symbol "bool __cdecl PyCallClassMemberFunc(struct _object *,char const *,struct _object *,bool *)" (?PyCallClassMemberFunc@@YA_NPAU_object@@PBD0PA_N@ Z) referenced in function "public: void __thiscall CPythonNetworkStream::ServerCommand(char *)" (?ServerCommand@CPythonNetworkStream@@QAEXPAD@Z)
16>PythonNetworkStreamModule.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkStream::SetPacketSequenceMode(bool)" (?SetPacketSequenceMode@CNetworkStream@@QAEX_N@Z) referenced in function "struct _object * __cdecl netSetPacketSequenceMode(struct _object *,struct _object *)" (?netSetPacketSequenceMode@@YAPAU_object@@PAU1@0@Z )
16>PythonNetworkStreamPhaseGame.obj : error LNK2019: unresolved external symbol "public: void __thiscall CFlyingManager::CreateIndexedFly(unsigned long,class CActorInstance *,class CActorInstance *)" (?CreateIndexedFly@CFlyingManager@@QAEXKPAVCActorI nstance@@0@Z) referenced in function "protected: bool __thiscall CPythonNetworkStream::RecvCreateFlyPacket(void)" (?RecvCreateFlyPacket@CPythonNetworkStream@@IAE_NX Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2019: unresolved external symbol "public: void __thiscall CTimer::SetBaseTime(void)" (?SetBaseTime@CTimer@@QAEXXZ) referenced in function "protected: void __thiscall CPythonNetworkStream::HandShakePhase(void)" (?HandShakePhase@CPythonNetworkStream@@IAEXXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEffectManager:  eleteAllInstances(void)" (?DeleteAllInstances@CEffectManager@@QAEXXZ) referenced in function "public: void __thiscall CPythonNetworkStream::SetLoadingPhase(void)" (?SetLoadingPhase@CPythonNetworkStream@@QAEXXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2019: unresolved external symbol "public: void __thiscall CFlyingManager:  eleteAllInstances(void)" (?DeleteAllInstances@CFlyingManager@@QAEXXZ) referenced in function "public: void __thiscall CPythonNetworkStream::SetLoadingPhase(void)" (?SetLoadingPhase@CPythonNetworkStream@@QAEXXZ)
16>MovieMan.obj : error LNK2019: unresolved external symbol "void __cdecl GetFileExtension(char const *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?GetFileExtension@@YAXPBDHPAV?$basic_string@DU?$c har_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "private: long __thiscall CMovieMan::RenderFileToMMStream(char const *,struct IMultiMediaStream * *,struct IDirectDraw *)" (?RenderFileToMMStream@CMovieMan@@AAEJPBDPAPAUIMul tiMediaStream@@PAUIDirectDraw@@@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RegisterRootPack(char const *)" (?RegisterRootPack@CEterPackManager@@QAEXPBD@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CSoundData::SetPackMode(void)" (?SetPackMode@CSoundData@@SAXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::SetSearchMode(bool)" (?SetSearchMode@CEterPackManager@@QAEX_N@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::SetCacheMode(void)" (?SetCacheMode@CEterPackManager@@QAEXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CTextFileLoader::SetCacheMode(void)" (?SetCacheMode@CTextFileLoader@@SAXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl LogBoxf(char const *,...)" (?LogBoxf@@YAXPBDZZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: int __thiscall CMappedFile::Create(char const *,void const * *,int,int)" (?Create@CMappedFile@@QAEHPBDPAPBXHH@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl base64_decode(char const *,char *)" (?base64_decode@@YAXPBDPAD@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "bool __cdecl SplitLine(char const *,char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > *)" (?SplitLine@@YA_NPBD0PAV?$vector@V?$basic_string@D U?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$al locator@V?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@@2@@std@@@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CPythonLauncher::RunLine(char const *)" (?RunLine@CPythonLauncher@@QAE_NPBD@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initwndMgr(void)" (?initwndMgr@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrpText(void)" (?initgrpText@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrpImage(void)" (?initgrpImage@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrp(void)" (?initgrp@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initdbg(void)" (?initdbg@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CPythonLauncher::~CPythonLauncher(void)" (??1CPythonLauncher@@UAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPythonLauncher::Clear(void)" (?Clear@CPythonLauncher@@QAEXXZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CPythonLauncher::Create(char const *)" (?Create@CPythonLauncher@@QAE_NPBD@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl SetExceptionSender(class IPythonExceptionSender *)" (?SetExceptionSender@@YAXPAVIPythonExceptionSender @@@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CPythonLauncher::CPythonLauncher(void)" (??0CPythonLauncher@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CMSApplication::Initialize(struct HINSTANCE__ *)" (?Initialize@CMSApplication@@QAEXPAUHINSTANCE__@@@ Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "bool __cdecl SetDefaultCodePage(unsigned long)" (?SetDefaultCodePage@@YA_NK@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CEterPackManager::CEterPackManager(void)" (??0CEterPackManager@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CLZO::CLZO(void)" (??0CLZO@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl OpenLogFile(bool)" (?OpenLogFile@@YAX_N@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl OpenConsoleWindow(void)" (?OpenConsoleWindow@@YAXXZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl SetLogLevel(unsigned int)" (?SetLogLevel@@YAXI@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl srandom(unsigned long)" (?srandom@@YAXK@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol _WebBrowser_Cleanup referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol _WebBrowser_Startup referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol "char * * __cdecl CommandLineToArgv(char *,int *)" (?CommandLineToArgv@@YAPAPADPADPAH@Z) referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol "int __cdecl MINMAX(int,int,int)" (?MINMAX@@YAHHHH@Z) referenced in function "int __cdecl Setup(char *)" (?Setup@@YAHPAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CEterPackManager::~CEterPackManager(void)" (??1CEterPackManager@@UAE@XZ) referenced in function "void __cdecl `bool __cdecl Main(struct HINSTANCE__ *,char *)'::`10'::`dynamic atexit destructor for 'EterPackManager''(void)" (??__FEterPackManager@?9??Main@@YA_NPAUHINSTANCE__ @@PAD@Z@YAXXZ)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CLZO::~CLZO(void)" (??1CLZO@@UAE@XZ) referenced in function "void __cdecl `bool __cdecl Main(struct HINSTANCE__ *,char *)'::`10'::`dynamic atexit destructor for 'lzo''(void)" (??__Flzo@?9??Main@@YA_NPAUHINSTANCE__@@PAD@Z@YAXX Z)
How to fix LNK2019 erros? thanks!
|
|
|
02/01/2014, 15:42
|
#348
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Okey i fixxed the errors but now, the Bin dont load the Modules like EMOTION_DANCE_6 => Error at start (Can't find attribute named EMOTION_DANCE_6). Have any one a fix for this? :P
|
|
|
02/01/2014, 15:58
|
#349
|
elite*gold: 0
Join Date: Dec 2013
Posts: 5
Received Thanks: 2
|
Quote:
Originally Posted by FlAT!K
16>GuildMarkUploader.obj : error LNK2019: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ) referenced in function "private: bool __thiscall CGuildMarkUploader::__SendSymbolPacket(void)" (?__SendSymbolPacket@CGuildMarkUploader@@AAE_NXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ)
16>PythonNetworkStreamPhaseLogin.obj : error LNK2001: unresolved external symbol "protected: bool __thiscall CNetworkStream::__SendInternalBuffer(void)" (?__SendInternalBuffer@CNetworkStream@@IAE_NXZ)
16>GuildMarkUploader.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z) referenced in function "private: bool __thiscall CGuildMarkUploader::__SendSymbolPacket(void)" (?__SendSymbolPacket@CGuildMarkUploader@@AAE_NXZ)
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>PythonNetworkStreamPhaseGameItem.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Send(int,char const *)" (?Send@CNetworkStream@@QAE_NHPBD@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol _lzo1x_decompress_safe referenced in function "public: bool __thiscall CGuildMarkImage::SaveBlockFromCompressedData(unsig ned long,char const *,unsigned long)" (?SaveBlockFromCompressedData@CGuildMarkImage@@QAE _NKPBDK@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CLZO::GetWorkMemory(void)" (?GetWorkMemory@CLZO@@QAEPADXZ) referenced in function "public: bool __thiscall CGuildMarkImage::SaveBlockFromCompressedData(unsig ned long,char const *,unsigned long)" (?SaveBlockFromCompressedData@CGuildMarkImage@@QAE _NKPBDK@Z)
16>MarkImage.obj : error LNK2019: unresolved external symbol _lzo1x_999_compress referenced in function "public: void __thiscall SGuildMarkBlock::Compress(unsigned long const *)" (?Compress@SGuildMarkBlock@@QAEXPBK@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z) referenced in function "public: bool __thiscall CAccountConnector::Connect(char const *,int,char const *,int)" (?Connect@CAccountConnector@@QAE_NPBDH0H@Z)
16>PythonNetworkStream.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(char const *,int,int)" (?Connect@CNetworkStream@@QAE_NPBDHH@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "void __cdecl ELTimer_SetServerMSec(unsigned long)" (?ELTimer_SetServerMSec@@YAXK@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHandshake(void) " (?__AuthState_RecvHandshake@CAccountConnector@@IAE _NXZ)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "void __cdecl ELTimer_SetServerMSec(unsigned long)" (?ELTimer_SetServerMSec@@YAXK@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CEterPackManager::RegisterPack(char const *,char const *,char const *)" (?RegisterPack@CEterPackManager@@QAE_NPBD00@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvPanamaPack(void )" (?__AuthState_RecvPanamaPack@CAccountConnector@@IA E_NXZ)
16>UserInterface.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CEterPackManager::RegisterPack(char const *,char const *,char const *)" (?RegisterPack@CEterPackManager@@QAE_NPBD00@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackKeys(char const *)" (?RetrieveHybridCryptPackKeys@CEterPackManager@@QA EXPBD@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHybridCryptKeys (int)" (?__AuthState_RecvHybridCryptKeys@CAccountConnecto r@@IAE_NH@Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackKeys(char const *)" (?RetrieveHybridCryptPackKeys@CEterPackManager@@QA EXPBD@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackSDB(char const *)" (?RetrieveHybridCryptPackSDB@CEterPackManager@@QAE XPBD@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvHybridCryptSDB( int)" (?__AuthState_RecvHybridCryptSDB@CAccountConnector @@IAE_NH@Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "public: void __thiscall CEterPackManager::RetrieveHybridCryptPackSDB(char const *)" (?RetrieveHybridCryptPackSDB@CEterPackManager@@QAE XPBD@Z)
16>AccountConnector.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CEterPackManager:  ecryptPackIV(unsigned long)" (?DecryptPackIV@CEterPackManager@@QAE_NK@Z) referenced in function "protected: bool __thiscall CAccountConnector::__AuthState_RecvAuthSuccess(voi d)" (?__AuthState_RecvAuthSuccess@CAccountConnector@@I AE_NXZ)
16>NetworkActorManager.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CReferenceObject::~CReferenceObject(void)" (??1CReferenceObject@@UAE@XZ) referenced in function "public: virtual __thiscall CNetworkActorManager::~CNetworkActorManager(void)" (??1CNetworkActorManager@@UAE@XZ)
16>NetworkActorManager.obj : error LNK2019: unresolved external symbol "public: __thiscall CReferenceObject::CReferenceObject(void)" (??0CReferenceObject@@QAE@XZ) referenced in function "public: __thiscall CNetworkActorManager::CNetworkActorManager(void)" (??0CNetworkActorManager@@QAE@XZ)
16>NetworkActorManager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CReferenceObject::OnConstruct(void)" (?OnConstruct@CReferenceObject@@MAEXXZ)
16>NetworkActorManager.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CReferenceObject::OnSelfDestruct(void)" (?OnSelfDestruct@CReferenceObject@@MAEXXZ)
16>ProcessCRC.obj : error LNK2019: unresolved external symbol "void __cdecl GetExcutedFileName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetExcutedFileName@@YAXAAV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "bool __cdecl GetProcessInformation(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void const * *)" (?GetProcessInformation@@YA_NAAV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@PAPBX@Z )
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "void __cdecl GetExcutedFileName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?GetExcutedFileName@@YAXAAV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::IsOnline(void)" (?IsOnline@CNetworkStream@@QAE_NXZ) referenced in function "public: void __thiscall CPythonNetworkStream::AbsoluteExitGame(void)" (?AbsoluteExitGame@CPythonNetworkStream@@QAEXXZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::IsOnline(void)" (?IsOnline@CNetworkStream@@QAE_NXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkAddress::Set(char const *,int)" (?Set@CNetworkAddress@@QAE_NPBDH@Z) referenced in function "public: void __thiscall CPythonNetworkStream::SetMarkServer(char const *,unsigned int)" (?SetMarkServer@CPythonNetworkStream@@QAEXPBDI@Z)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkAddress::Set(char const *,int)" (?Set@CNetworkAddress@@QAE_NPBDH@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(unsigned long,int,int)" (?Connect@CNetworkStream@@QAE_NKHH@Z) referenced in function "public: void __thiscall CPythonNetworkStream::ConnectGameServer(unsigned int)" (?ConnectGameServer@CPythonNetworkStream@@QAEXI@Z)
16>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CNetworkStream::Connect(unsigned long,int,int)" (?Connect@CNetworkStream@@QAE_NKHH@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkStream::ClearRecvBuffer(void)" (?ClearRecvBuffer@CNetworkStream@@QAEXXZ) referenced in function "protected: bool __thiscall CPythonNetworkStream::CheckPacket(char *)" (?CheckPacket@CPythonNetworkStream@@IAE_NPAD@Z)
16>ServerStateChecker.obj : error LNK2001: unresolved external symbol "public: void __thiscall CNetworkStream::ClearRecvBuffer(void)" (?ClearRecvBuffer@CNetworkStream@@QAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CNetworkPacketHeaderMap::Get(int,struct CNetworkPacketHeaderMap::SPacketType *)" (?Get@CNetworkPacketHeaderMap@@QAE_NHPAUSPacketTyp e@1@@Z) referenced in function "protected: bool __thiscall CPythonNetworkStream::CheckPacket(char *)" (?CheckPacket@CPythonNetworkStream@@IAE_NPAD@Z)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CNetworkPacketHeaderMap::~CNetworkPacketHeaderMap( void)" (??1CNetworkPacketHeaderMap@@UAE@XZ) referenced in function __unwindfunclet$??0CMainPacketHeaderMap@@QAE@XZ$0
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkPacketHeaderMap::Set(int,struct CNetworkPacketHeaderMap::SPacketType &)" (?Set@CNetworkPacketHeaderMap@@QAEXHAAUSPacketType @1@@Z) referenced in function "public: __thiscall CMainPacketHeaderMap::CMainPacketHeaderMap(void)" (??0CMainPacketHeaderMap@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkPacketHeaderMap::CNetworkPacketHeaderMap(v oid)" (??0CNetworkPacketHeaderMap@@QAE@XZ) referenced in function "public: __thiscall CMainPacketHeaderMap::CMainPacketHeaderMap(void)" (??0CMainPacketHeaderMap@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CNetworkStream::OnConnectSuccess(void)" (?OnConnectSuccess@CNetworkStream@@MAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkAddress::CNetworkAddress(void)" (??0CNetworkAddress@@QAE@XZ) referenced in function "public: __thiscall CPythonNetworkStream::SMarkAuth::SMarkAuth(void)" (??0SMarkAuth@CPythonNetworkStream@@QAE@XZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: __thiscall CNetworkAddress::CNetworkAddress(void)" (??0CNetworkAddress@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: __thiscall CNetworkAddress::~CNetworkAddress(void)" (??1CNetworkAddress@@QAE@XZ) referenced in function "public: __thiscall CPythonNetworkStream::SMarkAuth::~SMarkAuth(void)" (??1SMarkAuth@CPythonNetworkStream@@QAE@XZ)
16>PythonNetworkStreamModule.obj : error LNK2001: unresolved external symbol "public: __thiscall CNetworkAddress::~CNetworkAddress(void)" (??1CNetworkAddress@@QAE@XZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CReferenceObject::Release(void)" (?Release@CReferenceObject@@QAEXXZ) referenced in function "public: void __thiscall CRef<class CNetworkActorManager>::Clear(void)" (?Clear@?$CRef@VCNetworkActorManager@@@@QAEXXZ)
16>GameType.obj : error LNK2001: unresolved external symbol "public: void __thiscall CReferenceObject::Release(void)" (?Release@CReferenceObject@@QAEXXZ)
16>PythonNetworkStream.obj : error LNK2019: unresolved external symbol "public: void __thiscall CReferenceObject::AddReference(void)" (?AddReference@CReferenceObject@@QAEXXZ) referenced in function "public: void __thiscall CRef<class CNetworkActorManager>::SetPointer(class CReferenceObject *)" (?SetPointer@?$CRef@VCNetworkActorManager@@@@QAEXP AVCReferenceObject@@@Z)
16>GameType.obj : error LNK2001: unresolved external symbol "public: void __thiscall CReferenceObject::AddReference(void)" (?AddReference@CReferenceObject@@QAEXXZ)
16>PythonNetworkStreamCommand.obj : error LNK2019: unresolved external symbol "bool __cdecl PyCallClassMemberFunc(struct _object *,char const *,struct _object *,bool *)" (?PyCallClassMemberFunc@@YA_NPAU_object@@PBD0PA_N@ Z) referenced in function "public: void __thiscall CPythonNetworkStream::ServerCommand(char *)" (?ServerCommand@CPythonNetworkStream@@QAEXPAD@Z)
16>PythonNetworkStreamModule.obj : error LNK2019: unresolved external symbol "public: void __thiscall CNetworkStream::SetPacketSequenceMode(bool)" (?SetPacketSequenceMode@CNetworkStream@@QAEX_N@Z) referenced in function "struct _object * __cdecl netSetPacketSequenceMode(struct _object *,struct _object *)" (?netSetPacketSequenceMode@@YAPAU_object@@PAU1@0@Z )
16>PythonNetworkStreamPhaseGame.obj : error LNK2019: unresolved external symbol "public: void __thiscall CFlyingManager::CreateIndexedFly(unsigned long,class CActorInstance *,class CActorInstance *)" (?CreateIndexedFly@CFlyingManager@@QAEXKPAVCActorI nstance@@0@Z) referenced in function "protected: bool __thiscall CPythonNetworkStream::RecvCreateFlyPacket(void)" (?RecvCreateFlyPacket@CPythonNetworkStream@@IAE_NX Z)
16>PythonNetworkStreamPhaseHandShake.obj : error LNK2019: unresolved external symbol "public: void __thiscall CTimer::SetBaseTime(void)" (?SetBaseTime@CTimer@@QAEXXZ) referenced in function "protected: void __thiscall CPythonNetworkStream::HandShakePhase(void)" (?HandShakePhase@CPythonNetworkStream@@IAEXXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEffectManager:  eleteAllInstances(void)" (?DeleteAllInstances@CEffectManager@@QAEXXZ) referenced in function "public: void __thiscall CPythonNetworkStream::SetLoadingPhase(void)" (?SetLoadingPhase@CPythonNetworkStream@@QAEXXZ)
16>PythonNetworkStreamPhaseLoading.obj : error LNK2019: unresolved external symbol "public: void __thiscall CFlyingManager:  eleteAllInstances(void)" (?DeleteAllInstances@CFlyingManager@@QAEXXZ) referenced in function "public: void __thiscall CPythonNetworkStream::SetLoadingPhase(void)" (?SetLoadingPhase@CPythonNetworkStream@@QAEXXZ)
16>MovieMan.obj : error LNK2019: unresolved external symbol "void __cdecl GetFileExtension(char const *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?GetFileExtension@@YAXPBDHPAV?$basic_string@DU?$c har_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "private: long __thiscall CMovieMan::RenderFileToMMStream(char const *,struct IMultiMediaStream * *,struct IDirectDraw *)" (?RenderFileToMMStream@CMovieMan@@AAEJPBDPAPAUIMul tiMediaStream@@PAUIDirectDraw@@@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::RegisterRootPack(char const *)" (?RegisterRootPack@CEterPackManager@@QAEXPBD@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CSoundData::SetPackMode(void)" (?SetPackMode@CSoundData@@SAXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::SetSearchMode(bool)" (?SetSearchMode@CEterPackManager@@QAEX_N@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEterPackManager::SetCacheMode(void)" (?SetCacheMode@CEterPackManager@@QAEXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CTextFileLoader::SetCacheMode(void)" (?SetCacheMode@CTextFileLoader@@SAXXZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl LogBoxf(char const *,...)" (?LogBoxf@@YAXPBDZZ) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: int __thiscall CMappedFile::Create(char const *,void const * *,int,int)" (?Create@CMappedFile@@QAEHPBDPAPBXHH@Z) referenced in function "bool __cdecl PackInitialize(char const *)" (?PackInitialize@@YA_NPBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl base64_decode(char const *,char *)" (?base64_decode@@YAXPBDPAD@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "bool __cdecl SplitLine(char const *,char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > *)" (?SplitLine@@YA_NPBD0PAV?$vector@V?$basic_string@D U?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$al locator@V?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@@2@@std@@@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CPythonLauncher::RunLine(char const *)" (?RunLine@CPythonLauncher@@QAE_NPBD@Z) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initwndMgr(void)" (?initwndMgr@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrpText(void)" (?initgrpText@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrpImage(void)" (?initgrpImage@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initgrp(void)" (?initgrp@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl initdbg(void)" (?initdbg@@YAXXZ) referenced in function "bool __cdecl RunMainScript(class CPythonLauncher &,char const *)" (?RunMainScript@@YA_NAAVCPythonLauncher@@PBD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CPythonLauncher::~CPythonLauncher(void)" (??1CPythonLauncher@@UAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPythonLauncher::Clear(void)" (?Clear@CPythonLauncher@@QAEXXZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CPythonLauncher::Create(char const *)" (?Create@CPythonLauncher@@QAE_NPBD@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl SetExceptionSender(class IPythonExceptionSender *)" (?SetExceptionSender@@YAXPAVIPythonExceptionSender @@@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CPythonLauncher::CPythonLauncher(void)" (??0CPythonLauncher@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall CMSApplication::Initialize(struct HINSTANCE__ *)" (?Initialize@CMSApplication@@QAEXPAUHINSTANCE__@@@ Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "bool __cdecl SetDefaultCodePage(unsigned long)" (?SetDefaultCodePage@@YA_NK@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CEterPackManager::CEterPackManager(void)" (??0CEterPackManager@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: __thiscall CLZO::CLZO(void)" (??0CLZO@@QAE@XZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl OpenLogFile(bool)" (?OpenLogFile@@YAX_N@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl OpenConsoleWindow(void)" (?OpenConsoleWindow@@YAXXZ) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl SetLogLevel(unsigned int)" (?SetLogLevel@@YAXI@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "void __cdecl srandom(unsigned long)" (?srandom@@YAXK@Z) referenced in function "bool __cdecl Main(struct HINSTANCE__ *,char *)" (?Main@@YA_NPAUHINSTANCE__@@PAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol _WebBrowser_Cleanup referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol _WebBrowser_Startup referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol "char * * __cdecl CommandLineToArgv(char *,int *)" (?CommandLineToArgv@@YAPAPADPADPAH@Z) referenced in function _WinMain@16
16>UserInterface.obj : error LNK2019: unresolved external symbol "int __cdecl MINMAX(int,int,int)" (?MINMAX@@YAHHHH@Z) referenced in function "int __cdecl Setup(char *)" (?Setup@@YAHPAD@Z)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CEterPackManager::~CEterPackManager(void)" (??1CEterPackManager@@UAE@XZ) referenced in function "void __cdecl `bool __cdecl Main(struct HINSTANCE__ *,char *)'::`10'::`dynamic atexit destructor for 'EterPackManager''(void)" (??__FEterPackManager@?9??Main@@YA_NPAUHINSTANCE__ @@PAD@Z@YAXXZ)
16>UserInterface.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CLZO::~CLZO(void)" (??1CLZO@@UAE@XZ) referenced in function "void __cdecl `bool __cdecl Main(struct HINSTANCE__ *,char *)'::`10'::`dynamic atexit destructor for 'lzo''(void)" (??__Flzo@?9??Main@@YA_NPAUHINSTANCE__@@PAD@Z@YAXX Z)
How to fix LNK2019 erros? thanks!
|
what vs version?
vs 10+:
to fix the python problem you have to go to your python-2.2 / bitset.h and change the define of BYTE from const char to char?
also try to download new boost and crypto for vs 10 and compile them. then look if there are any errors that are not getting listed and download vs service pack 1 for your vs version then restart computer
i had this linker errors, too. i also changed include folder to the dev includes and deleted my python version that i downloaded before the source files. You have to look in the linker errors, mostly these problems are the types that were changed in the vs 10 compiler (if you look, you see that there are most of them const char*|BYTE problems)
|
|
|
02/01/2014, 16:52
|
#350
|
elite*gold: 0
Join Date: Dec 2010
Posts: 30
Received Thanks: 11
|
Quote:
/usr/bin/ld: cannot find -lIL
gmake: *** [../game_r_32] Error 1
|
- With novaline make file
Quote:
/usr/bin/ld: cannot find -lpng
gmake: *** [../game_r_32] Error 1
|
- With mainline make file
And i try to compile mainline game file...And devil port is installed (Sorry for my bad english)
Fixed, sorry.
|
|
|
02/01/2014, 19:15
|
#351
|
elite*gold: 0
Join Date: Aug 2009
Posts: 15
Received Thanks: 24
|
Anyone know how to fix this?
|
|
|
02/01/2014, 21:10
|
#352
|
elite*gold: 0
Join Date: May 2013
Posts: 1,266
Received Thanks: 627
|
Quote:
Originally Posted by DargonMT2
Anyone know how to fix this?
|
Whats about reading the error. It explains alot.
Cannot open 'questcategory.txt'
|
|
|
02/01/2014, 23:29
|
#353
|
elite*gold: 0
Join Date: Jan 2014
Posts: 13
Received Thanks: 1
|
Hey
That error when I try to compile game in Visual Studio
1>Linking...
1>cryptlib.lib(blowfish.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::BTEA:  ec::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Dec@BTEA@CryptoPP@@UBEXPBE0PA E@Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::BTEA::Enc::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Enc@BTEA@CryptoPP@@UBEXPBE0PA E@Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::XTEA:  ec::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Dec@XTEA@CryptoPP@@UBEXPBE0PA E@Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::XTEA::Enc::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Enc@XTEA@CryptoPP@@UBEXPBE0PA E@Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::XTEA::Base::UncheckedSetKey(unsigned char const *,unsigned int,class CryptoPP::NameValuePairs const &)" (?UncheckedSetKey@Base@XTEA@CryptoPP@@UAEXPBEIABVN ameValuePairs@3@@Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::TEA:  ec::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Dec@TEA@CryptoPP@@UBEXPBE0PAE @Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::TEA::Enc::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Enc@TEA@CryptoPP@@UBEXPBE0PAE @Z) already defined in cryptlib.lib(tea.obj)
1>cryptlib-5.6.1MT.lib(tea.obj) : error LNK2005: "public: virtual void __thiscall CryptoPP::TEA::Base::UncheckedSetKey(unsigned char const *,unsigned int,class CryptoPP::NameValuePairs const &)" (?UncheckedSetKey@Base@TEA@CryptoPP@@UAEXPBEIABVNa meValuePairs@3@@Z) already defined in cryptlib.lib(tea.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
1>LIBCMTD.lib(malloc.obj) : error LNK2005: _V6_HeapAlloc already defined in LIBCMT.lib(malloc.obj)
1>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_pHeaderDefer already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_amblksiz already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_amblksiz already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_init already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_find_block already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_free_block already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_block already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_region already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_group already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_resize_block already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heapmin already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_check already defined in LIBCMT.lib(sbheap.obj)
1>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
1>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info:  perator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
1>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>d:\czyste novaline\novaline\Srcs\Server\game\src\..\game.exe : fatal error LNK1169: one or more multiply defined symbols found
|
|
|
02/02/2014, 00:33
|
#354
|
elite*gold: 134
Join Date: Dec 2013
Posts: 135
Received Thanks: 28
|
Zeimlich komisch...
Ich habe versucht den Client zu kompilieren genauso wie den World editor....
Ich habe alle Typenfehler oder sonstige Fehler behoben....
Dann fehlte eine python22.lib... okay die hab ich rausgesucht aber jetzt kommen beim linken seeeehr viele fehler...
1. wie kann ich die beheben?
2. wie kann ich mir meine python22.lib selber bauen?
|
|
|
02/02/2014, 02:18
|
#355
|
elite*gold: 0
Join Date: Aug 2011
Posts: 14
Received Thanks: 0
|
Please help. I do not know how to fix it
1>------ Build started: Project: UserInterface, Configuration: Debug Win32 ------
1>UserInterface : warning PRJ0009 : Build log could not be opened for writing.
1>Make sure that the file is not open by another process and is not write-protected.
1>Compiling...
1>PythonNetworkStreamModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonNetworkStreamModule.cpp(678) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(706) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(712) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(736) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(765) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(821) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(825) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(871) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(953) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1222) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1254) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1303) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>Locale.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>MarkImage.cpp
1>.\MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>PythonApplicationProcedure.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationLogo.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonApplicationLogo.cpp(122) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonApplicationLogo.cpp(126) : warning C4309: '=' : truncation of constant value
1>.\PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonApplicationLogo.cpp(170) : warning C4309: '=' : truncation of constant value
1>PythonApplicationEvent.cpp
1>.\PythonApplicationEvent.cpp(1) : fatal error C1083: Cannot open compiler generated file: '.\Debug\PythonApplicationEvent.sbr': Permission denied
1>PythonApplicationCursor.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationCamera.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplication.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>ProcessScanner.cpp
1>PythonPackModule.cpp
1>PythonTextTailModule.cpp
1>PythonTextTail.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonShop.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonShop.cpp(31) : warning C4309: 'return' : truncation of constant value
1>.\PythonShop.cpp(330) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(348) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(360) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(387) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(396) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>PythonSafeBox.cpp
1>PythonMiniMapModule.cpp
1>PythonMiniMap.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonMessenger.cpp
1>PythonGuild.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>Generating Code...
1>Compiling...
1>PythonFlyModule.cpp
1>PythonExchangeModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonExchange.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonChatModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonChat.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonSkill.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonQuest.cpp
1>PythonPlayerSkill.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonPlayerModule.cpp(770) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(774) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(812) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(842) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(873) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(900) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(912) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(919) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(958) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(991) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1021) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1083) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1294) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1340) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1393) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1456) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1531) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1616) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1673) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1713) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1976) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(2017) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(2130) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(2152) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>PythonPlayerInputMouse.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerInputKeyboard.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerInput.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerEventHandler.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayer.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonNonPlayerModule.cpp
1>PythonNonPlayer.cpp
1>PythonItemModule.cpp
1>PythonItem.cpp
1>PythonGameEventManagerModule.cpp
1>PythonEventManagerMoudle.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>Generating Code...
1>Compiling...
1>PythonEventManager.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonEffectModule.cpp
1>PythonCharacterModule.cpp
1>PythonCharacterManagerModule.cpp
1>PythonCharacterManager.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonBackgroundModule.cpp
1>PythonBackground.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>CameraProcedure.cpp
1>InstanceBaseTransform.cpp
1>InstanceBaseMovement.cpp
1>InstanceBaseMotion.cpp
1>InstanceBaseEvent.cpp
1>InstanceBaseEffect.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>InstanceBaseBattle.cpp
1>InstanceBase.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\InstanceBase.cpp(2854) : warning C4309: 'initializing' : truncation of constant value
1>.\InstanceBase.cpp(2855) : warning C4309: 'initializing' : truncation of constant value
1>AffectFlagContainer.cpp
1>.\AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
1>Generating Code...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\Debug\PythonApplicationEvent.sbr': Permission denied
1>Build log was saved at "file://d:\Source kody\novaline\Srcs\Client\UserInterface\Debug\Buil dLog.htm"
1>UserInterface - 48 error(s), 126 warning(s)
|
|
|
02/02/2014, 11:39
|
#356
|
elite*gold: 0
Join Date: Dec 2010
Posts: 30
Received Thanks: 11
|
Quote:
Originally Posted by PajzlnatorCZ
Please help. I do not know how to fix it
1>------ Build started: Project: UserInterface, Configuration: Debug Win32 ------
1>UserInterface : warning PRJ0009 : Build log could not be opened for writing.
1>Make sure that the file is not open by another process and is not write-protected.
1>Compiling...
1>PythonNetworkStreamModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonNetworkStreamModule.cpp(678) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(706) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(712) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(736) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(765) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(821) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(825) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(871) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonNetworkStreamModule.cpp(953) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1222) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1254) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonNetworkStreamModule.cpp(1303) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>Locale.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>MarkImage.cpp
1>.\MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>PythonApplicationProcedure.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationLogo.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonApplicationLogo.cpp(122) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonApplicationLogo.cpp(126) : warning C4309: '=' : truncation of constant value
1>.\PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonApplicationLogo.cpp(170) : warning C4309: '=' : truncation of constant value
1>PythonApplicationEvent.cpp
1>.\PythonApplicationEvent.cpp(1) : fatal error C1083: Cannot open compiler generated file: '.\Debug\PythonApplicationEvent.sbr': Permission denied
1>PythonApplicationCursor.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplicationCamera.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonApplication.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>ProcessScanner.cpp
1>PythonPackModule.cpp
1>PythonTextTailModule.cpp
1>PythonTextTail.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonShop.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonShop.cpp(31) : warning C4309: 'return' : truncation of constant value
1>.\PythonShop.cpp(330) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(348) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(360) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(387) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonShop.cpp(396) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>PythonSafeBox.cpp
1>PythonMiniMapModule.cpp
1>PythonMiniMap.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonMessenger.cpp
1>PythonGuild.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>Generating Code...
1>Compiling...
1>PythonFlyModule.cpp
1>PythonExchangeModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonExchange.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonChatModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonChat.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonSkill.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonQuest.cpp
1>PythonPlayerSkill.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerModule.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\PythonPlayerModule.cpp(770) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(774) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(812) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(842) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(873) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(900) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(912) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(919) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(958) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(991) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1021) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1083) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(1294) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1340) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1393) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1456) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1531) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1616) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1673) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1713) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(1976) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(2017) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
1> d:\source kody\novaline\srcs\client\scriptlib\PythonUtils.h( 8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
1> while trying to match the argument list '(PyObject *, int, char *)'
1>.\PythonPlayerModule.cpp(2130) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\PythonPlayerModule.cpp(2152) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>PythonPlayerInputMouse.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerInputKeyboard.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerInput.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayerEventHandler.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonPlayer.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonNonPlayerModule.cpp
1>PythonNonPlayer.cpp
1>PythonItemModule.cpp
1>PythonItem.cpp
1>PythonGameEventManagerModule.cpp
1>PythonEventManagerMoudle.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>Generating Code...
1>Compiling...
1>PythonEventManager.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonEffectModule.cpp
1>PythonCharacterModule.cpp
1>PythonCharacterManagerModule.cpp
1>PythonCharacterManager.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>PythonBackgroundModule.cpp
1>PythonBackground.cpp
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>CameraProcedure.cpp
1>InstanceBaseTransform.cpp
1>InstanceBaseMovement.cpp
1>InstanceBaseMotion.cpp
1>InstanceBaseEvent.cpp
1>InstanceBaseEffect.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>InstanceBaseBattle.cpp
1>InstanceBase.cpp
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 792) : warning C4309: 'initializing' : truncation of constant value
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4305: 'initializing' : truncation from '' to 'char'
1>d:\source kody\novaline\srcs\client\userinterface\Packet.h(2 801) : warning C4309: 'initializing' : truncation of constant value
1>.\InstanceBase.cpp(2854) : warning C4309: 'initializing' : truncation of constant value
1>.\InstanceBase.cpp(2855) : warning C4309: 'initializing' : truncation of constant value
1>AffectFlagContainer.cpp
1>.\AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
1>Generating Code...
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\Debug\PythonApplicationEvent.sbr': Permission denied
1>Build log was saved at "file://d:\Source kody\novaline\Srcs\Client\UserInterface\Debug\Buil dLog.htm"
1>UserInterface - 48 error(s), 126 warning(s)
|
Use Visual Studio 2012 with v90 platform, and fix these errors:
First: Open PythonGraphic.cpp and go to 169 line and modify it like this:
return jpeg_save((LPBYTE)pbyBuffer, uWidth, uHeight, 85, pszFileName) != 0;
Second: Open bitset.h and edit byte definition from char to unsigned char
And build it.  (Sorry for my bad english!)
|
|
|
02/02/2014, 12:04
|
#357
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
I have a Problem with my Bin. The Bin dont load any Module like "EMOTION_DANCE_6". Have someone a fix for this?
Sry for bad english.
|
|
|
02/02/2014, 12:30
|
#358
|
elite*gold: 0
Join Date: Nov 2010
Posts: 43
Received Thanks: 10
|
Quote:
Originally Posted by .Captor
I have a Problem with my Bin. The Bin dont load any Module like "EMOTION_DANCE_6". Have someone a fix for this?
Sry for bad english. 
|
Which brach do you use?
|
|
|
02/02/2014, 12:33
|
#359
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Quote:
Originally Posted by aok96boom
Which brach do you use?
|
mainline_released (sg)
|
|
|
02/02/2014, 13:05
|
#360
|
elite*gold: 0
Join Date: Nov 2010
Posts: 43
Received Thanks: 10
|
open the file PythonPlayerModule.cpp and check if the modules you need are there
|
|
|
Similar Threads
|
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers,
So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...
|
All times are GMT +1. The time now is 07:41.
|
|