You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested your solution with Octave 7.2.0 and you should know the application name 'octave-cli.exe' has changed to 'octave-launch.exe'. Also notice that 'octave-launch.exe' is now used for both GUI and CLI by using arguments:
GUI: "C:\Program Files\GNU Octave\Octave-7.2.0\octave-launch.exe" --gui
CLI: "C:\Program Files\GNU Octave\Octave-7.2.0\octave-launch.exe" --no-gui
In OctaveGlobal.cs the application name is changed:
I have tested your solution with Octave 7.2.0 and you should know the application name 'octave-cli.exe' has changed to 'octave-launch.exe'. Also notice that 'octave-launch.exe' is now used for both GUI and CLI by using arguments:
GUI: "C:\Program Files\GNU Octave\Octave-7.2.0\octave-launch.exe" --gui
CLI: "C:\Program Files\GNU Octave\Octave-7.2.0\octave-launch.exe" --no-gui
In OctaveGlobal.cs the application name is changed:
In OctaveProcess.cs the Arguments "--no-gui" is added: