It´s possible call to the Glbasic Compiler from a .exe made whit Glbasic

Previous topic - Next topic

mentalthink

It´s possible call to compiler of Glbasic from into a .exe and run lines of code, in example, writeds in a .txt file?¿...

Like if you have a code in .txt, and execute from another .EXE make in the "real" Glbasic.
:blink: :blink: :giveup: :giveup:

mentalthink

thanks ocean!!!

I supposed this can make whit

ok# = SHELLCMD(cmd$, wait#, show#, rv##)

but I don´t undertood what it´s rv, the help cooment it´s the return value of the program tranferred, then...  I have to put 0, in this case.

I tell this, becuase any C++ code have to return 0, not?¿... this it´s correct... or, "I´m invented this by the face"   :x :x

mentalthink