Hello everyone.
Here I am again.
I am trying to understand how Hollywood recognizes the host system.
What is the command to know if I am using AmigaOS or Windows, for example?
Thanks
Emanuele
Which OS
Re: Which OS
Thanx !
I found something like this.
I will tell you if it work ! XD
Thanx for help !
Bye !!!
SpawnPPC
I found something like this.
I will tell you if it work ! XD
Thanx for help !
Bye !!!
SpawnPPC
Re: Which OS
So guys, this happens to me...
I'm developing an App with Hollywood for AmigaOS on a Windows 11 PC with Hollywood 10.
Everything is perfect but now that I need to load the Pananarama plugin in pre-processor, Hollywood obviously gives me an error. Honestly this thing bothers me a bit so to solve it I did this:
-----
@IF #HW_AMIGA
@REQUIRE "plananarama", {PaletteMode = True}
@ENDIF
-----
Load the plugin ONLY if the platform on which this program is running is a compatible AmigaOS...
Despite everything it continues to give me the error of the plugin that is not supported on Windows.
How can I avoid this very annoying alert?
Thanks everyone!
bySpawnPPC
I'm developing an App with Hollywood for AmigaOS on a Windows 11 PC with Hollywood 10.
Everything is perfect but now that I need to load the Pananarama plugin in pre-processor, Hollywood obviously gives me an error. Honestly this thing bothers me a bit so to solve it I did this:
-----
@IF #HW_AMIGA
@REQUIRE "plananarama", {PaletteMode = True}
@ENDIF
-----
Load the plugin ONLY if the platform on which this program is running is a compatible AmigaOS...
Despite everything it continues to give me the error of the plugin that is not supported on Windows.
How can I avoid this very annoying alert?
Thanks everyone!
bySpawnPPC
Re: Which OS
no alert here
do you have Hollywood 10 or older version ? (this 'misprogramming' fixed in 10)
do you have Hollywood 10 or older version ? (this 'misprogramming' fixed in 10)
Christos
Re: Which OS
I have 10 but I resolved.
Thanx
Thanx