|
-
Oct 25th, 2001, 05:48 AM
#1
Thread Starter
Fanatic Member
UNIX to VB/NT via ONC RPC???
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?
-
Oct 26th, 2001, 04:21 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|