You are not logged in.
Pages: 1
I am studying mormet this few day, and I try to change the demo "09 - HttpApi web server" as a application used TForm insteal of console, when I execute it and after few operation, I close the application, but it still stay in background processes (in that case, I can not re-compile my application since the exe can not be overwrite), did any body meet this case? sorry for my poor english:)
Offline
I am sure I already free the server.
What did i do? I just copy the Class TTestServer to a new project, place 2 button in a Tform, the first button will create the TTestServer and another button will free it, but even I free the TTestServer, and than close the application, it still running in background processes.
Please help .. since I have to solve this issue before I use it in a real project.
Offline
Do you have the latest mORMot version (nightly build)? What Delphi version are you using?
Can you send some sample code, sample 9 works as expected, it closes down after enter is pressed.
Offline
@igors233, I already found out the reason, it looks like the problem in my computer, since I copy this program to execute in another pc is ok. but thanks for your help
Offline
Pages: 1