HP3000-L Archives

April 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robert Rose <[log in to unmask]>
Reply To:
Robert Rose <[log in to unmask]>
Date:
Wed, 14 Apr 1999 17:41:33 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
I've run into this as well, using HP's C/iX compiler.  I created my own
prototype, as follows:
#ifdef __mpexl
   /* for some reason, MPE/iX doesn't declare this  */
   /* anywhere, so we will                          */
   char* inet_ntoa(struct in_addr in);
#endif
Works fine.  My program is linking with SOCKETRL.NET.SYS,
LIBCPX.LIB.SYS and LIBMANSI.LIB.SYS.  Forget which of these contains the
actual code.
Hope this helps, Bob

ATOM RSS1 RSS2