Any attempt to use #BLOAT in a program results in the following error:
Error 496 in C:\PBCC40\Samples\Hello\Hello2.bas(0:000): Destination file write error
Source code is:
#BLOAT 65536
#COMPILE EXE
#DIM ALL
FUNCTION PBMAIN () AS LONG
? "Hello, World!"
WAITKEY$
END FUNCTION
Error 496 in C:\PBCC40\Samples\Hello\Hello2.bas(0:000): Destination file write error
Source code is:
#BLOAT 65536
#COMPILE EXE
#DIM ALL
FUNCTION PBMAIN () AS LONG
? "Hello, World!"
WAITKEY$
END FUNCTION
Comment