Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeItemTable()':
  2. ClientManagerBoot.cpp:494: error: request for member 'bType' in 'item_table->SItemTable::aLimits', which is of non-class type 'TItemLimit [2]'
  3. ClientManagerBoot.cpp:495: error: request for member 'lValue' in 'item_table->SItemTable::aLimits', which is of non-class type 'TItemLimit [2]'
  4. ClientManagerBoot.cpp:497: error: request for member 'bType' in 'item_table->SItemTable::aLimits', which is of non-class type 'TItemLimit [2]'
  5. ClientManagerBoot.cpp:500: error: request for member 'bType' in 'item_table->SItemTable::aLimits', which is of non-class type 'TItemLimit [2]'
  6. ClientManagerBoot.cpp:506: error: request for member 'bType' in 'item_table->SItemTable::aApplies', which is of non-class type 'TItemApply [3]'
  7. ClientManagerBoot.cpp:507: error: request for member 'lValue' in 'item_table->SItemTable::aApplies', which is of non-class type 'TItemApply [3]'
  8. ClientManagerBoot.cpp:511: error: no matching function for call to 'str_to_number(long int [6], char*&)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement