Search found 133 matches

by NathanH
Tue Jan 20, 2026 11:47 pm
Forum: Newbie questions
Topic: Amiga OS4 Specific Programming
Replies: 3
Views: 518

Re: Amiga OS4 Specific Programming

Thanks guys!
by NathanH
Mon Jan 19, 2026 11:07 pm
Forum: Newbie questions
Topic: Amiga OS4 Specific Programming
Replies: 3
Views: 518

Amiga OS4 Specific Programming

Hi, I've always developed for OS39 functionality as that is the lowest common denominator for Amigaoids so one version should run anywhere. I recently got my AmigaOne with OS4.1 FE up and running again so am excited to write versions specifically for it. The Hollywood guide mentions OS4 functionalit...
by NathanH
Wed Jan 14, 2026 12:21 am
Forum: General programming
Topic: Help with SQLite Prepared Statements
Replies: 2
Views: 727

Re: Help with SQLite Prepared Statements

Thanks lazi,

I was using stmt:step() when I should be using stmt:dostep(). That should make all the difference in the world. Thanks very much!!

NathanH
by NathanH
Tue Jan 13, 2026 10:13 pm
Forum: Wishlist
Topic: Caveats added to readme of SQLite wrapper
Replies: 1
Views: 670

Caveats added to readme of SQLite wrapper

Hi, The latest sqlite version on Aminet for all amigoids is 3.34a. This version is 100s of times faster than the 3.6.1 version it replaced so is my preferred setup. Using this version from the shell accepts views with CTEs and window functions and accepts partial indices. The current SQLite wrapper ...
by NathanH
Thu Jan 08, 2026 8:16 pm
Forum: General programming
Topic: Help with SQLite Prepared Statements
Replies: 2
Views: 727

Help with SQLite Prepared Statements

Hi, I recently ventured into this area while trying to optimize some code. I have had success using prepared statements with SELECT queries and For row In stmt:rows(sql$). I haven't been able, however to use them with an INSERT or UPDATE action query. I tried stmt:exec() and get an error and stmt:St...
by NathanH
Tue Oct 21, 2025 5:16 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 2
Views: 3894

AROS x86_64 bit

Hi, You've probably been asked this a million times but reading some of the threads on AROSWorld it looks like 32-bit AROS is pretty much legacy now with all development focusing on 64-bit. Deadwood is writing an emulator so it can also run 32-bit apps and Hollywood itself and its apps are a big par...
by NathanH
Thu Sep 11, 2025 3:35 pm
Forum: Hollywood bugs
Topic: HollywoodPlayer crashes on Apple M1 Max
Replies: 2
Views: 1518

Re: HollywoodPlayer crashes on Apple M1 Max

That did the trick! Sorry I didn't catch that in the FAQ about HollywoodPlayer. Thanks for the help, he can run some of my applets now.

NathanH
by NathanH
Thu Sep 11, 2025 2:46 pm
Forum: General programming
Topic: How to tell if a file is a valid sqlite database?
Replies: 5
Views: 2050

Re: How to tell if a file is a valid sqlite database?

Thanks guys, that's perfect.

NathanH
by NathanH
Wed Sep 10, 2025 10:20 pm
Forum: General programming
Topic: How to tell if a file is a valid sqlite database?
Replies: 5
Views: 2050

How to tell if a file is a valid sqlite database?

Hi, I thought that I could trap an error in trying to open a file that isn't a database with the following code. It still gives a Hollywood error message though. Am I doing something wrong or is there another way to test the file? Thanks. NathanH @DISPLAY 1, {hidden=True} @REQUIRE "sqlite3"...
by NathanH
Wed Sep 10, 2025 5:07 pm
Forum: Hollywood bugs
Topic: HollywoodPlayer crashes on Apple M1 Max
Replies: 2
Views: 1518

HollywoodPlayer crashes on Apple M1 Max

Hi, My brother tried the HollywoodPlayer HWPlayer_MacOS_arm64.dmg for "Apple Silicon" on his Apple M1 Max machine. Its got 64Gb RAM and is running macOS Sequoia 15.6.1. When he tried to run it he got a requestor stating "HollywoodPlayer is damaged and can't be opened. You should move ...