1

实际上,我可以使用 xojo 在 linux os 下执行任何 gnuplot 命令(见截图)。

在此处输入图像描述

但是,在 windows 操作系统下,什么也没有发生。有时它给我errorcode = -2(shell 超时),有时什么都没有(空结果)。

为什么相同的代码在不同的操作系统下会给出不同的结果?

4

1 回答 1

1

仍然无法弄清楚如何在 Windows 上执行 gnuplot。最好的方法(到目前为止)是gnuplot.exe直接执行。

dim file as FolderItem = SpecialFolder.Applications.Child("gnuplot").Child("bin").Child("gnuplot.exe")

Shell1.Execute(file.NativePath)
于 2015-02-22T15:46:44.833 回答