Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-winken!uunet!portal!cup.portal.com!CHRIS_LAVENDER_WADE From: CHRIS_LAVENDER_WADE@cup.portal.com Newsgroups: comp.lang.prolog Subject: Re: Interfacing Turbo Prolog to Turbo Pascal of Turbo C Message-ID: <16612@cup.portal.com> Date: 3 Apr 89 01:09:27 GMT References: <2053NU115247@NDSUVM1> Organization: The Portal System (TM) Lines: 7 Mixing Turbo Prolog and Turbo C is easy, with a small deviation from your stated goal. Turbo Prolog must be the MAIN program. This is no great sacrifice, since in the Turbo Prolog first clause, you can call your (previously named) main() in Turbo C. How is all this done? Read the excellent examples in the two sets of manuals.