Well, I'm doing a program with VCLua and I realized that after compiling, even with the graphical interface, it executes the mode command line, how do I prevent this? Running only the program. Compileri with SrLua. The program is basically this:
require("vcl")
form = VCL.Form("Form")
form._ = {position="podesktopcenter", width=480, height=240, caption="Compiler", BorderStyle="bsDialog"}
form:ShowModal()