Hi!
I'm trying to create a windows service from PB Classic 12.5. Does anyone know or have a sample about how can I create this? I tried to create a simple application that change a registry key. I generated an exe file and executed this command line on cmd [sc create <new_service_name> binpath= "<path_to_the_executable>"]. This created the service on Windows service list, but this error occurred: error 1053 the service did not respond to the start or control request in a timely fashion.
Can anyone help me?
Thanks in advance.
Pedro Soares