[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RPC from Win NT to Unix
On Sat, 21 Nov 1998, Alexander Indenbaum wrote:
> I need to write a program which will run on NT and will talk with
> Unix RPC server.
>
> Can anyone give me pointers where and what should I read?
perhaps Sun's rpc code would compile in NT using cygwin32? or even linux's
RPC code.
winNt has RPC (i think it is called MSRPC) which *should* be compatible
with DCE-RPC, which is very likely NOT what you have on your unix side
(not to mention i won't trust this claimed MS compatibility...).
guy