Search found 23 matches

by BeChris
Wed Apr 15, 2020 3:01 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

OK thanks for the advice.

I was not aware of that.
by BeChris
Wed Apr 15, 2020 3:00 pm
Forum: SDK
Topic: New plugin: sfp
Replies: 0
Views: 4557

New plugin: sfp

Hello, I developped sfp (aka SysFootPrint) plugin for Hollywood. This plugin exposes one new function to Hollywood scripts : sfp.SysInfo() /* This function returns a table containing following subtables: ** 1)cpu table : everything about CPU model identification, capabilities (MMX, SSE, ...), caches...
by BeChris
Tue Apr 14, 2020 5:23 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

Many thanks plouf for your feedback.

I'm going to put in place an Amiga classic environment to be able to test.
by BeChris
Sun Apr 12, 2020 1:34 am
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

Many thanks jPV for your feedback. It's my first attemp to develop on modern Amiga like platforms. I was so happy that it succeed that I didn't notice the different output : I will check it out. I managed to generate a cross compilation toolchain to target AmigaOS 4.1 from Linux. If someone would li...
by BeChris
Sat Apr 11, 2020 2:09 am
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

Yes it works !

You can test again with updated plugin to confirm.
by BeChris
Fri Apr 10, 2020 10:01 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

Many thanks for your feedback jPV.
Unfortunately I don't have the knowledge to use such output you provided.

In the meantime I succeed in installing a MorphOS 3.13 system in qemu.
So I hope to be able to do the test on my own.
by BeChris
Thu Apr 09, 2020 10:29 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

OK so I prepared for everyone a test package for MorphOS and AmigaOS3 (with and without fpu). I didn't compile yet for AmigaOS4. Download Hollywood player for your platform at Hollywood download page Download the test applet : test_xlsreader.hwa Download an example xls file and put it in the same di...
by BeChris
Wed Apr 08, 2020 10:18 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

I prepared a test_xlsreader executable and an exemple.xls for you to test.
Could you PM me to give your email address?
by BeChris
Tue Apr 07, 2020 11:47 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

I just modified conversion from unicode to UTF-8 function so that it now uses Unicode functions from Hollywood >= 7 I also added xlsreader.hwp compiled for os3, os3fpu and mos (MorphOS). Could someone take a look at what I did in TEST_AMIGAOS3 branch ? It would be a pity if this plugin is available ...
by BeChris
Fri Apr 03, 2020 7:06 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20487

Re: New plugin: xlsreader

Thanks for the tip.
I will try that.