The Hexeditor project
#16
(04-24-2023, 09:20 AM)BDS107 Wrote:
(04-24-2023, 12:33 AM)eoredson Wrote: I have upgraded the Hexeditor project with:

Code: (Select All)
 v8.0a rE.0a updates 04/20/2023:
  Adds BreakBox for Ctrl-Break trap.
  Updates dialogx.inc for correct title.
  Includes more old hexeditor in oldsrc.zip

I've got an error => C++ Compilation failed
=> compilelog.txt:

Code: (Select All)
internal\c\c_compiler\bin\c++.exe  -w -std=gnu++11 -DGLEW_STATIC -DFREEGLUT_STATIC -Iinternal\c\libqb/include -DDEPENDENCY_IMAGE_CODEC -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/libqb.cpp -c -o internal\c/libqb_make_01001100000000.o
internal\c\c_compiler\bin\c++.exe  -w -std=gnu++11 -DGLEW_STATIC -DFREEGLUT_STATIC -Iinternal\c\libqb/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:2545:
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  )CreateFile((char*)(_SUB_WRITECONFIG_STRING_F)->chr, 384 ,NULL,NULL, 2 ,NULL,NULL);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mingw32-make: *** [Makefile:412: internal\c/qbx.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....

Yes me too!
Quote: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/libqb.cpp -c -o internal\c/libqb_make_01001100000000.o
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_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  )CreateFile((char*)(_SUB_WRITECONFIG_STRING_F)->chr, 384 ,NULL,NULL, 2 ,NULL,NULL);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mingw32-make: *** [Makefile:417: internal\c/qbx.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
b = b + ...
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



Users browsing this thread: 7 Guest(s)