05-15-2022, 02:13 PM
Well...
bini$ = _Bin$(25)
Print bini$
Sleep
---> C++ Compilation Failed (check \internal\temp\compilelog.txt
compilelog.txt:
E:/qb64/internal/c/c_compiler/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file ..\..\untitled.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
Problem on my pc or in the QB64 program ?
bini$ = _Bin$(25)
Print bini$
Sleep
---> C++ Compilation Failed (check \internal\temp\compilelog.txt
compilelog.txt:
E:/qb64/internal/c/c_compiler/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file ..\..\untitled.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
Problem on my pc or in the QB64 program ?
Why not yes ?