Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ../qt/el/diccionari.h:248:0: note: this is the location of the previous definition
  2. #define MOD_DCDC_SBINDEX2408 488
  3. ^
  4. ../qt/operation.cpp: In member function 'void Operation::connect()':
  5. ../qt/operation.cpp:83:44: error: 'TEXT' was not declared in this scope
  6. SetFileAttributes(TEXT("cng_config.txt"), FILE_ATTRIBUTE_HIDDEN);
  7. ^
  8. ../qt/operation.cpp:83:47: error: 'FILE_ATTRIBUTE_HIDDEN' was not declared in this scope
  9. SetFileAttributes(TEXT("cng_config.txt"), FILE_ATTRIBUTE_HIDDEN);
  10. ^
  11. ../qt/operation.cpp:83:68: error: 'SetFileAttributes' was not declared in this scope
  12. SetFileAttributes(TEXT("cng_config.txt"), FILE_ATTRIBUTE_HIDDEN);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement