Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QBPE 3.6.0 compiler error
#1
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):

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: 

[Image: qb64pe-3-6-0-compiler-errror-1.png]

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!
Reply
#2
(03-20-2023, 01:25 PM)madscijr Wrote: 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):

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: 

[Image: qb64pe-3-6-0-compiler-errror-1.png]

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!

Did you extract the zip or 7z into a completely new folder?
b = b + ...
Reply
#3
is your c++ compiler intact?
rhe error you got is the same that you would get if cc1.exe is missing
cc1.exe is usually found in libexec\gcc\x86_64-w64-mingw32\12.2.0 for example, your version may vary
Reply
#4
(03-20-2023, 02:16 PM)bplus Wrote: Did you extract the zip or 7z into a completely new folder?

Thanks for your reply. In the Downloads folder, I right-clicked on the 7z file and from the 7zip context menu, clicked "expand here". Then using Windows Explorer's cut/paste, I moved everything to a "QB64PE" folder. Pretty much the same as the old QB64 2.x (which is still on my machine under folder "QB64").

I right-clicked the "QB64PE" > Properties > Security and the permissions are "Full Control" by default for my user and Windows, just like with the "QB64" folder.
Reply
#5
This is not good. Might have to list against Windows Defender or whatever, the other EXE and DLL files other than "qb64pe.exe" that it depends on?
Reply
#6
You say "expand here" what you want is to see is "extract", maybe worth it to just dump last attempt and just try again?
b = b + ...
Reply
#7
madscijr

You didn't say where you extracted the "QB64PE" folder. It should be somewhere in your home directory, but you probably already knew this. (scratch head)

How about going into the "terminal" and trying to compile from there? Giving the program a name like "helloworld.bas" and then doing "qb64pe.exe -c helloworld.bas". Why does the IDE even allow programs to be compiled out of a source code file which wasn't saved to disk yet?

Saying this also for people who are still trying to install to "Program Files" because they were used to WindowsXP and earlier. And you did say (before this thread was created) you were still using QB64 v2.0.2, which probably still supported WindowsXP...

Probably not helping at all...
Reply
#8
(03-20-2023, 04:22 PM)bplus Wrote: You say "expand here" what you want is to see is "extract", maybe worth it to just dump last attempt and just try again?

