winとlinuxのクロス環境が必要で久しぶりにHSPを扱っています。
ubuntu 20.04LTS で、最新の git でのコンパイル、インストールを行い、
hogehoge@vaio0001:~/dev/OpenHSP$ ./hsed
hsed: RUN(./hspcmp -d -i -u /home/hogehoge/dev/OpenHSP/__hsptmp.hsp)
#HSP script preprocessor ver3.6 / onion software 1997-2021(c)
#Use file [hspdef.as]
#Use file [dish_enhance.as]
#HSP code generator ver3.6 / onion software 1997-2021(c)
#use UTF-8 strings.
#Code size (228) String data size (110) param size (0)
#Vars (2) Labels (2) Modules (0) Libs (0) Plugins (1)
#No error detected. (total 820 bytes)
Runtime[hsp3].
hsed: Runtime [hsp3cl].
2023年9月1日(金)
の通り、テキスト扱いは動くのですが、
どうやらグラフィックにアクセスすると、
hogehoge@vaio0001:~/dev/OpenHSP$ ./hsp3cl block3.ax
#Error 21 in line 10 (./sample/block3.hsp)
-->サポートされない機能を選択しました
のようにエラーがでるようです。
※以下を追記済み
#include "hsptv.as"
#include "hsp3dish.as"
;
; ブロック崩し(3)
; (ボール・バー・ブロック表示します)
;
画像へのアクセスがエラーとなるようです。
解決方法がわからないのですが、ご支援いただけませんでしょうか?