Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Hexeditor project
#23
Still not compiling:
internal\c\c_compiler\bin\c++.exe  -w -std=gnu++11 -DGLEW_STATIC -DFREEGLUT_STATIC -Iinternal\c\libqb/include -Iinternal\c/parts/core/src/ -Iinternal\c/parts/core/glew/include/ -DDEPENDENCY_IMAGE_CODEC -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/qbx.cpp -c -o internal\c/qbx.o
internal\c\c_compiler\bin\objcopy.exe -Ibinary -Oelf64-x86-64 -Bi386:x86-64 internal\temp/data.bin internal\temp/data.o
In file included from internal\c/qbx.cpp:2349:
internal\c/../temp/main.txt: In function 'void SUB_MENU(qbs*, qbs*, qbs*, qbs*, qbs*)':
internal\c/../temp/main.txt:39245:18: error: cast from 'HANDLE' {aka 'void*'} to 'int32_t' {aka 'int'} loses precision [-fpermissive]
39245 | *__UOFFSET_HFIND=(  int32  )CreateFileA((char*)(_SUB_MENU_STRING_G)->chr, 384 ,NULL,NULL, 1 ,NULL,NULL);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
internal\c/../temp/main.txt: In function 'void SUB_WRITECONFIG()':
internal\c/../temp/main.txt:58540:32: error: cast from 'HANDLE' {aka 'void*'} to 'int32_t' {aka 'int'} loses precision [-fpermissive]
58540 | *_SUB_WRITECONFIG_OFFSET_HFIND=(  int32  )CreateFileA((char*)(_SUB_WRITECONFIG_STRING_F)->chr, 384 ,NULL,NULL, 2 ,NULL,NULL);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mingw32-make: *** [Makefile:417: internal\c/qbx.o] Error 1



Man that is allot of work gone into that code!
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
The Hexeditor project - by eoredson - 08-24-2022, 03:24 AM
RE: The Hexeditor project - by BDS107 - 08-29-2022, 03:03 PM
RE: The Hexeditor project - by SpriggsySpriggs - 08-29-2022, 03:28 PM
RE: The Hexeditor project - by aurel - 08-29-2022, 07:30 PM
RE: The Hexeditor project - by eoredson - 08-30-2022, 02:11 AM
RE: The Hexeditor project - by SpriggsySpriggs - 08-31-2022, 01:53 PM
RE: The Hexeditor project - by eoredson - 02-08-2023, 01:54 AM
RE: The Hexeditor project - by mnrvovrfc - 02-08-2023, 02:59 AM
RE: The Hexeditor project - by bplus - 02-08-2023, 02:40 PM
RE: The Hexeditor project - by eoredson - 04-18-2023, 02:26 AM
RE: The Hexeditor project - by mnrvovrfc - 04-21-2023, 03:38 PM
RE: The Hexeditor project - by eoredson - 04-23-2023, 09:08 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:02 AM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:33 AM
RE: The Hexeditor project - by BDS107 - 04-24-2023, 09:20 AM
RE: The Hexeditor project - by bplus - 04-24-2023, 02:05 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:37 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 10:42 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:53 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 11:02 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 11:08 PM
RE: The Hexeditor project - by eoredson - 04-25-2023, 12:51 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 05:21 AM
RE: The Hexeditor project - by eoredson - 04-25-2023, 05:58 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 03:48 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 02:46 AM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:57 AM
RE: The Hexeditor project - by eoredson - 04-26-2023, 08:53 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 09:50 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 10:09 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:24 PM
RE: The Hexeditor project - by eoredson - 04-27-2023, 12:16 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 12:21 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 01:47 AM
RE: The Hexeditor project - by bplus - 04-27-2023, 12:35 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 01:36 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 02:04 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 05:03 AM
RE: The Hexeditor project - by eoredson - 08-28-2023, 04:03 AM
RE: The Hexeditor project - by Dav - 08-28-2023, 12:18 PM
RE: The Hexeditor project - by eoredson - 08-29-2023, 03:16 AM
RE: The Hexeditor project - by eoredson - 03-04-2025, 05:43 AM
RE: The Hexeditor project - by eoredson - 04-29-2025, 10:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New SICK project eoredson 18 3,994 09-16-2025, 12:21 AM
Last Post: eoredson
  New and improved SICK project eoredson 37 10,853 07-16-2025, 09:51 PM
Last Post: eoredson

Forum Jump:


Users browsing this thread: 1 Guest(s)