button gosub "test",*test
stop
*test
repeat
wait 100
loop
return
上記のコードを実行し、testボタンを押してからバツボタンで閉じようとすると、
下記のエラーが発生します。回避する方法はありませんでしょうか。
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: プログラムのパス
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
・HSP3.51です。
・Windows10 64bitでコンパイル実行するとエラーが発生します。
・Windows10 32bitでコンパイル実行しても問題ありません。
・64bit環境で作成したexeを32bit環境で実行しても問題ありません。
・32bit環境で作成したexeを64bit環境で実行するとエラー発生します。
・VCランタイムはいろいろインストールしましたが改善しませんでした。
以上よろしくおねがいします。