We have a VB program running as a service, via SRVANY, on an NT box - but now need to move it to an XP box. The company that created this setup for us is no longer in business, so I've got to learn how this works, quickly.
In my searches I've found some documentation for SRVANY, but I've also found NTSVC.OCX. The documentation I've found for NTSVC leads me to believe that it'll work with XP, but I haven't found anything definite on SRVANY.
That's where I need some advice. Is one of these better suited than the other? Are there "gotchas" I need to watch out for under XP?
(The program monitors an LPD port, traps the report received on the port and sends it to a text file for manipulation later. Fortunately, I have the source code, but this is my first foray into services and sockets.)
In my searches I've found some documentation for SRVANY, but I've also found NTSVC.OCX. The documentation I've found for NTSVC leads me to believe that it'll work with XP, but I haven't found anything definite on SRVANY.
That's where I need some advice. Is one of these better suited than the other? Are there "gotchas" I need to watch out for under XP?
(The program monitors an LPD port, traps the report received on the port and sends it to a text file for manipulation later. Fortunately, I have the source code, but this is my first foray into services and sockets.)