M
Matthew Maylin
I'm trying to call a external program from another. My main program is a GUI
buildin borland c++ builder, and my sibbling is compiled Matlab code.
I would like to call to the program, passing arguments and suppress the
msdos window from popping up.
I have had success with system( ) and spawnl( ) but cant seem to get the
external program to just run in the background.
buildin borland c++ builder, and my sibbling is compiled Matlab code.
I would like to call to the program, passing arguments and suppress the
msdos window from popping up.
I have had success with system( ) and spawnl( ) but cant seem to get the
external program to just run in the background.