I finally got around to unzipping QB64PE 3.6.0 and giving it a try.
I'm running Windows 10 Pro on a Microsoft Surface Pro 3 with 8 GB RAM and an i7 (whatever generation from 2014-15):
I set Windows security to whitelist the QB64PE folder and the process "qb64pe.exe", and tried running the following code:
However it's giving me a compiler error:
Here is what is in "compilelog.txt":
Any ideas what I need to do to get it working?
Any help would be appreciated!
I'm running Windows 10 Pro on a Microsoft Surface Pro 3 with 8 GB RAM and an i7 (whatever generation from 2014-15):
Code: (Select All)
Edition Windows 10 Pro
Version 22H2
Installed on 1/14/2021
OS build 19045.2604
Experience Windows Feature Experience Pack 120.2212.4190.0
I set Windows security to whitelist the QB64PE folder and the process "qb64pe.exe", and tried running the following code:
Code: (Select All)
Cls
Print "hello world"
Sleep
However it's giving me a compiler error:
Here is what is in "compilelog.txt":
Code: (Select All)
internal\c\c_compiler\bin\c++.exe -w -std=gnu++11 -DGLEW_STATIC -DFREEGLUT_STATIC -Iinternal\c\libqb/include -Iinternal\c/parts/core/src/ -Iinternal\c/parts/core/glew/include/ -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/libqb.cpp -c -o internal\c/libqb_make_00000000000000.o
c++.exe: error: CreateProcess: No such file or directory
mingw32-make: *** [Makefile:405: internal\c/libqb_make_00000000000000.o] Error 1
Any ideas what I need to do to get it working?
Any help would be appreciated!