<br>When I am debugging an application in Lazarus and use the app to launch an external application with TProcess, after I stop the app to recompile, the exe cannot be saved, and I have now realized that it is because of the launched app still running in the background.<br>
<br>Is this issue due to the debugger or is it related to the way TProcess works?<br><br>This is the sample code:<br><br> AProcess := TProcess.Create(self);<br> AProcess.CommandLine := fullCommStr;<br> AProcess.ShowWindow := swoHide;<br>
AProcess.Execute;<br> AProcess.Free; <br><br>The application is meant to run in the background.<br><br>, <br clear="all"><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>