Parameter

Greetings talkers,

I am looking for a parameter to set. What is the parameter I require on my shortcut to Prowin 32 that I have on the desktop which launches my application, the parameter I require is the one to stop the blank procedure editor window when my application closes. I currentley have a shortcut on the dektop to Prowin32, that has the -db parameter, what parameter will I need to use to stop the procedure edtor blank window being launched when my application closes?
TIA
 
that's expected behaviour
for a development client, not the users run-time client

if you also have this type of client installed
you can use the -rr parameter to simulate a run-time client

or add a "quit" command at the end of your application
 
Back
Top