Hi,
I would like to know how can we configure power builder application as windows service that gets triggered as per the setup. I have gone through few posts earlier regarding this and understand that we would need a third party tool like NSSM / PBNIServ that can handle this. Could you please help me understand the step by step process in achieving this as all other posts we have seen so far are not giving handful information.
Thanks,
Sailaja.
Does PBNIServ support threads yet (SharedObjects)? I have been using PBService for years and it works great but they stopped supporting it a few years ago so I can't recommend it to Sailaja.
Chris
I have another Windows Service tool:
https://www.topwizprogramming.com/windaemon.html
The service is a C++ exe that communicates with a PB exe. You could use SharedObjects with that method.