Ir para conteúdo

HSinhori

Membro
  • Registro em

  • Última visita

Tudo que HSinhori postou

  1. não aconteceu nada
  2. Estou tendo um problema nesse script, ele não faz o que era pra ser feito, alguém pode me ajudar? eu uso tfs 0.4 no caso o script faria o seguinte, tem uma lista de ids, e cada id recebe um valor "2523 = 1",e tem uma variavel "soma" que recebe a soma dos valores mas só quando o item esta sendo usado e retorna essa valor como addon <movevent type="Equip" itemid="2523" slot="shield" event="script" value="addon.lua"/> <movevent type="DeEquip" itemid="2523" slot="shield" event="script" value="addon.lua"/> <movevent type="Equip" itemid="2195" slot="feet" event="script" value="addon.lua"/> <movevent type="DeEquip" itemid="2195" slot="feet" event="script" value="addon.lua"/> function onEquip(cid, item, slot) local tabVal = { [2523] = 1, [2195] = 2 } local soma = 0 for k, v in pairs(tabVal) do for slot = 1, 10 do if getPlayerSlotItem(cid, slot).itemid == k then soma = soma + v doPlayerAddOutfit(cid, 128, soma) end end end return true end function onDeEquip(cid, item, slot) local tabVal = { [2523] = 1, [2195] = 2 } local soma = 0 for k, v in pairs(tabVal) do for slot = 1, 10 do if getPlayerSlotItem(cid, slot).itemid == k then soma = soma + v doPlayerAddOutfit(cid, 128, soma) end end end return true end
  3. Gostaria se alguém pudesse, fazer um script que nele haveriam varios ids de items, e cada item receberia um valor, ex: item 2523 = 1, item 2195 = 2, item 2160 = 3; e com uma variável (soma) que somasse esses 1, 2 e 3, mas só se o item estivesse no slot do inventario (legs/ armor / boots) e então o recebe-se a msg tipo doPlayerSendTextMessage(cid, 20, "Valor igual a " . soma . ".")
  4. eu uso o qt 4.8.0 >> https://download.qt.io/archive/qt/4.8/4.8.0/ <<e ao tentar compilar essas sources >> https://mega.nz/#!LNV0nJQI!XqaqVsq_wFsXDGZWCeQjH-DM51L0JlJmi0BF8VM39uc << (instalador do visual studio 2008 está junto) no visual studio 2008 express, tive esses erros, alguém poderia me ajudar? 1>------ Build started: Project: TibiaEditor, Configuration: Debug Win32 ------ 1>Rcc'ing tibiaeditor.qrc... 1>Moc'ing userthread.h... 1>Moc'ing tibiahandler.h... 1>Moc'ing tibiafile.h... 1>Moc'ing tibiaeditor.h... 1>Moc'ing spriteview.h... 1>Moc'ing spritemodel.h... 1>Moc'ing spritefile.h... 1>Moc'ing resourcehandler.h... 1>Moc'ing resourcefile.h... 1>Moc'ing picturefile.h... 1>Moc'ing outputwidget.h... 1>Moc'ing libraryfile.h... 1>Moc'ing itemspritemodel.h... 1>Moc'ing itemsearch.h... 1>Moc'ing itemmodel.h... 1>Moc'ing itemimage.h... 1>Moc'ing itemfile.h... 1>Moc'ing itemeditor.h... 1>Moc'ing itemattributes.h... 1>Moc'ing itemattributeeditor.h... 1>Moc'ing importthread.h... 1>Moc'ing importhandler.h... 1>Moc'ing hexdoublespinbox.h... 1>Moc'ing formathandler.h... 1>Moc'ing fileinformation.h... 1>Moc'ing externalfile.h... 1>Moc'ing exportthread.h... 1>Moc'ing exporthandler.h... 1>Moc'ing chasewidget.h... 1>UIC tibiaeditor.ui 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\itemsearch.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\itemeditor.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\itemattributes.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\itemattributeeditor.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\importhandler.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\fileinformation.ui... 1>Uic'ing c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\exporthandler.ui... 1>Compiling... 1>qrc_tibiaeditor.cpp 1>moc_userthread.cpp 1>moc_tibiahandler.cpp 1>moc_tibiafile.cpp 1>moc_tibiaeditor.cpp 1>moc_spriteview.cpp 1>moc_spritemodel.cpp 1>moc_spritefile.cpp 1>moc_resourcehandler.cpp 1>moc_resourcefile.cpp 1>moc_picturefile.cpp 1>moc_outputwidget.cpp 1>moc_libraryfile.cpp 1>moc_itemspritemodel.cpp 1>moc_itemsearch.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(28) : error C2146: syntax error : missing ';' before identifier 'itemSelection' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(28) : warning C4183: 'itemSelection': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(30) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(31) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(37) : error C2146: syntax error : missing ';' before identifier 'results' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(39) : error C2039: 'ItemSearchClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(39) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemsearch.h(42) : error C2143: syntax error : missing ',' before '&' 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(61) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(61) : error C2061: syntax error : identifier 'ItemList' 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(112) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(112) : error C2143: syntax error : missing ',' before '&' 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(114) : error C2065: '_t1' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(114) : error C2065: '_t2' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(114) : error C2065: '_t3' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemsearch.cpp(114) : error C2065: '_t4' : undeclared identifier 1>moc_itemmodel.cpp 1>moc_itemimage.cpp 1>moc_itemfile.cpp 1>moc_itemeditor.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : warning C4183: 'getWidth': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : warning C4183: 'getHeight': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : warning C4183: 'getCropsize': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : warning C4183: 'getLayers': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : warning C4183: 'getXDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : warning C4183: 'getYDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : warning C4183: 'getZDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : warning C4183: 'getAnimations': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(44) : error C2039: 'ItemEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(44) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(80) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(80) : error C2236: unexpected 'class' 'CommandSetItemProperties'. Did you forget a ';'? 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(23) : error C2227: left of '->viewAttributeWidth' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(24) : error C2227: left of '->viewAttributeHeight' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(25) : error C2227: left of '->viewAttributeCropsize' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(26) : error C2227: left of '->viewAttributeLayers' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(27) : error C2227: left of '->viewAttributeXDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(28) : error C2227: left of '->viewAttributeYDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(29) : error C2227: left of '->viewAttributeZDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(30) : error C2227: left of '->viewAttributeAnimations' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(31) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(31) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(81) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(82) : error C2059: syntax error : '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(82) : error C2143: syntax error : missing ';' before '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemeditor.h(82) : error C2059: syntax error : '}' 1>moc_itemattributes.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(57) : error C2039: 'ItemAttributesClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(57) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(39) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(39) : error C2227: left of '->valueArea' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributes.h(39) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>Generating Code... 1>Compiling... 1>moc_itemattributeeditor.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(24) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(25) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(26) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(27) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(29) : error C2061: syntax error : identifier 'TibiaItem' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(32) : error C2146: syntax error : missing ';' before identifier 'items' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(33) : error C2146: syntax error : missing ';' before identifier 'outfits' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(34) : error C2146: syntax error : missing ';' before identifier 'effects' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(35) : error C2146: syntax error : missing ';' before identifier 'projectiles' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(37) : error C2039: 'ItemAttributeEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(37) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../itemattributeeditor.h(40) : error C2061: syntax error : identifier 'ItemFile' 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(58) : error C2061: syntax error : identifier 'ItemFile' 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2065: 'ItemFile' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2065: '_t1' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2065: 'TibiaItem' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2065: '_t2' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2065: 'PropertyList' : undeclared identifier 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2146: syntax error : missing ')' before identifier '_t3' 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2761: 'void ItemAttributeEditor::changeItem(void)' : member function redeclaration not allowed 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(107) : error C2059: syntax error : ')' 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(108) : error C2143: syntax error : missing ';' before '{' 1>.\GeneratedFiles\Debug\moc_itemattributeeditor.cpp(108) : error C2447: '{' : missing function header (old-style formal list?) 1>moc_importthread.cpp 1>moc_importhandler.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../importhandler.h(76) : error C2039: 'ImportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../importhandler.h(76) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>moc_hexdoublespinbox.cpp 1>moc_formathandler.cpp 1>moc_fileinformation.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../fileinformation.h(26) : error C2039: 'FileInformationClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../fileinformation.h(26) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>moc_externalfile.cpp 1>moc_exportthread.cpp 1>moc_exporthandler.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../exporthandler.h(70) : error C2039: 'ExportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../exporthandler.h(70) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\generatedfiles\debug\../../exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>moc_chasewidget.cpp 1>userthread.cpp 1>undoframework.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C2039: 'ItemAttributesClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2227: left of '->valueArea' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_itemeditor.h(23) : error C2011: 'Ui_widget' : 'class' type redefinition 1> c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_itemattributes.h(23) : see declaration of 'Ui_widget' 1>c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_itemeditor.h(45) : error C2011: 'Ui::widget' : 'class' type redefinition 1> c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_itemattributes.h(45) : see declaration of 'Ui::widget' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2039: 'ItemEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2236: unexpected 'class' 'CommandSetItemProperties'. Did you forget a ';'? 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2227: left of '->viewAttributeWidth' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2227: left of '->viewAttributeHeight' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2227: left of '->viewAttributeCropsize' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2227: left of '->viewAttributeLayers' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2227: left of '->viewAttributeXDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2227: left of '->viewAttributeYDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2227: left of '->viewAttributeZDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2227: left of '->viewAttributeAnimations' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(81) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2143: syntax error : missing ';' before '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>tibiasprite.cpp 1>tibiaresource.cpp 1>tibiaitem.cpp 1>tibiahandler.cpp 1>tibiafile.cpp 1>tibiaeditor.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C2039: 'FileInformationClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_importhandler.h(23) : error C2011: 'Ui_widget' : 'class' type redefinition 1> c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_fileinformation.h(23) : see declaration of 'Ui_widget' 1>c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_importhandler.h(45) : error C2011: 'Ui::widget' : 'class' type redefinition 1> c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\GeneratedFiles\ui_fileinformation.h(45) : see declaration of 'Ui::widget' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C2039: 'ImportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C2039: 'ExportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C2039: 'ItemSearchClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C2039: 'ItemAttributeEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2039: 'ItemEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2236: unexpected 'class' 'CommandSetItemProperties'. Did you forget a ';'? 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2227: left of '->viewAttributeWidth' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2227: left of '->viewAttributeHeight' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2227: left of '->viewAttributeCropsize' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2227: left of '->viewAttributeLayers' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2227: left of '->viewAttributeXDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2227: left of '->viewAttributeYDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2227: left of '->viewAttributeZDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2227: left of '->viewAttributeAnimations' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(81) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2143: syntax error : missing ';' before '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>spriteview.cpp 1>spritemodel.cpp 1>Generating Code... 1>Compiling... 1>spritefile.cpp 1>resourcehandler.cpp 1>resourcefile.cpp 1>picturefile.cpp 1>outputwidget.cpp 1>.\outputwidget.cpp(26) : warning C4100: 'line' : unreferenced formal parameter 1>main.cpp 1>libraryfile.cpp 1>itemspritemodel.cpp 1>itemsearch.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : error C2146: syntax error : missing ';' before identifier 'itemSelection' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : warning C4183: 'itemSelection': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(30) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(31) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(37) : error C2146: syntax error : missing ';' before identifier 'results' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C2039: 'ItemSearchClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(42) : error C2143: syntax error : missing ',' before '&' 1>.\itemsearch.cpp(21) : error C2039: 'ItemSearchClass' : is not a member of 'Ui' 1>.\itemsearch.cpp(21) : error C2061: syntax error : identifier 'ItemSearchClass' 1>.\itemsearch.cpp(22) : error C2614: 'ItemSearch' : illegal member initialization: 'ui' is not a base or member 1>.\itemsearch.cpp(23) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(23) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(24) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(24) : error C2227: left of '->checkFilters' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(24) : error C2227: left of '->setChecked' must point to class/struct/union/generic type 1>.\itemsearch.cpp(25) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(25) : error C2227: left of '->checkCombinations' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(25) : error C2227: left of '->setChecked' must point to class/struct/union/generic type 1>.\itemsearch.cpp(28) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(28) : error C2227: left of '->itemView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(28) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\itemsearch.cpp(34) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(34) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(34) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemsearch.cpp(37) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(37) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(37) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemsearch.cpp(50) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(50) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\itemsearch.cpp(72) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(72) : error C2227: left of '->checkAdvanced' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(72) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemsearch.cpp(72) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(72) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(72) : error C2227: left of '->showValues' must point to class/struct/union/generic type 1>.\itemsearch.cpp(72) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(72) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(72) : error C2227: left of '->showValues' must point to class/struct/union/generic type 1>.\itemsearch.cpp(77) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(77) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(77) : error C2227: left of '->itemData' must point to class/struct/union/generic type 1>.\itemsearch.cpp(77) : error C2228: left of '.toInt' must have class/struct/union 1>.\itemsearch.cpp(80) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(80) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(80) : error C2227: left of '->setFormat' must point to class/struct/union/generic type 1>.\itemsearch.cpp(145) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(145) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(145) : error C2227: left of '->getHeaders' must point to class/struct/union/generic type 1>.\itemsearch.cpp(148) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(148) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(148) : error C2227: left of '->getAttributes' must point to class/struct/union/generic type 1>.\itemsearch.cpp(153) : error C2065: 'results' : undeclared identifier 1>.\itemsearch.cpp(153) : error C2228: left of '.clear' must have class/struct/union 1> type is ''unknown-type'' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(Param1,Param2,Param3,Param4,Param5) const,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 7 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(334) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(Param1,Param2,Param3,Param4) const,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(329) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2784: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(Param1,Param2,Param3) const,const Arg1 &,const Arg2 &,const Arg3 &)' : could not deduce template argument for 'T (__thiscall Class::* )(Param1,Param2,Param3) const' from 'void (__thiscall ItemSearch::* )(const int)' 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(324) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(Param1,Param2) const,const Arg1 &,const Arg2 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(319) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(Param1) const,const Arg1 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(314) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class *,T (__thiscall Class::* )(void) const)' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(309) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(Param1,Param2,Param3,Param4,Param5),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 7 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(303) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(Param1,Param2,Param3,Param4),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(298) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2784: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(Param1,Param2,Param3),const Arg1 &,const Arg2 &,const Arg3 &)' : could not deduce template argument for 'T (__thiscall Class::* )(Param1,Param2,Param3)' from 'void (__thiscall ItemSearch::* )(const int)' 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(293) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(Param1,Param2),const Arg1 &,const Arg2 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(288) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(Param1),const Arg1 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(283) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(Class *,T (__thiscall Class::* )(void))' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(278) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3,Param4,Param5) const,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 7 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(272) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3,Param4) const,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(267) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2782: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3) const,const Arg1 &,const Arg2 &,const Arg3 &)' : template parameter 'Class' is ambiguous 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(262) : see declaration of 'QtConcurrent::run' 1> could be 'ItemSearch' 1> or 'ItemSearch *' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2) const,const Arg1 &,const Arg2 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(257) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1) const,const Arg1 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(252) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(void) const)' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(247) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3,Param4,Param5),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 7 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(241) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3,Param4),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(236) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2782: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2,Param3),const Arg1 &,const Arg2 &,const Arg3 &)' : template parameter 'Class' is ambiguous 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(231) : see declaration of 'QtConcurrent::run' 1> could be 'ItemSearch' 1> or 'ItemSearch *' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1,Param2),const Arg1 &,const Arg2 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(226) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(Param1),const Arg1 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(221) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(const Class &,T (__thiscall Class::* )(void))' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(216) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(210) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2893: Failed to specialize function template 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' 1> With the following template arguments: 1> 'ItemSearch' 1> 'void (__thiscall ItemSearch::* )(int)' 1> 'HeaderList' 1> 'PropertyList' 1> 'ItemFile *' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *,const Arg1 &,const Arg2 &,const Arg3 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(200) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *,const Arg1 &,const Arg2 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(195) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *,const Arg1 &)' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(190) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject *)' : expects 1 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(185) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(179) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2893: Failed to specialize function template 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject,const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' 1> With the following template arguments: 1> 'ItemSearch *' 1> 'void (__thiscall ItemSearch::* )(int)' 1> 'HeaderList' 1> 'PropertyList' 1> 'ItemFile *' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject,const Arg1 &,const Arg2 &,const Arg3 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(169) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject,const Arg1 &,const Arg2 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(164) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject,const Arg1 &)' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(159) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<FunctionObject::result_type> QtConcurrent::run(FunctionObject)' : expects 1 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(154) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(Param1,Param2,Param3,Param4,Param5),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &,const Arg5 &)' : expects 6 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(97) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2784: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(Param1,Param2,Param3,Param4),const Arg1 &,const Arg2 &,const Arg3 &,const Arg4 &)' : could not deduce template argument for 'T (__cdecl *)(Param1,Param2,Param3,Param4)' from 'ItemSearch *const ' 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(92) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(Param1,Param2,Param3),const Arg1 &,const Arg2 &,const Arg3 &)' : expects 4 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(87) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(Param1,Param2),const Arg1 &,const Arg2 &)' : expects 3 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(82) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(Param1),const Arg1 &)' : expects 2 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(77) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(154) : error C2780: 'QFuture<T> QtConcurrent::run(T (__cdecl *)(void))' : expects 1 arguments - 5 provided 1> c:\qt\4.8.0\include\qtcore\../../src/corelib/concurrent/qtconcurrentrun.h(72) : see declaration of 'QtConcurrent::run' 1>.\itemsearch.cpp(162) : error C2065: 'ui' : undeclared identifier 1>.\itemsearch.cpp(162) : error C2227: left of '->itemView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemsearch.cpp(162) : error C2227: left of '->selectionModel' must point to class/struct/union/generic type 1>.\itemsearch.cpp(185) : error C2660: 'ItemSearch::selectItems' : function does not take 4 arguments 1>.\itemsearch.cpp(190) : error C2556: 'ItemList ItemSearch::itemSelection(QItemSelectionModel *)' : overloaded function differs only by return type from 'int ItemSearch::itemSelection(QItemSelectionModel *)' 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : see declaration of 'ItemSearch::itemSelection' 1>.\itemsearch.cpp(190) : error C2371: 'ItemSearch::itemSelection' : redefinition; different basic types 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemsearch.h(28) : see declaration of 'ItemSearch::itemSelection' 1>.\itemsearch.cpp(190) : fatal error C1003: error count exceeds 100; stopping compilation 1>itemmodel.cpp 1>itemimage.cpp 1>itemfile.cpp 1>itemeditor.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : warning C4183: 'getWidth': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : warning C4183: 'getHeight': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : warning C4183: 'getCropsize': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : warning C4183: 'getLayers': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : warning C4183: 'getXDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : warning C4183: 'getYDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : warning C4183: 'getZDiv': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : warning C4183: 'getAnimations': missing return type; assumed to be a member function returning 'int' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2039: 'ItemEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(44) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(80) : error C2236: unexpected 'class' 'CommandSetItemProperties'. Did you forget a ';'? 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(23) : error C2227: left of '->viewAttributeWidth' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(24) : error C2227: left of '->viewAttributeHeight' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(25) : error C2227: left of '->viewAttributeCropsize' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(26) : error C2227: left of '->viewAttributeLayers' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(27) : error C2227: left of '->viewAttributeXDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(28) : error C2227: left of '->viewAttributeYDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(29) : error C2227: left of '->viewAttributeZDiv' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(30) : error C2227: left of '->viewAttributeAnimations' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(31) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(81) : error C2255: 'friend' : not allowed outside of a class definition 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2143: syntax error : missing ';' before '}' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemeditor.h(82) : error C2059: syntax error : '}' 1>.\itemeditor.cpp(16) : error C2039: 'ItemEditorClass' : is not a member of 'Ui' 1>.\itemeditor.cpp(16) : error C2061: syntax error : identifier 'ItemEditorClass' 1>.\itemeditor.cpp(17) : error C2614: 'ItemEditor' : illegal member initialization: 'ui' is not a base or member 1>.\itemeditor.cpp(22) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(22) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(23) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(23) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(23) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(23) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(23) : error C2227: left of '->viewDirectionE' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(24) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(24) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(24) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(24) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(24) : error C2227: left of '->viewDirectionN' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(25) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(25) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(25) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(25) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(25) : error C2227: left of '->viewDirectionNE' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(26) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(26) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(26) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(26) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(26) : error C2227: left of '->viewDirectionNW' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(27) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(27) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(27) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(27) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(27) : error C2227: left of '->viewDirectionS' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(28) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(28) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(28) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(28) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(28) : error C2227: left of '->viewDirectionSE' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(29) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(29) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(29) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(29) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(29) : error C2227: left of '->viewDirectionSW' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(30) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(30) : error C2227: left of '->buttonLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(30) : error C2227: left of '->setAlignment' must point to class/struct/union/generic type 1>.\itemeditor.cpp(30) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(30) : error C2227: left of '->viewDirectionW' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(40) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(40) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(40) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemeditor.cpp(43) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(43) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(43) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemeditor.cpp(45) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(45) : error C2227: left of '->viewImage' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(46) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(46) : error C2227: left of '->viewShowNumbers' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(46) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(46) : error C2227: left of '->viewImage' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(47) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(47) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(51) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(51) : error C2227: left of '->viewImage' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(51) : error C2227: left of '->setMimeDropType' must point to class/struct/union/generic type 1>.\itemeditor.cpp(52) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(52) : error C2227: left of '->viewImage' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemeditor.cpp(52) : error C2227: left of '->setImage' must point to class/struct/union/generic type 1>.\itemeditor.cpp(53) : error C2065: 'ui' : undeclared identifier 1>.\itemeditor.cpp(53) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1>.\itemeditor.cpp(53) : fatal error C1003: error count exceeds 100; stopping compilation 1>itemattributes.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C2039: 'ItemAttributesClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(57) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2065: 'ui' : undeclared identifier 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2227: left of '->valueArea' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributes.h(39) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>.\itemattributes.cpp(19) : error C2039: 'ItemAttributesClass' : is not a member of 'Ui' 1>.\itemattributes.cpp(19) : error C2061: syntax error : identifier 'ItemAttributesClass' 1>.\itemattributes.cpp(20) : error C2614: 'ItemAttributes' : illegal member initialization: 'ui' is not a base or member 1>.\itemattributes.cpp(21) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(21) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(28) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(28) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\itemattributes.cpp(53) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(53) : error C2227: left of '->propertyContents' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(57) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(57) : error C2227: left of '->propertyLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(57) : error C2227: left of '->addWidget' must point to class/struct/union/generic type 1>.\itemattributes.cpp(69) : error C2065: 'QHBoxLayout' : undeclared identifier 1>.\itemattributes.cpp(69) : error C2065: 'horizontalLayout' : undeclared identifier 1>.\itemattributes.cpp(69) : error C2061: syntax error : identifier 'QHBoxLayout' 1>.\itemattributes.cpp(71) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(71) : error C2227: left of '->valueContents' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(76) : error C2065: 'horizontalLayout' : undeclared identifier 1>.\itemattributes.cpp(76) : error C2227: left of '->addWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(78) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(78) : error C2227: left of '->valueContents' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(85) : error C2065: 'horizontalLayout' : undeclared identifier 1>.\itemattributes.cpp(85) : error C2227: left of '->addWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(87) : error C2065: 'ui' : undeclared identifier 1>.\itemattributes.cpp(87) : error C2227: left of '->valueLayout' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributes.cpp(87) : error C2227: left of '->addLayout' must point to class/struct/union/generic type 1>.\itemattributes.cpp(87) : error C2065: 'horizontalLayout' : undeclared identifier 1>itemattributeeditor.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(24) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(25) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(26) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(27) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(27) : error C2143: syntax error : missing ',' before '&' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(29) : error C2061: syntax error : identifier 'TibiaItem' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(32) : error C2146: syntax error : missing ';' before identifier 'items' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(33) : error C2146: syntax error : missing ';' before identifier 'outfits' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(34) : error C2146: syntax error : missing ';' before identifier 'effects' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(35) : error C2146: syntax error : missing ';' before identifier 'projectiles' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C2039: 'ItemAttributeEditorClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(40) : error C2061: syntax error : identifier 'ItemFile' 1>.\itemattributeeditor.cpp(16) : error C2039: 'ItemAttributeEditorClass' : is not a member of 'Ui' 1>.\itemattributeeditor.cpp(16) : error C2061: syntax error : identifier 'ItemAttributeEditorClass' 1>.\itemattributeeditor.cpp(17) : error C2614: 'ItemAttributeEditor' : illegal member initialization: 'ui' is not a base or member 1>.\itemattributeeditor.cpp(18) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(18) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(19) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(19) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(19) : error C2227: left of '->button' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(19) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\itemattributeeditor.cpp(19) : error C2065: 'Apply' : undeclared identifier 1>.\itemattributeeditor.cpp(19) : error C2227: left of '->setIcon' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(22) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(22) : error C2227: left of '->itemView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(22) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(27) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(27) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(27) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(30) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(30) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(30) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(32) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(32) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(33) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(33) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(34) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(34) : error C2227: left of '->selectedEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(35) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(35) : error C2227: left of '->selectedProjectiles' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(36) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(36) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(45) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(45) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\itemattributeeditor.cpp(49) : error C2511: 'void ItemAttributeEditor::setItems(const ItemList &)' : overloaded member function not found in 'ItemAttributeEditor' 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(16) : see declaration of 'ItemAttributeEditor' 1>.\itemattributeeditor.cpp(54) : error C2511: 'void ItemAttributeEditor::setOutfits(const ItemList &)' : overloaded member function not found in 'ItemAttributeEditor' 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(16) : see declaration of 'ItemAttributeEditor' 1>.\itemattributeeditor.cpp(59) : error C2511: 'void ItemAttributeEditor::setEffects(const ItemList &)' : overloaded member function not found in 'ItemAttributeEditor' 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(16) : see declaration of 'ItemAttributeEditor' 1>.\itemattributeeditor.cpp(64) : error C2511: 'void ItemAttributeEditor::setProjectiles(const ItemList &)' : overloaded member function not found in 'ItemAttributeEditor' 1> c:\users\kessya\desktop\tibiaeditor\tibiaeditor\itemattributeeditor.h(16) : see declaration of 'ItemAttributeEditor' 1>.\itemattributeeditor.cpp(72) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(72) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(72) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(73) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(74) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(74) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(74) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(75) : error C2065: 'outfits' : undeclared identifier 1>.\itemattributeeditor.cpp(76) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(76) : error C2227: left of '->selectedEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(76) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(77) : error C2065: 'effects' : undeclared identifier 1>.\itemattributeeditor.cpp(78) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(78) : error C2227: left of '->selectedProjectiles' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(78) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(79) : error C2065: 'projectiles' : undeclared identifier 1>.\itemattributeeditor.cpp(93) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(93) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(93) : error C2227: left of '->itemData' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(93) : error C2228: left of '.toInt' must have class/struct/union 1>.\itemattributeeditor.cpp(96) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(96) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(96) : error C2227: left of '->setFormat' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(102) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(102) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(102) : error C2227: left of '->buttonRole' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(104) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\itemattributeeditor.cpp(104) : error C2065: 'ApplyRole' : undeclared identifier 1>.\itemattributeeditor.cpp(104) : error C2051: case expression not constant 1>.\itemattributeeditor.cpp(107) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(107) : error C2227: left of '->itemAttributes' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(107) : error C2227: left of '->getAttributes' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(108) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(108) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(108) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2227: left of '->condition' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2227: left of '->i' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2227: left of '->i' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2227: left of '->brk' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(110) : error C2065: 'items' : undeclared identifier 1>.\itemattributeeditor.cpp(110) : error C2227: left of '->brk' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(111) : error C2660: 'ItemAttributeEditor::setProperties' : function does not take 2 arguments 1>.\itemattributeeditor.cpp(113) : error C2065: 'ui' : undeclared identifier 1>.\itemattributeeditor.cpp(113) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\itemattributeeditor.cpp(113) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\itemattributeeditor.cpp(115) : error C2065: 'outfits' : undeclared identifier 1>.\itemattributeeditor.cpp(115) : error C2065: 'outfits' : undeclared identifier 1>.\itemattributeeditor.cpp(115) : fatal error C1003: error count exceeds 100; stopping compilation 1>importthread.cpp 1>importhandler.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C2039: 'ImportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\importhandler.h(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>.\importhandler.cpp(32) : error C2039: 'ImportHandlerClass' : is not a member of 'Ui' 1>.\importhandler.cpp(32) : error C2061: syntax error : identifier 'ImportHandlerClass' 1>.\importhandler.cpp(33) : error C2614: 'ImportHandler' : illegal member initialization: 'ui' is not a base or member 1>.\importhandler.cpp(38) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(38) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(45) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(45) : error C2227: left of '->buttonDestination' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(60) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(60) : error C2227: left of '->buttonDestination' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(60) : error C2227: left of '->setMenu' must point to class/struct/union/generic type 1>.\importhandler.cpp(72) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(72) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(72) : error C2227: left of '->button' must point to class/struct/union/generic type 1>.\importhandler.cpp(72) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(72) : error C2065: 'Open' : undeclared identifier 1>.\importhandler.cpp(72) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\importhandler.cpp(73) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(73) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(73) : error C2227: left of '->button' must point to class/struct/union/generic type 1>.\importhandler.cpp(73) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(73) : error C2065: 'Apply' : undeclared identifier 1>.\importhandler.cpp(73) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\importhandler.cpp(74) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(74) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(74) : error C2227: left of '->button' must point to class/struct/union/generic type 1>.\importhandler.cpp(74) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(74) : error C2065: 'Reset' : undeclared identifier 1>.\importhandler.cpp(74) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\importhandler.cpp(80) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(80) : error C2227: left of '->itemObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(80) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(87) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(87) : error C2227: left of '->spriteObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(87) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(94) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(94) : error C2227: left of '->pictureObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(94) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(115) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(115) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(116) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(116) : error C2227: left of '->itemObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(117) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(117) : error C2227: left of '->spriteObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(118) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(118) : error C2227: left of '->pictureObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(153) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(153) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\importhandler.cpp(195) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(195) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(195) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(201) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(201) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(201) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(207) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(207) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(207) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(213) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(213) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(213) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(219) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(219) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(219) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(224) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(224) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(224) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(235) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(235) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(235) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(267) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(267) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(267) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(273) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(273) : error C2227: left of '->itemObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(273) : error C2227: left of '->selectionModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(289) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(289) : error C2227: left of '->spriteObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(289) : error C2227: left of '->selectionModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(302) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(302) : error C2227: left of '->pictureObjectView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(302) : error C2227: left of '->selectionModel' must point to class/struct/union/generic type 1>.\importhandler.cpp(316) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(316) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(316) : error C2227: left of '->buttonRole' must point to class/struct/union/generic type 1>.\importhandler.cpp(318) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(318) : error C2065: 'ApplyRole' : undeclared identifier 1>.\importhandler.cpp(318) : error C2051: case expression not constant 1>.\importhandler.cpp(320) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(320) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(320) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(385) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(385) : error C2065: 'AcceptRole' : undeclared identifier 1>.\importhandler.cpp(385) : error C2051: case expression not constant 1>.\importhandler.cpp(387) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(387) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\importhandler.cpp(387) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\importhandler.cpp(402) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\importhandler.cpp(402) : error C2065: 'ResetRole' : undeclared identifier 1>.\importhandler.cpp(402) : error C2051: case expression not constant 1>.\importhandler.cpp(404) : error C2065: 'ui' : undeclared identifier 1>.\importhandler.cpp(404) : fatal error C1003: error count exceeds 100; stopping compilation 1>hexdoublespinbox.cpp 1>formathandler.cpp 1>fileinformation.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C2039: 'FileInformationClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\fileinformation.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>.\fileinformation.cpp(13) : error C2039: 'FileInformationClass' : is not a member of 'Ui' 1>.\fileinformation.cpp(13) : error C2061: syntax error : identifier 'FileInformationClass' 1>.\fileinformation.cpp(14) : error C2614: 'FileInformation' : illegal member initialization: 'ui' is not a base or member 1>.\fileinformation.cpp(15) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(15) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(16) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(16) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(16) : error C2227: left of '->button' must point to class/struct/union/generic type 1>.\fileinformation.cpp(16) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\fileinformation.cpp(16) : error C2065: 'Apply' : undeclared identifier 1>.\fileinformation.cpp(16) : error C2227: left of '->setIcon' must point to class/struct/union/generic type 1>.\fileinformation.cpp(20) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(20) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(25) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(25) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\fileinformation.cpp(33) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(33) : error C2227: left of '->editItemSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(33) : error C2227: left of '->setValue' must point to class/struct/union/generic type 1>.\fileinformation.cpp(34) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(34) : error C2227: left of '->editItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(34) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(35) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(35) : error C2227: left of '->editOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(35) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(36) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(36) : error C2227: left of '->editEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(36) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(37) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(37) : error C2227: left of '->editProjectiles' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(37) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(40) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(40) : error C2227: left of '->itemGroup' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(40) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>.\fileinformation.cpp(45) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(45) : error C2227: left of '->editSpriteSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(45) : error C2227: left of '->setValue' must point to class/struct/union/generic type 1>.\fileinformation.cpp(46) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(46) : error C2227: left of '->editSprites' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(46) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(49) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(49) : error C2227: left of '->spriteGroup' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(49) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>.\fileinformation.cpp(54) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(54) : error C2227: left of '->editPictureSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(54) : error C2227: left of '->setValue' must point to class/struct/union/generic type 1>.\fileinformation.cpp(55) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(55) : error C2227: left of '->editPictures' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(55) : error C2227: left of '->setText' must point to class/struct/union/generic type 1>.\fileinformation.cpp(58) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(58) : error C2227: left of '->pictureGroup' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(58) : error C2227: left of '->setShown' must point to class/struct/union/generic type 1>.\fileinformation.cpp(63) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(63) : error C2227: left of '->buttonBox' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(63) : error C2227: left of '->buttonRole' must point to class/struct/union/generic type 1>.\fileinformation.cpp(65) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\fileinformation.cpp(65) : error C2065: 'ApplyRole' : undeclared identifier 1>.\fileinformation.cpp(65) : error C2051: case expression not constant 1>.\fileinformation.cpp(69) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(69) : error C2227: left of '->editItemSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(69) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\fileinformation.cpp(73) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(73) : error C2227: left of '->editSpriteSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(73) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\fileinformation.cpp(77) : error C2065: 'ui' : undeclared identifier 1>.\fileinformation.cpp(77) : error C2227: left of '->editPictureSignature' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\fileinformation.cpp(77) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\fileinformation.cpp(83) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\fileinformation.cpp(83) : error C2065: 'RejectRole' : undeclared identifier 1>.\fileinformation.cpp(83) : error C2051: case expression not constant 1>.\fileinformation.cpp(86) : error C2653: 'QDialogButtonBox' : is not a class or namespace name 1>.\fileinformation.cpp(86) : error C2065: 'ResetRole' : undeclared identifier 1>.\fileinformation.cpp(86) : error C2051: case expression not constant 1>.\fileinformation.cpp(89) : warning C4060: switch statement contains no 'case' or 'default' labels 1>Generating Code... 1>Compiling... 1>externalfile.cpp 1>exportthread.cpp 1>exporthandler.cpp 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C2039: 'ExportHandlerClass' : is not a member of 'Ui' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C2143: syntax error : missing ';' before '*' 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\kessya\desktop\tibiaeditor\tibiaeditor\exporthandler.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>.\exporthandler.cpp(23) : error C2039: 'ExportHandlerClass' : is not a member of 'Ui' 1>.\exporthandler.cpp(23) : error C2061: syntax error : identifier 'ExportHandlerClass' 1>.\exporthandler.cpp(24) : error C2614: 'ExportHandler' : illegal member initialization: 'ui' is not a base or member 1>.\exporthandler.cpp(29) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(29) : error C2227: left of '->setupUi' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(33) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(33) : error C2227: left of '->itemView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(33) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\exporthandler.cpp(37) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(37) : error C2227: left of '->spriteView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(37) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\exporthandler.cpp(41) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(41) : error C2227: left of '->pictureView' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(41) : error C2227: left of '->setModel' must point to class/struct/union/generic type 1>.\exporthandler.cpp(47) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(47) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(47) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\exporthandler.cpp(50) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(50) : error C2227: left of '->comboVersions' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(50) : error C2227: left of '->insertItem' must point to class/struct/union/generic type 1>.\exporthandler.cpp(57) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(57) : error C2227: left of '->buttonExport' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(58) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(58) : error C2227: left of '->buttonDirectory' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(60) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(60) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(61) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(61) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(62) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(62) : error C2227: left of '->selectedEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(63) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(63) : error C2227: left of '->selectedProjectiles' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(64) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(64) : error C2227: left of '->selectedPatterns' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(65) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(65) : error C2227: left of '->parameterOutfitDirection' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(66) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(66) : error C2227: left of '->parameterProjectileDirection' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(67) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(67) : error C2227: left of '->parameterLayer' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(68) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(68) : error C2227: left of '->parameterAnimation' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(69) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(69) : error C2227: left of '->parameterAddons' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(95) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(95) : error C2541: 'delete' : cannot delete objects that are not pointers 1>.\exporthandler.cpp(144) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(144) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(144) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(146) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(146) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(146) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(148) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(148) : error C2227: left of '->selectedEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(148) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(150) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(150) : error C2227: left of '->selectedProjectiles' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(150) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(181) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(181) : error C2227: left of '->selectedPatterns' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(181) : error C2227: left of '->isChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(182) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(182) : error C2227: left of '->parameterAddons' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(182) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\exporthandler.cpp(183) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(183) : error C2227: left of '->parameterLayer' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(183) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\exporthandler.cpp(184) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(184) : error C2227: left of '->parameterLayer' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(184) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\exporthandler.cpp(185) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(185) : error C2227: left of '->parameterAnimation' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(185) : error C2227: left of '->value' must point to class/struct/union/generic type 1>.\exporthandler.cpp(186) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(186) : error C2227: left of '->parameterOutfitDirection' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(186) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\exporthandler.cpp(187) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(187) : error C2227: left of '->parameterProjectileDirection' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(187) : error C2227: left of '->currentIndex' must point to class/struct/union/generic type 1>.\exporthandler.cpp(195) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(195) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(195) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\exporthandler.cpp(196) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(196) : error C2227: left of '->selectedItems' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(196) : error C2227: left of '->setChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(201) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(201) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(201) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\exporthandler.cpp(202) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(202) : error C2227: left of '->selectedOutfits' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(202) : error C2227: left of '->setChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(207) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(207) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(207) : error C2227: left of '->setCurrentIndex' must point to class/struct/union/generic type 1>.\exporthandler.cpp(208) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(208) : error C2227: left of '->selectedEffects' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>.\exporthandler.cpp(208) : error C2227: left of '->setChecked' must point to class/struct/union/generic type 1>.\exporthandler.cpp(213) : error C2065: 'ui' : undeclared identifier 1>.\exporthandler.cpp(213) : error C2227: left of '->tabWidget' must point to class/struct/union/generic type 1>.\exporthandler.cpp(213) : fatal error C1003: error count exceeds 100; stopping compilation 1>chasewidget.cpp 1>Generating Code... 1>Build log was saved at "file://c:\Users\Kessya\Desktop\tibiaeditor\TibiaEditor\debug\BuildLog.htm" 1>TibiaEditor - 883 error(s), 20 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  5. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    eu tive meio que um sucesso hj e vou editar la em cima mas ainda da erro
  6. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    eu vou editar estas sources, porém preciso ser capaz de compilar ela eu tive de certa forma um pequeno progresso, porém apareceram mais erros após o feito
  7. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    estou tendo esses erros quando tento compilar essas sources https://mega.nz/#!ucsyQDjb!CVJNsUKalXC-TctmAIO5oFeB_OvzXojzF-SbZmrGWc4 eu sei que é por causa de minha versão do Qt ser superior ao que foi usado na programação original, porém não encontro instaladores da versão original e tbm não consigo converte-los para a versão q tenho que é a Qt 4.0.0 1>------ Build started: Project: TibiaEditor, Configuration: Debug Win32 ------ 1> Moc'ing chasewidget.h... 1> Moc'ing exporthandler.h... 1> Moc'ing exportthread.h... 1> Moc'ing externalfile.h... 1> Moc'ing fileinformation.h... 1> Moc'ing formathandler.h... 1> Moc'ing hexdoublespinbox.h... 1> Moc'ing importhandler.h... 1> Moc'ing importthread.h... 1> Moc'ing itemattributeeditor.h... 1> Moc'ing itemattributes.h... 1> Moc'ing itemeditor.h... 1> .\itemeditor.h:97: Parse error at ";" 1> Moc'ing itemfile.h... 1> Moc'ing itemimage.h... 1> Moc'ing itemmodel.h... 1> Moc'ing itemsearch.h... 1> Moc'ing itemspritemodel.h... 1> Moc'ing libraryfile.h... 1> Moc'ing outputwidget.h... 1> Moc'ing picturefile.h... 1> Moc'ing resourcefile.h... 1> Moc'ing resourcehandler.h... 1> Moc'ing spritefile.h... 1> Moc'ing spritemodel.h... 1> Moc'ing spriteview.h... 1> Moc'ing tibiaeditor.h... 1> Moc'ing tibiafile.h... 1> Moc'ing tibiahandler.h... 1> Moc'ing userthread.h... 1> Uic'ing C:\TE\exporthandler.ui... 1> Uic'ing C:\TE\fileinformation.ui... 1> Uic'ing C:\TE\importhandler.ui... 1> Uic'ing C:\TE\itemattributeeditor.ui... 1> Uic'ing C:\TE\itemattributes.ui... 1> Uic'ing C:\TE\itemeditor.ui... 1> Uic'ing C:\TE\itemsearch.ui... 1> Rcc'ing tibiaeditor.qrc... 1> UIC tibiaeditor.ui 1> chasewidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> exporthandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> exportthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> externalfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> fileinformation.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> formathandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_chasewidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_exporthandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_exportthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_externalfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_fileinformation.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_formathandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_hexdoublespinbox.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_importhandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_importthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemattributeeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemattributes.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemeditor.cpp 1>c1xx : fatal error C1083: Cannot open source file: 'GeneratedFiles\Debug\moc_itemeditor.cpp': No such file or directory 1> moc_itemfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemimage.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> Generating Code... 1> Compiling... 1> moc_itemmodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemsearch.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_itemspritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_libraryfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_outputwidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_picturefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_resourcefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_resourcehandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_spritefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_spritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_spriteview.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_tibiafile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_tibiahandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> moc_userthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> qrc_tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> hexdoublespinbox.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> importhandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> importthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemattributeeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> Generating Code... 1> Compiling... 1> itemattributes.cpp 1>itemattributes.cpp(1): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1> itemeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemimage.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemmodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemsearch.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> itemspritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> libraryfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> main.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> outputwidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> picturefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> resourcefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> resourcehandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> spritefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> spritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> spriteview.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> tibiafile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> tibiahandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> tibiaitem.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> Generating Code... 1> Compiling... 1> tibiaresource.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> tibiasprite.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> undoframework.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> userthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\new(39): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  8. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    não é itemeditor, é o dateditor do blackdemons só que o nome é tibiaeditor
  9. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    Eu estou tendo erro quando tento compilar as sources do tibiaeditor alguém poderia me ensinar a resolver este problema? nunca usei o "visual studio 2015 community" mas foi este que um usuario de outro forum disse que usou junto com o "build tools for vs 2010" e deu certo mas ele não quis me ensinar a resolver o problema, alguém pode me ajudar? 1>------ Build started: Project: TibiaEditor, Configuration: Debug Win32 ------ 1> Moc'ing chasewidget.h... 1> Moc'ing exporthandler.h... 1> Moc'ing exportthread.h... 1> Moc'ing externalfile.h... 1> Moc'ing fileinformation.h... 1> Moc'ing formathandler.h... 1> Moc'ing hexdoublespinbox.h... 1> Moc'ing importhandler.h... 1> Moc'ing importthread.h... 1> Moc'ing itemattributeeditor.h... 1> Moc'ing itemattributes.h... 1> Moc'ing itemeditor.h... 1> .\itemeditor.h:97: Parse error at ";" 1> Moc'ing itemfile.h... 1> Moc'ing itemimage.h... 1> Moc'ing itemmodel.h... 1> Moc'ing itemsearch.h... 1> Moc'ing itemspritemodel.h... 1> Moc'ing libraryfile.h... 1> Moc'ing outputwidget.h... 1> Moc'ing picturefile.h... 1> Moc'ing resourcefile.h... 1> Moc'ing resourcehandler.h... 1> Moc'ing spritefile.h... 1> Moc'ing spritemodel.h... 1> Moc'ing spriteview.h... 1> Moc'ing tibiaeditor.h... 1> Moc'ing tibiafile.h... 1> Moc'ing tibiahandler.h... 1> Moc'ing userthread.h... 1> Uic'ing C:\TE\exporthandler.ui... 1> Uic'ing C:\TE\fileinformation.ui... 1> Uic'ing C:\TE\importhandler.ui... 1> Uic'ing C:\TE\itemattributeeditor.ui... 1> Uic'ing C:\TE\itemattributes.ui... 1> Uic'ing C:\TE\itemeditor.ui... 1> Uic'ing C:\TE\itemsearch.ui... 1> Rcc'ing tibiaeditor.qrc... 1> UIC tibiaeditor.ui 1> chasewidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> exporthandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> exportthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> externalfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> fileinformation.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> formathandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_chasewidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_exporthandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_exportthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_externalfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_fileinformation.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_formathandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_hexdoublespinbox.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_importhandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_importthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemattributeeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemattributes.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemeditor.cpp 1>c1xx : fatal error C1083: Cannot open source file: 'GeneratedFiles\Debug\moc_itemeditor.cpp': No such file or directory 1> moc_itemfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemimage.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> Generating Code... 1> Compiling... 1> moc_itemmodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemsearch.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_itemspritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_libraryfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_outputwidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_picturefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_resourcefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_resourcehandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_spritefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_spritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_spriteview.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_tibiafile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_tibiahandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> moc_userthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> qrc_tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> hexdoublespinbox.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> importhandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> importthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemattributeeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> Generating Code... 1> Compiling... 1> itemattributes.cpp 1>itemattributes.cpp(1): fatal error C1083: Cannot open include file: 'math.h': No such file or directory 1> itemeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemimage.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemmodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemsearch.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> itemspritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> libraryfile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> main.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> outputwidget.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> picturefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> resourcefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> resourcehandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> spritefile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> spritemodel.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> spriteview.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> tibiaeditor.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> tibiafile.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> tibiahandler.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> tibiaitem.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> Generating Code... 1> Compiling... 1> tibiaresource.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> tibiasprite.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> undoframework.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> userthread.cpp 1>C:\TE\stddef.h(211): error C2371: 'size_t' : redefinition; different basic types 1> predefined C++ types (compiler internal)(19) : see declaration of 'size_t' 1>C:\TE\excpt.h(18): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  10. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    queria saber se alguem me faz um script do tipo assim, se o cara poe demon helmet (vermelho) o cabelo fica vermelho, se põe o steel helmet (branco) o cabelo fica branco.. alguém pode me ajudar? seria mesmo procedimento pro resto do corpo
  11. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    BUMP
  12. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    Preciso de ajuda pra tirar aquela besteira de que o addon 3 é a junção dos addons 1 e 2, alguem sabe me ajudar? Creio que seja em um desses arquivos: outfit.cpp - http://pastebin.com/x3qw9Tnu player.cpp - http://pastebin.com/rXPwUKXS outfit.h - http://pastebin.com/eBnAzMap player.h - http://pastebin.com/ZBE6YvBV tentei colar os arquivos aqui, porém por ser muito grande ele n cria um tópico, espero que alguém possa me ajudar BUMP
  13. BUMP
  14. então ao invés de ajudar vem prejudicar? legal isso
  15. Alguém pode dar um sinal de vida e me ajudar com isso?
  16. HSinhori postou uma resposta no tópico em Suporte Tibia OTServer
    BUMP

Informação Importante

Confirmação de Termo