Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 3.12 KB | None | 0 0
  1. g++    -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/bmp.o.d -o build/Debug/GNU-Linux-x86/bmp.o bmp.cpp
  2. bmp.cpp:2:81: warning: windows.h: No such file or directory
  3. In file included from bmp.cpp:5:
  4. bmp.h:4: error: ISO C++ forbids declaration of ‘byte’ with no type
  5. bmp.h:4: error: expected ‘;’ before ‘*’ token
  6. bmp.h:5: error: ‘DWORD’ does not name a type
  7. bmp.h:6: error: ‘DWORD’ does not name a type
  8. bmp.h: In constructor ‘AUX_RGBImageRec::AUX_RGBImageRec():
  9. bmp.h:8: error: class ‘AUX_RGBImageRec’ does not have any field named ‘data’
  10. bmp.cpp: In member function ‘void AUX_RGBImageRec::convertBGRtoRGB():
  11. bmp.cpp:25: error: ‘DWORD’ does not name a type
  12. bmp.cpp:26: error: ‘byte’ was not declared in this scope
  13. bmp.cpp:26: error: expected ‘;’ before ‘Temp’
  14. bmp.cpp:27: error: ‘DWORD’ was not declared in this scope
  15. bmp.cpp:27: error: expected ‘;’ before ‘i’
  16. bmp.cpp:27: error: ‘i’ was not declared in this scope
  17. bmp.cpp:27: error: ‘BitmapLength’ was not declared in this scope
  18. bmp.cpp:29: error: ‘Temp’ was not declared in this scope
  19. bmp.cpp:29: error: ‘data’ was not declared in this scope
  20. bmp.cpp: In constructor ‘AUX_RGBImageRec::AUX_RGBImageRec(const char*):
  21. bmp.cpp:35: error: class ‘AUX_RGBImageRec’ does not have any field named ‘data’
  22. bmp.cpp: In destructor ‘AUX_RGBImageRec::~AUX_RGBImageRec():
  23. bmp.cpp:42: error: ‘data’ was not declared in this scope
  24. bmp.cpp:42: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
  25. bmp.cpp:43: error: ‘data’ was not declared in this scope
  26. bmp.cpp: In member function ‘bool AUX_RGBImageRec::loadFile(const char*):
  27. bmp.cpp:48: error: ‘BITMAPINFO’ was not declared in this scope
  28. bmp.cpp:48: error: expected ‘;’ before ‘BMInfo’
  29. bmp.cpp:49: error: ‘HDC’ does not name a type
  30. bmp.cpp:52: error: ‘data’ was not declared in this scope
  31. bmp.cpp:52: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
  32. bmp.cpp:53: error: ‘BMInfo’ was not declared in this scope
  33. bmp.cpp:53: error: ‘BITMAPINFOHEADER’ was not declared in this scope
  34. bmp.cpp:56: error: ‘HANDLE’ was not declared in this scope
  35. bmp.cpp:56: error: expected ‘;’ before ‘DIBHandle’
  36. bmp.cpp:58: error: ‘gldc’ was not declared in this scope
  37. bmp.cpp:58: error: ‘HBITMAP’ was not declared in this scope
  38. bmp.cpp:58: error: ‘DIB_RGB_COLORS’ was not declared in this scope
  39. bmp.cpp:58: error: ‘GetDIBits’ was not declared in this scope
  40. bmp.cpp:59: error: ‘sizeX’ was not declared in this scope
  41. bmp.cpp:60: error: ‘sizeY’ was not declared in this scope
  42. bmp.cpp:62: error: ‘BI_RGB’ was not declared in this scope
  43. bmp.cpp:63: error: ‘DWORD’ does not name a type
  44. bmp.cpp:65: error: ‘data’ was not declared in this scope
  45. bmp.cpp:65: error: expected type-specifier before ‘byte’
  46. bmp.cpp:65: error: expected ‘;’ before ‘byte’
  47. bmp.cpp:69: error: expected ‘)’ before ‘DIBHandle’
  48. bmp.cpp:75: error: ‘DIBHandle’ was not declared in this scope
  49. bmp.cpp:75: error: ‘DeleteObject’ was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement