QB64 Phoenix Edition
New SICK project - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3)
+---- Forum: Utilities (https://staging.qb64phoenix.com/forumdisplay.php?fid=8)
+---- Thread: New SICK project (/showthread.php?tid=588)

Pages: 1 2


RE: New SICK project - mnrvovrfc - 08-12-2022

@eoredson I was able to obtain a 32-bit EXE file of this project. But it's my fault, I really can't use it because it's limited in many ways. I need at least two-letter variable names! :/
Otherwise this is very impressive. Someone else posted a topic about others of your early efforts such as "hex" editors for M$QB.


RE: New SICK project - eoredson - 08-16-2022

Sure -  here is attached my Hex Editor for Win10 and one for VBdos v1.00 Pro

This project is the Hex Editor written in QB64.

It should work in QB64 v2.0.2

Erik.

Hexxit82.zip is VBdos
Hexed8rM.zip is Qb64


RE: New SICK project - eoredson - 08-16-2022

Ok, I have downloaded and installed QB64 PE and copied my SICK project and although it required MEM.H and SICK64.ICO the
Sic64.bas program started and ran quite well without any errors except for 11 compiler warnings that can be ignored..

Erik.

btw: you can turn off warnings in options (alt-o) and check ignore warnings..

note: it seems the warnings you are getting are "unused variables" and are not errors.