06-03-2022, 05:38 PM
(05-30-2022, 09:01 AM)aurel Wrote: hello Dav
I really really like to use your IDE for my qb64 programming
but i don't see a way to set Font size to something smaller
( easpecially when larger programs is case)
i use in my own editor Consolas 10 in my Windows programs
i specially like dark theme named "Davs Colors"
i remeber that you sayed ..you made it in Purebasic..
or maybe you have newer version ?
tnx
I usually use Dav's IDE with QB64. I would also like to see a 10 point font (Consolas would be fine).
I've not been programming with QB64 since before its change to QB64 Phoenix. What I am finding is that I get a compile error with V0.6 and 0.7.1 using Dav's IDE. I don't get it with the QB64 IDE. Doesn't need to be complicated code. Something as simple as:
Code: (Select All)
for x = 1 to 5
print "x = ";x
next
comes up with the error "ERROR: C++ compilation failed".
The compilelog.txt file shows:
internal\c\c_compiler\bin\c++.exe -w -DGLEW_STATIC -DFREEGLUT_STATIC -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/qbx.cpp -c -o internal\c/qbx.o
internal\c\c_compiler\bin\c++.exe -w -DGLEW_STATIC -DFREEGLUT_STATIC -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/libqb/libqb_make_0000000000000.o internal\c/qbx.o -o "C:\Users\raywo\Documents\A_Programming\BASIC\QB64\_avsIDE-TEMPFILE.exe" internal\c/parts/core/src.a -static-libgcc -static-libstdc++ -mwindows -lopengl32 -lglu32 -lwinmm
internal\c\c_compiler\bin\objcopy.exe --only-keep-debug "C:\Users\raywo\Documents\A_Programming\BASIC\QB64\_avsIDE-TEMPFILE.exe" "internal\temp/_avsIDE-TEMPFILE.exe.sym"
internal\c\c_compiler\bin\objcopy.exe --strip-unneeded "C:\Users\raywo\Documents\A_Programming\BASIC\QB64\_avsIDE-TEMPFILE.exe"
The above compile error file means nothing to me but may be helpful
I have tried on both Windows 11 and Windows 10 computers with the same result.
QB64 installation method:
Download QB64 Phoenix and drag the resultant QB64 folder to C:\.
Download Dav's IDE from his website and drag the 2 files into QB64. DavsIDE.ini is produced on running DavsIDE.exe.
I hope the problem can be resolved to enable me to use Dav's IDE again.