Jump to content

genezis

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by genezis

  1. The bug is: - Have only 256 Slot (From 0 to 255) So the last 3 lines of slot doesen't work. doesen't take item. -- Dwork Limit in c++ is 255
  2. 9*5*6 = 270 DWORD's limit = 255.. Change DWORD to int. bool CSafebox::IsEmpty(DWORD dwPos, BYTE bSize) //Replace with: bool CSafebox::IsEmpty(DWORD dwPos, DWORD bSize) Remplace with : Code: bool CSafebox::IsEmpty(int dwPos, int bSize)
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.