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 操作系统下,什么也没有发生。有时它给我errorcode = -2(shell 超时),有时什么都没有(空结果)。
errorcode = -2
为什么相同的代码在不同的操作系统下会给出不同的结果?
仍然无法弄清楚如何在 Windows 上执行 gnuplot。最好的方法(到目前为止)是gnuplot.exe直接执行。
gnuplot.exe
dim file as FolderItem = SpecialFolder.Applications.Child("gnuplot").Child("bin").Child("gnuplot.exe") Shell1.Execute(file.NativePath)