Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実際、xojo を使用して Linux OS で任意の gnuplot コマンドを実行できます (スクリーンショットを参照)。
しかし、Windows OS では何も起こりません。場合によってはerrorcode = -2(シェルのタイムアウト)、何もない場合もあります(空の結果)。
errorcode = -2
同じコードが異なるOSで異なる結果をもたらすのはなぜですか?
Windows で gnuplot を実行する方法がまだわかりません。(今までの) 最善の方法は、gnuplot.exe直接実行することです。
gnuplot.exe
dim file as FolderItem = SpecialFolder.Applications.Child("gnuplot").Child("bin").Child("gnuplot.exe") Shell1.Execute(file.NativePath)