Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: "Suhaib Siddiqi" <ssiddiqi@inspirepharm.com>
To: <cygwin@sourceware.cygnus.com>
Subject: RE: rpcgen / XDR supprt
Date: Thu, 6 Jul 2000 11:24:44 -0400
Message-ID: <MHEMLLEBIBOHNHCIECPAMEIHCEAA.ssiddiqi@inspirepharm.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4131.1600
Importance: Normal
In-Reply-To: <000501bfe764$d3018020$071ea8c0@kabul>


You may consider using ARPC from DARPA sponsored Arcadia environments
project.
ftp://ftp.cs.colorado.edu/pub/cs/distribs/arcadia/Arpc404.0a.tar.Z

The ARPC is basically an extension of SUN RPC with a lot of goodies. It
compiles
with MSVC and I have a Cygwin port (but B 20.1, did not get time to
recompile for Cygwin 1.1.x)
at http://www.geocities.com/ResearchTriangle/Forum/6298

I hope this help.

BTW: There is a commercial port of SUN ONC RPC for MSVC, for a rediculous
price of
US$ 10,000.00 per user. Check out
http://www.netbula.com/products/powerrpc/onc-rpc.html
I hope this help.
Suhaib


> -----Original Message-----
> From: BenHanokh Gabriel [mailto:gabriel@SANgate.com]
> Sent: Thursday, July 06, 2000 12:11 PM
> To: Suhaib Siddiqi; Tim Prince; cygwin@sourceware.cygnus.com
> Subject: Re: rpcgen / XDR supprt
>
>
> hi
>
> i have d/l it  but it also doesn't work with VC.
> so i cut the XDR files and created a static win32 lib from them( played a
> bit with the types );
> now i succeded to create basic data structure( short, long,
> string & nested
> struct ) and to read them from linux.
>
> the problem was is the rpcgen leave the hyper( 64 bit integer ) as hyper
>  should become long_long_t / LONGLONG or something similiar )
> i have checked the rpcgen under linux and it has the same problem.
> only the rpcgen on solaris succed to translate it into long_long_t.
>
> suggestion ?!
>
> THX
> /gabriel


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

