-- POCO OSP like an Windows service.
Hi All,
I am using POCO OSP app like an Windows service and unix daemon, and I need get my .exe (working directory) directory, but when I try, i get this: C:\Windows\system32 (windows).
How i can get my exe dir???
I am in this class:
class EnterpriseManagerHandler: public HTTPRequestHandler
{ void handleRequest(HTTPServerRequest& request, HTTPServerResponse& response)
{
}
...
Thanks





