Search found 626 matches

by lazi
Fri Jan 29, 2021 10:00 pm
Forum: RebelSDL
Topic: Cannot set adapter
Replies: 6
Views: 7280

Cannot set adapter

My rebelsdl required script works on OS4, but do not start on windows. The only message in a dialog window: "Cannot set adapter!" What does it mean? This is the display definition: @IF #HW_AMIGA @DISPLAY 1,{mode="windowed", width=1024, height=1280, scalemode=#SCALEMODE_AUTO, scal...
by lazi
Fri Jan 29, 2021 8:07 am
Forum: RapaGUI
Topic: Windows minimum requirements
Replies: 4
Views: 2587

Re: Windows minimum requirements

Ok. It is working now with this vcredist installed.
by lazi
Fri Jan 29, 2021 12:39 am
Forum: RapaGUI
Topic: Windows minimum requirements
Replies: 4
Views: 2587

Re: Windows minimum requirements

Thanks, I will test it!
by lazi
Thu Jan 28, 2021 6:54 pm
Forum: RapaGUI
Topic: Windows minimum requirements
Replies: 4
Views: 2587

Re: Windows minimum requirements

According to wxWidgets faq it should work.

Is there anybody who would be so kind to test it on a 32bit winxp?
by lazi
Thu Jan 28, 2021 4:15 pm
Forum: RapaGUI
Topic: Windows minimum requirements
Replies: 4
Views: 2587

Windows minimum requirements

I have just tormented myself to set up a windows xp machine to run a Hollywood program using RapaGUI. (There is an LG touchscreen monitor which has no driver above xp. What a shame.) When starting the program it complains about rapagui.hwp, but it is there. The RapaGUI guide says that the minimum is...
by lazi
Sun Jan 24, 2021 4:29 pm
Forum: Newbie questions
Topic: Generic For variables
Replies: 5
Views: 3041

Generic For variables

From the generic For description: For <var1> [, <var2>, ...] In <expr> [Do <stat>] or [<loop-block> Next] The generic version of the For statement is different from the other two versions through the fact that it calls a user-defined function to retrieve the values for each iteration. This fact make...
by lazi
Mon Jan 04, 2021 10:52 pm
Forum: Hollywood bugs
Topic: OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
Replies: 3
Views: 2755

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...
by lazi
Fri Jan 01, 2021 3:31 pm
Forum: General plugin questions
Topic: work with zip
Replies: 12
Views: 12131

Re: work with zip

airsoftsoftwair wrote: Wed Dec 30, 2020 11:01 pm However, calling zip.OpenArchive() directly should work. Have you tried that?
Yes, it works. Thanks!
by lazi
Fri Jan 01, 2021 2:52 pm
Forum: General plugin questions
Topic: hURL - NOW, DONE, YOHO output under OS4
Replies: 7
Views: 5348

Re: hURL - NOW, DONE, YOHO output under OS4

airsoftsoftwair wrote: Wed Dec 30, 2020 10:49 pm NOW 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! ;)
:lol:
Thats great!
by lazi
Fri Jan 01, 2021 2:46 pm
Forum: Hollywood bugs
Topic: OS4.1FEu2 release breaks plugin loading Hollywood pre 8.x
Replies: 3
Views: 2755

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...