2
« on: October 12, 2020, 06:01:04 pm »
Another thing I just noticed is that this webpage doesn't allow typing in the Password -- I have to copy and paste it from a text editor. Not the only page on which it has happened, but a typical example of how the Internet is breaking down. Maybe you youngsters won't believe that pages loaded faster in the 28K modem era because they didn't have FETCH commands.
The setup script gave me the error messages at "### QB64 didn't compile". When I tried to APT-GET the C++ compiler (both GCC and G++), it needed other packages, which needed other packages installed, at which point I gave up.
The editor flags forward references, but will go past them, unlike unresolved errors.
An example of the conversion error:
TYPE SWColor
SWName as string * 6
SWHex as string * 6
END TYPE
SWColor.SWName="X" gives the error.