I'm developing an application using VB 6.0 on NT which is to recieve data from a UNIX box via ONC RPC.
What do I need to do to make this work?
Is there a DLL or Control that I can download that will allow me to connect?
Printable View
I'm developing an application using VB 6.0 on NT which is to recieve data from a UNIX box via ONC RPC.
What do I need to do to make this work?
Is there a DLL or Control that I can download that will allow me to connect?
Not much help here. Try RPC in MSDN. There is some information.
I've used rpc peer-to-peer in unix. That is actually not too hard.
RPC System Services (the lookup in in MSDN) in the Windows world is really meant for accessing remote COM servers. You run a setup procedure on the server, then the client uses the .vbr file created on the server. Unix doesn't know about COM.