I have written 2 applications that I need some help with. One was written using ANSI C and compiled on an SGI UNIX Workstation. The other was written in MS VC++ and compiled for use on an NT network. Here's my question:
I need the NT application to make a call through the network and execute the UNIX application. We have NFS mounted the UNIX workstation to the NT network, but I'm not sure how to execute the call. I am new at cross-platform programming so I don't know what is required.
Any help would be greatly appreciated - especially code examples
I need the NT application to make a call through the network and execute the UNIX application. We have NFS mounted the UNIX workstation to the NT network, but I'm not sure how to execute the call. I am new at cross-platform programming so I don't know what is required.
Any help would be greatly appreciated - especially code examples