windows os下的xojo和gnuplot - 什么都没发生

时间:2015-02-22 12:14:00

标签: windows gnuplot xojo

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

enter image description here

但是,在Windows操作系统下,没有任何事情发生。有时它会给我errorcode = -2(shell超时),有时候什么都不是(空结果)。

为什么相同的代码在不同的os下给出不同的结果?

1 个答案:

答案 0 :(得分:1)

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

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

Shell1.Execute(file.NativePath)