Advertisement
Transformator

errors

May 5th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.68 KB | None | 0 0
  1. 2   0   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp In file included from C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp
  2. 25  15  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] expected constructor, destructor, or type conversion before '(' token
  3. 29  9   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'DWORD' does not name a type
  4. 34  3   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'TCHAR' does not name a type
  5. 35  3   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'DWORD' does not name a type
  6. 36  3   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'FILETIME' does not name a type
  7. 42  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'HZIP' does not name a type
  8. 43  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'HZIP' does not name a type
  9. 44  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'HZIP' does not name a type
  10. 61  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  11. 76  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  12. 82  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  13. 83  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  14. 84  1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  15. 100 1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  16. 105 1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  17. 108 31  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' was not declared in this scope
  18. 108 45  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'TCHAR' was not declared in this scope
  19. 108 52  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'buf' was not declared in this scope
  20. 108 56  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] expected primary-expression before 'unsigned'
  21. 108 72  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] expression list treated as compound expression in initializer [-fpermissive]
  22. 213 1   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' does not name a type
  23. 214 32  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'ZRESULT' was not declared in this scope
  24. 214 46  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'TCHAR' was not declared in this scope
  25. 214 53  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'buf' was not declared in this scope
  26. 214 57  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] expected primary-expression before 'unsigned'
  27. 214 73  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] expression list treated as compound expression in initializer [-fpermissive]
  28. 215 19  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\unzip.h  [Error] 'HZIP' was not declared in this scope
  29.         C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp In function 'int main()':
  30. 9   2   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'HZIP' was not declared in this scope
  31. 9   7   C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] expected ';' before 'hz'
  32. 11  13  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'hz' was not declared in this scope
  33. 11  22  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'GetZipItem' was not declared in this scope
  34. 17  24  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'struct ZIPENTRY' has no member named 'name'
  35. 17  28  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'UnzipItem' was not declared in this scope
  36. 19  14  C:\Users\Phantom6208\Desktop\ZIP-CRACK\zip\test.cpp [Error] 'CloseZipU' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement