G'day All
First up i am a new member here. I did a lot of hobby programming in QB PDS 7.0 back in the early to mid 90's, but have been well out of touch since then..
I have recently undertaken an electronics project of building a TTL logic breadboard computer and needed a simple way of generating the ROM microcode for the instruction decoder. I was pleasantly surprised to see QB is still alive and well and has been updated to run on Windows systems. I was able to use QB64 to generate the binary files to load into the EEPROMs for my computer.
My breadboard computer is up and running and I am now in the process of writing an assembler IDE to make it easier to program. I'm currently writing the assembler programs in notepad and then converting the instructions to machine code by hand..
So onto my main question..
Back in the 90's i found a fantastic set of libraries for creating programs with a text based GUI front end. It worked on QB 4.5 and up. It could do pull down menus, text boxes with sliders etc etc in basically the same style as the QB64 IDE is now..
Can anyone point me to anything similar that's compatible with QB64?
I did find a few libraries online that were originally for QB 4.5 but i couldn't get them to run. I can't figure out how to include the .lib files. Back in QB 4.5 you could load the library via the command line. IE "qb.exe /L library.lib" however this does not appear to work on QB64..
So can anyone offer some guidance or advice on a suitable GUI library?
Many thanks
Lee