Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!iscuva!randyg
From: randyg@iscuva.ISCS.COM (Randy Gordon)
Newsgroups: comp.lang.prolog,comp.sys.ibm.pc
Subject: Re: Arity/Prolog and Microsoft C 5.0?
Message-ID: <968@iscuva.ISCS.COM>
Date: Tue, 8-Dec-87 15:19:13 EST
Article-I.D.: iscuva.968
Posted: Tue Dec  8 15:19:13 1987
Date-Received: Sun, 13-Dec-87 06:33:13 EST
References: <1214@uhccux.UUCP>
Reply-To: randyg@iscuva.UUCP (Randy Gordon)
Distribution: na
Organization: ISC Systems Corporation, Spokane, WA
Lines: 14
Keywords: Arity Prolog Microsoft C
Summary: Arity and C
Xref: mnetor comp.lang.prolog:484 comp.sys.ibm.pc:10919

In article <1214@uhccux.UUCP> todd@uhccux.UUCP (The Perplexed Wiz) writes:
>
>Has anyone successfully linked a Microsoft C (version 5.0) function
>to Arity/Prolog 4.0?  It seems like a lot has changed since Arity
>wrote the "Building Arity/Prolog Applications" handbook.  For example,

I just put up an example of linking arity prolog and C (version 4) with the
plink linker on the Arity Bulletin Board. Plink allows you both multiple
overlays and multiple overlay areas. With version 4 Arity, you have to 
add a few "class" statements to your plink command file. (Not necessary using
the microsoft linker).

In a couple of weeks version 5 of Arity Prolog will be out and the C interface
will be much cleaner(getint, etc dissapears... and you can call prolog from C!)