Hi Paul,
From my test program (which has no practical purpose other than to test controls etc.), that has compiled and run successfully until release 1.9.n.
I've been getting the following error for quite some time now. Can't figure out what this error is:
"Failed Compile (Errors 1 Warnings 0 [2019-08-15 05:21:47])
Command Line:
C:\WinFBE_Suite\FreeBASIC-1.06.0\fbc64.exe -m "C:\SRC\BootTime\BootTime.bas" "C:\SRC\BootTime\TMPE06.rc" -v -g -exx -s console -w pedantic
FreeBASIC Compiler - Version 1.06.0 (02-17-2019), built for win64 (64bit)
Copyright (C) 2004-2019 The FreeBASIC development team.
standalone
target: win64, x86-64, 64bit
compiling: C:\SRC\BootTime\BootTime.bas -o C:\SRC\BootTime\BootTime.c (main module)
compiling C: C:\WinFBE_Suite\FreeBASIC-1.06.0\bin\win64\gcc.exe -m64 -march=x86-64 -S -nostdlib -nostdinc -Wall -Wno-unused-label -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-main -Werror-implicit-function-declaration -O0 -fno-strict-aliasing -frounding-math -fno-math-errno -fwrapv -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -g -masm=intel "C:\SRC\BootTime\BootTime.c" -o "C:\SRC\BootTime\BootTime.asm"
assembling: C:\WinFBE_Suite\FreeBASIC-1.06.0\bin\win64\as.exe --64 "C:\SRC\BootTime\BootTime.asm" -o "C:\SRC\BootTime\BootTime.o"
compiling rc: C:\WinFBE_Suite\FreeBASIC-1.06.0\bin\win64\GoRC.exe /ni /nw /o /machine X64 /fo "C:\SRC\BootTime\TMPE06.obj" "C:\SRC\BootTime\TMPE06.rc"
’žE"
I deleted the RC file and the manifest file prior to compiling. they both get recreated but the error is the same. The 3 chrs at the end are odd. Compiler Results tab is empty.