Sorry for the confusion, I was not at my PC when I posted, and meant "extract" (there isn't an "expand" option in 7-zip).

To clarify, here is what I am doing:

1. copy "qb64pe_win-x64-3.6.0.7z" from "Downloads" to "Documents/Code"
2. right-click the .7z file
3. from the context menu, click 7-Zip > Extract here. 7-zip creates a "qb64pe" folder and extracts 22,000+ files
Reply
#9
(03-20-2023, 02:16 PM)Jack Wrote: is your c++ compiler intact?
rhe error you got is the same that you would get if cc1.exe is missing
cc1.exe is usually found in libexec\gcc\x86_64-w64-mingw32\12.2.0 for example, your version may vary

Thanks for your reply. "cc1.exe" is there. 
If it helps, here is a list of all EXE and DLL files found under my qb64pe folder:

Code: (Select All)
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\addr2line.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\ar.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\as.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\c++.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\c++filt.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\cpp.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\dlltool.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\dllwrap.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\dwp.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\elfedit.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\g++.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcc.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcc-ar.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcc-nm.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcc-ranlib.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcov.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcov-dump.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gcov-tool.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gdb.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gdborig.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gdbserver.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gendef.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\genidl.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\genpeimg.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gfortran.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\gprof.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\ld.bfd.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\ld.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\ld.gold.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libatomic-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libgcc_s_seh-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libgfortran-5.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libgomp-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libquadmath-0.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libssp-0.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libstdc++-6.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\libwinpthread-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\lto-dump.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\mingw32-make.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\nm.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\objcopy.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\objdump.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\ranlib.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\readelf.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\size.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\strings.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\strip.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\widl.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\windmc.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\windres.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-c++.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-g++.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gcc.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gcc-12.2.0.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gcc-ar.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gcc-nm.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gcc-ranlib.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\bin\x86_64-w64-mingw32-gfortran.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\lib\bfd-plugins\libdep.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\cc1.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\cc1plus.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\collect2.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\f951.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\g++-mapper-server.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\install-tools\fixincl.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\liblto_plugin.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\lto1.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\libexec\gcc\x86_64-w64-mingw32\12.2.0\lto-wrapper.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\gdbm_dump.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\gdbm_load.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\gdbmtool.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libbz2-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libcrypto-1_1-x64.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libgcc_s_seh-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libgdbm_compat-4.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libgdbm-6.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libhistory8.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libpython3.9.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libreadline8.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libssl-1_1-x64.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\libwinpthread-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\python3.9.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\python3.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\python3w.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\tcl86.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\tk86.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-captoinfo.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-clear.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-infocmp.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-infotocap.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-reset.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-tabs.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-tic.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-toe.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-tput.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\bin\x86_64-w64-mingw32-tset.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\dde1.4\tcldde14.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\engines-1_1\capi.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\engines-1_1\padlock.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\itcl4.2.1\itcl421.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\python3.9\venv\scripts\nt\python.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\python3.9\venv\scripts\nt\pythonw.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\reg1.3\tclreg13.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\sqlite3.34.0\sqlite3340.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\tdbc1.1.2\tdbc112.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\tdbcmysql1.1.2\tdbcmysql112.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\tdbcodbc1.1.2\tdbcodbc112.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\tdbcpostgres1.1.2\tdbcpostgres112.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\opt\lib\thread2.8.6\thread286.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\ar.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\as.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\dlltool.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\ld.bfd.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\ld.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\ld.gold.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\nm.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\objcopy.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\objdump.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\ranlib.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\readelf.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\bin\strip.exe
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libatomic-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libgcc_s_seh-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libgfortran-5.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libgomp-1.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libquadmath-0.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libssp-0.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libstdc++-6.dll
C:\Users\{username}\Documents\Code\QB64PE\internal\c\c_compiler\x86_64-w64-mingw32\lib\libwinpthread-1.dll
C:\Users\{username}\Documents\Code\QB64PE\qb64pe.exe
Reply
#10
(03-20-2023, 04:47 PM)mnrvovrfc Wrote: You didn't say where you extracted the "QB64PE" folder. It should be somewhere in your home directory, but you probably already knew this. (scratch head)

Yes, it's under my /Documents/ folder, just like with the old QB64 2.0.2.

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: How about going into the "terminal" and trying to compile from there? Giving the program a name like "helloworld.bas" and then doing "qb64pe.exe -c helloworld.bas".

Good idea... OK, I tried it, and am getting the same thing:

[Image: qb64pe-fail-2.png]

here are the contents of "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
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/qbx2.cpp -c -o internal\c/qbx2.o
c++.exe: error: CreateProcess: No such file or directory
mingw32-make: *** [Makefile:405: internal\c/libqb_make_00000000000000.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
c++.exe: error: CreateProcess: No such file or directory
mingw32-make: *** [Makefile:417: internal\c/qbx2.o] Error 1

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Why does the IDE even allow programs to be compiled out of a source code file which wasn't saved to disk yet?

No idea, LoL. In QB64 2.0.2, typing in a hello world program and running it with F5 generates "untitled.exe" which is fine with me.

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Let me give this a try...
Saying this also for people who are still trying to install to "Program Files" because they were used to WindowsXP and earlier. And you did say (before this thread was created) you were still using QB64 v2.0.2, which probably still supported WindowsXP...

I understand, and no, I did not try to install QB64PE under "Program Files". It's under "Documents".

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Probably not helping at all...

No worries, I appreciate you trying to help!
Reply




Users browsing this thread: 4 Guest(s)