QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Aurel on January 21, 2020, 08:13:15 am
-
Just to let you know
command line switch "-o" or "-o " not work from ShellExecute
this is part of souce code of my editor, but option without -o work
o2 code:
MsgBox exepath,"EXE PATH (-o)" '( switch to open exe is -o )
ShellExecute(0,"open",chr(34) + exepath + chr(34), "","" , 5)
-
I think more context is needed. What version of QB64 you are running and what are you trying to accomplish.
-
Sorry if i made confusion
I am trying to configure/modify my own editor to work with qb64.
I use both SDL, and 1.3 version 32bit on win7.
When i do that i will try to make 64bit version too.