[C++/Python]12 Inventar Seiten FEHLER :(

08/29/2015 21:04 thespeedyy#1
habe diesen fehler:
PHP Code:
compile char_item.cpp
compile char_manager
.cpp
In file included from char_item
.cpp:47:
belt_inventory_helper.hIn static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRefineLevel(int)':
belt_inventory_helper.h:28warningcomparison between signed and unsigned integer expressions
char_item
.cppAt global scope:
char_item.cpp:455errorprototype for 'CItem* CHARACTER::GetWear(BYTE) const' does not match any in class 'CHARACTER'
char.h:1062errorcandidate isCItemCHARACTER::GetWear(UINT) const
char_item.cpp:467errorprototype for 'void CHARACTER::SetWear(BYTE, CItem*)' does not match any in class 'CHARACTER'
char.h:1061errorcandidate isvoid CHARACTER::SetWear(UINTCItem*)
char_item.cppIn member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:534errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:544warningcomparison between signed and unsigned integer expressions
char_item
.cpp:559warningcomparison between signed and unsigned integer expressions
char_item
.cpp:578warningcomparison between signed and unsigned integer expressions
char_item
.cpp:608warningcomparison between signed and unsigned integer expressions
char_item
.cpp:640warningcomparison is always false due to limited range of data type
char_item
.cpp:666warningcomparison is always false due to limited range of data type
char_item
.cppAt global scope:
char_item.cpp:1260errorprototype for 'bool CHARACTER::RefineInformation(BYTE, BYTE, int)' does not match any in class 'CHARACTER'
char.h:1102errorcandidate isbool CHARACTER::RefineInformation(UINTBYTEint)
char_item.cppIn member function 'bool CHARACTER::RefineItem(CItem*, CItem*)':
char_item.cpp:1370errorcall of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char
.h:1102notecandidates arebool CHARACTER::RefineInformation(UINTBYTEint)
char_item.cpp:1260note:                 bool CHARACTER::RefineInformation(BYTEBYTEint)
char_item.cpp:1373errorcall of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char
.h:1102notecandidates arebool CHARACTER::RefineInformation(UINTBYTEint)
char_item.cpp:1260note:                 bool CHARACTER::RefineInformation(BYTEBYTEint)
char_item.cpp:1377errorcall of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char
.h:1102notecandidates arebool CHARACTER::RefineInformation(UINTBYTEint)
char_item.cpp:1260note:                 bool CHARACTER::RefineInformation(BYTEBYTEint)
char_item.cpp:1382errorcall of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char
.h:1102notecandidates arebool CHARACTER::RefineInformation(UINTBYTEint)
char_item.cpp:1260note:                 bool CHARACTER::RefineInformation(BYTEBYTEint)
char_item.cppIn member function 'bool CHARACTER::UseItemEx(CItem*, TItemPos)':
char_item.cpp:2387warningformat '%d' expects type 'int'but argument 6 has type 'long int'
char_item.cpp:2391warningformat '%d' expects type 'int'but argument 6 has type 'long int'
char_item.cpp:2403warningformat '%d' expects type 'int'but argument 5 has type 'long int'
char_item.cpp:2407warningformat '%d' expects type 'int'but argument 5 has type 'long int'
char_item.cpp:2434warningformat '%d' expects type 'int'but argument 6 has type 'long int'
char_item.cpp:2442warningformat '%d' expects type 'int'but argument 5 has type 'long int'
char_item.cpp:3620warningsuggest parentheses around && within ||
char_item.cpp:3644warningsuggest parentheses around && within ||
char_item.cpp:4869errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:5098warningcomparison between signed and unsigned integer expressions
char_item
.cppIn member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)':
char_item.cpp:5316warningsuggest parentheses around comparison in operand of |
char_item.cpp:5170warningunused variable 'wDestCell'
char_item.cpp:5171warningunused variable 'bDestInven'
char_item.cppAt global scope:
char_item.cpp:5953errorprototype for 'bool CHARACTER::SwapItem(BYTE, BYTE)' does not match any in class 'CHARACTER'
char.h:1124errorcandidate isbool CHARACTER::SwapItem(UINTBYTE)
char_item.cppIn member function 'bool CHARACTER::EquipItem(CItem*, int)':
char_item.cpp:6143errorcall of overloaded 'GetWear(int&)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:6143errorcall of overloaded 'GetWear(int&)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:6149errorcall of overloaded 'SwapItem(WORD, int)' is ambiguous
char
.h:1124notecandidates arebool CHARACTER::SwapItem(UINTBYTE)
char_item.cpp:5953note:                 bool CHARACTER::SwapItem(BYTEBYTE)
char_item.cpp:6174warning: array subscript has type 'char'
char_item.cppIn member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(CItem*)':
char_item.cpp:6238warningcomparison between signed and unsigned integer expressions
char_item
.cppIn member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(CItem*)':
char_item.cpp:6250warningcomparison between signed and unsigned integer expressions
char_item
.cppIn member function 'bool CHARACTER::IsEquipUniqueItem(DWORD) const':
char_item.cpp:6936errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:6943errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cppIn member function 'bool CHARACTER::IsEquipUniqueGroup(DWORD) const':
char_item.cpp:6960errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:6967errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cppIn member function 'bool CHARACTER::UnEquipSpecialRideUniqueItem()':
char_item.cpp:7267errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:7268errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cppIn member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&)':
char_item.cpp:7511errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:7511errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:7512errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:7512errorcall of overloaded 'GetWear(EWearPositions)' is ambiguous
char
.h:1062notecandidates areCItemCHARACTER::GetWear(UINT) const
char_item.cpp:455note:                 CItemCHARACTER::GetWear(BYTE) const
char_item.cpp:7436warningunused variable 'itemType'
char_item.cpp:7437warningunused variable 'itemSubType'
../../../Extern/include/cryptopp/cryptlib.hIn member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../
Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264warningdereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.hIn member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../
Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264warningdereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.hIn member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../
Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264warningdereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.hIn member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../
Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264warningdereferencing type-punned pointer will break strict-aliasing rules
Makefile
:119recipe for target 'OBJDIR/char_item.o' failed
gmake
: *** [OBJDIR/char_item.oError 1
gmake
: *** Waiting for unfinished jobs.... 
08/30/2015 20:19 .Ƥcу#2
Habs dir eben Gemacht, sollte jetzt kein Fehler mehr kommen.

Download : [Only registered and activated users can see links. Click Here To Register...]