Skip to content

Instantly share code, notes, and snippets.

@GWRon
Created December 27, 2022 09:33
Show Gist options
  • Save GWRon/78e598ecc67cbe3fa2a9b770e595c112 to your computer and use it in GitHub Desktop.
Save GWRon/78e598ecc67cbe3fa2a9b770e595c112 to your computer and use it in GitHub Desktop.
Useful BlitzMax-stuff

To debug bcc without copying bcc sources to blitzmax/bin:

open bcc.bmx and after the import-stuff add:

putenv_ "BMXPATH="+"/home/ronny/Arbeit/Tools/BlitzMaxNG" 'adjust to your path
BlitzMaxPath() 'this sets some stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment