09-12-2024, 09:01 PM
Improved S3M support. Download updated in the first post.
SCREEN 0 MOD Player with Spectrum Analyzer
|
09-12-2024, 09:01 PM
Improved S3M support. Download updated in the first post.
09-12-2024, 11:29 PM
I had forgotten about this gem! Browsing the code is a joy to read.
Unfortunately I can't get the latest version to compile. Using latest QB64PE version under Linux Mint. Here is my compile log. I'm a c++ idiot, so I don't know what this all means. - Dav Code: (Select All) g++ -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_IMAGE_CODEC -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE -DDEPENDENCY_AUDIO_MINIAUDIO internal/c/qbx.cpp -c -o internal/c/qbx.o
09-13-2024, 12:02 AM
09-13-2024, 12:46 AM
09-13-2024, 01:15 AM
No go. I thought it may compile because it was talking a lot longer after the purge, but still didn't. I will try it on another laptop and qb64pe install. I need to see this in action!
- Dav
10-02-2024, 11:40 PM
(09-13-2024, 01:15 AM)Dav Wrote: No go. I thought it may compile because it was talking a lot longer after the purge, but still didn't. I will try it on another laptop and qb64pe install. I need to see this in action! I was able to recreate the issue and fix it. Now it should compile in Linux. Thank you for reporting the issue. Updated zip is in the first post.
10-03-2024, 01:46 AM
Seriously? Put some real double lined menu corners on that puppy for Pete's sake!
Code: (Select All)
Screen 0 Police (10-02-2024, 11:40 PM)a740g Wrote:(09-13-2024, 01:15 AM)Dav Wrote: No go. I thought it may compile because it was talking a lot longer after the purge, but still didn't. I will try it on another laptop and qb64pe install. I need to see this in action! Yes! Fantastic! Wow. That's some great work. Did you write the ASNI emulator just for this? It’s well done. I'm taking my laptop with me today so I can play with this some more at lunchtime. Thanks for fixing this. Great to see and hear it. Works flawlessly so far. - Dav
10-14-2024, 01:51 AM
(10-03-2024, 12:24 PM)Dav Wrote:(10-02-2024, 11:40 PM)a740g Wrote:(09-13-2024, 01:15 AM)Dav Wrote: No go. I thought it may compile because it was talking a lot longer after the purge, but still didn't. I will try it on another laptop and qb64pe install. I need to see this in action! Thanks, Dav! The ANSI emulator is actually a different project. I like keeping stuff that I frequently use in library form. So, almost all of my reuseable code ends up in https://github.com/a740g/Toolbox64. I do have an ANSI emulator front-end that uses the library here - https://github.com/a740g/ANSI-Print-64. I'll make a post about it in the forum when I get some time. |
« Next Oldest | Next Newest »
|