I just tried compiling my first program with Hollywood 11.0. I'm having problems. This program compiles and runs on Hollywood 9.1 and Hollywood 10 for AROS i386.
Code: Select all
;@OPTIONS {Quiet=True, Encoding=#ENCODING_ISO8859_1, Compress=True}
@OPTIONS {Quiet=True, Encoding=#ENCODING_ISO8859_1}
@REQUIRE "sqlite3"
NathanH