QB64 Phoenix Edition
trouble building ansiprint by a740g - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: trouble building ansiprint by a740g (/showthread.php?tid=3358)



trouble building ansiprint by a740g - hsiangch_ong - 01-07-2025

i have tried to create the "ansiprint" as indicated in a740g's pages on github.

https://github.com/a740g/ANSI-Print-64

it is fair to warn other people that it also requires the download of the "toolbox".  because the "ansiprint" include file directory is empty.  otherwise, the "base64" library is missing.

i downloaded the library indicated in this thread:

https://qb64phoenix.com/forum/showthread.php?tid=2184&highlight=base64

but it does not come with the "bi" suffix file.  in addition there are two conflicting versions of "base64.bas" which have dates of december of last year.

i only want to be able to use this.  thank you in advance.


RE: trouble building ansiprint by a740g - a740g - 01-07-2025

I use a lot of reusable code in most of my projects. To keep things organized, I’ve placed all the reusable components in a GitHub repository: Toolbox64, which I include as a Git submodule. This setup helps avoid duplicating code and keeps everything consistent across projects.
Unfortunately, this approach makes compiling my projects a bit tricky, especially for those unfamiliar with Git submodules. Apologies for the inconvenience!

To make things easier, I’ve bundled everything you need and posted it here: https://qb64phoenix.com/forum/showthread.php?tid=3359&pid=31125.


RE: trouble building ansiprint by a740g - hsiangch_ong - 01-09-2025

thank you for your kind attention.