1

Actually, I'm able to execute any gnuplot command under linux os using xojo (see screenshot).

enter image description here

But, under windows os, nothing happen. Sometimes it give me errorcode = -2 (shell timeout) and sometimes is nothing (empty result).

Why the same code give different result under different os?

Pattisahusiwa
  • 205
  • 2
  • 8

1 Answers1

1

Still can't figure out how to execute gnuplot on windows. The best method (until now) is to execute gnuplot.exe directly.

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

Shell1.Execute(file.NativePath)
Pattisahusiwa
  • 205
  • 2
  • 8