-
## Description
QB64 was installed via Chromebrew, but doesn't open when I try to run it.
If you executed a specific command:
```shell
qb64
```
Output:
```shell
Warning: Unknown scale fact…
-
Steps to reproduce
------------------
In Windows Run dialog type this:
`PowerShell.exe -WindowStyle Hidden -Command ping www.microsoft.com`
Expected behavior
-----------------
There should…
-
Is your feature request related to a problem? YES
Please describe:
This is actually a problem relating to the options seeing and viewing the whole Wiki as is.
There is no PDF or such download opt…
-
**Is your feature request related to a problem? Please describe.**
My action games used inaudible sounds (SOUND command) for timing, but QB64 doesn't pause on them so they run at ultra-fast speed.
…
-
-
Nonces only need 128 bits of entropy. a Salt is enough not a seed
Just use Salter().qb64.
```python
def randomNonce():
""" Generate a random ed25519 seed and encode as qb64
R…
-
CM3 is the only active M3 compiler still in development so you don't have to care about compatibility with anything. Don't blindly follow the language definition, like it's the language definition sai…
-
No easy :
```bash
git clone https://git.qb64.dev/QB64/qb64.git
cd qb64/
./setup_lnx.sh
```
-
It appears to broken with QB64pe v3.10 and v3.11.
It compiles with 3.10, but does not run. It wont compile with 3.11.
I'm running Linux Mint 21.2
Here is the compile log for 3.11
`g++ -no…
-
Hello,
In some of my projects which use QBasic, the .bas files are detected as Visual Basic. So I edited the .gitattributes file and added the followinng line:
`*.bas linguist-language=QBasic`
This…