Error loading sqlite3.hwp
Posted: Sun Feb 08, 2026 8:24 pm
Hi,
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.
It compiles fine on 11.0 but when run gives the error shown in the title of this topic. What am I dong wrong? Thanks.
NathanH
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