-
_SNDSTOP, etc.
-
Can you guys create an alpine package to be installed in alpine linux.
-
Attached is the (slightly modified) output from BIN2INCLUDE converting a file called `cross.png` to `cross.png.BM`.
Compiled with QB64 3.6.0, the file output is 5,655 bytes, as expected.
Compiled …
-
I get an unknown Error:
```
RuntimeError: An unknown error occurred. Raw response data: Error 502 (Bad Gateway)/**
* Name: error.css
* Generated: 1564439105438636
*/
*{margin:0;padding:0}html…
-
It's the reserved space for a negative sign, and also helps when printing sequentially to the screen, since it'll automatically space numbers from each other.
```
FOR i = 1 TO 5
PRINT i;
NEX…
-
I would like to have OS specific path configuration settings available for the following:
```
${config:qb64.compilerPath.osx}
${config:qb64.compilerPath.linux}
${config:qb64.compilerPath.windows…
-
To reproduce
open qb64.bas F12 on $ExeIcon:'./qb64.ico'
Also would be nice to have the hover text show the icon.
-
I have yet to thoroughly investigate, but updating to 3.7.0 from previous (3.6.0, 3.5.0, etc.) is causing compile errors right off the bat. Attached is the log, which is slightly different each time I…
-
First of all thanks for doing this really nice QBasic implementation!
I realized that the GOTO statement does not seem to be supported, at least when testing it under https://qb64.com/qbjs.html - is …
-
The setting QB64 install path controls both the compiler and the help path. This should be 2 separate settings.