Search found 560 matches
- Mon Jan 04, 2021 10:52 pm
- Forum: Hollywood bugs
- Topic: OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
- Replies: 3
- Views: 290
Re: OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
Ahh, at last we know what that history entry really means! :-) Was the reason is violating this? NAME LoadSeg -- Loads a loadable file into memory. (68K or NATIVE) ... WARNING Never assume what the result of this function represents. You must use IDOS->GetSegListInfo() to determine the actual constr...
- Fri Jan 01, 2021 3:31 pm
- Forum: General plugin questions
- Topic: work with zip
- Replies: 12
- Views: 5821
Re: work with zip
Yes, it works. Thanks!airsoftsoftwair wrote: ↑Wed Dec 30, 2020 11:01 pmHowever, calling zip.OpenArchive() directly should work. Have you tried that?
- Fri Jan 01, 2021 2:52 pm
- Forum: General plugin questions
- Topic: hURL - NOW, DONE, YOHO output under OS4
- Replies: 5
- Views: 225
Re: hURL - NOW, DONE, YOHO output under OS4
airsoftsoftwair wrote: ↑Wed Dec 30, 2020 10:49 pmNOW I've just examined this and it looks like some debug output wasn't removed from the OS4 build of hURL. I've fixed this now, so consider it DONE and the hURL archive has been updated. YOHO!![]()

Thats great!
- Fri Jan 01, 2021 2:46 pm
- Forum: Hollywood bugs
- Topic: OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
- Replies: 3
- Views: 290
OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
It seems to me that something breaks older Hollywood executables in the latest OS4 update. The symptom is that programs doesn't starts and complaining missing plugin files. Recompiling the scripts with 8.0 and problems are gone. Unfortunately there are executables in the wild which stops working fro...
- Tue Dec 29, 2020 6:03 pm
- Forum: General plugin questions
- Topic: work with zip
- Replies: 12
- Views: 5821
Re: work with zip
Sorry to hijack this thread, but the subject is so loosy I can put my wish here. I found that the zip plugin requires zip files with obligatory ".zip" file extension. Beyond the fact that for an Amiga user, the file extensions are just creations of lesser minds, there are other resons against them. ...
- Tue Dec 29, 2020 5:52 pm
- Forum: General plugin questions
- Topic: hURL - NOW, DONE, YOHO output under OS4
- Replies: 5
- Views: 225
Re: hURL - NOW, DONE, YOHO output under OS4
It could be the remnants of a hard working men's satisfied sigh!
And you made it vanish! How dare you?
Nice find!
In what circumstances did you got the messages?
And you made it vanish! How dare you?

Nice find!
In what circumstances did you got the messages?
- Sat Dec 05, 2020 5:13 pm
- Forum: Announcements
- Topic: XMP plugin 1.0 released!
- Replies: 17
- Views: 3371
Re: XMP plugin 1.0 released!
Nice! Thanks!
- Sun Oct 25, 2020 11:27 pm
- Forum: Newbie questions
- Topic: LUMIX GX80 UDP Streaming
- Replies: 38
- Views: 3302
Re: LUMIX GX80 UDP Streaming
No, it is a default value which is valid if you not set the 'size' parameter.
If you want other maximum number of bytes to receive then set it at the second value of the function.
If you want other maximum number of bytes to receive then set it at the second value of the function.
- Tue Aug 18, 2020 1:16 pm
- Forum: GL Galore
- Topic: Scalebrush on hardware brush buggy
- Replies: 3
- Views: 2033
Re: Scalebrush on hardware brush buggy
Ok, ok, I know that miniGL bugs are no-go! To be understand the problem, could you give me some rough details what happens when the script has a ScaleBrush() function with hardware brush on a GLgalore display? Checked the display adapter plugin and the GfxBase SDK, but it is over my current knowledg...
- Fri Aug 14, 2020 8:24 pm
- Forum: RapaGUI
- Topic: Newbie question about SQLite3
- Replies: 4
- Views: 622
Re: Newbie question about SQLite3
Not so fast on closing the topic, maybe others will have similiar questions in the future :-) The two most helpful information source for Hollywood SQlite: 1. Lua SQLite implementation wiki which is almost identical to our need http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki 2. The main SQ...