From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fe3fadc9fc1de2d9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-05 11:50:32 PST Path: bga.com!news.sprintlink.net!news.clark.net!rahul.net!a2i!olivea!hookup!news.mathworks.com!newshost.marcam.com!uunet!newsflash.concordia.ca!vega.concordia.ca!ct_oreg From: ct_oreg@vega.concordia.ca (Chris O'Regan) Newsgroups: comp.lang.ada Subject: Pragma Interfacing Problem Date: 5 Mar 1995 05:49:42 GMT Organization: Concordia University, Montreal, Canada Message-ID: <3jbjdm$d54@newsflash.concordia.ca> NNTP-Posting-Host: vega.concordia.ca NNTP-Posting-User: ct_oreg Date: 1995-03-05T05:49:42+00:00 List-Id: Here's the problem. I am using the Meridian Ada compiler for SunOS 4.1.3 to create a DOS executable. I want to Pragma Interface functions written in C (using either Turbo C 2.0 or DJGPP.) There is some documentation explaining how to do this with the Microsoft C compiler, but I cannot get it to work with Turbo C. Does anyone have a solution? I guess that GNAT 2.03 for DOS still does not have tasking support, right? Has anyone compiled the latest version for OS/2? I noticed that the last version available is 2.00. I was considering installing Warp and compiling it myself, however it seems that I need the IBM Developer's Toolkit (which I assume is a commercial product) and more disk/memory/cpu resources than I can afford. Thanks in advance for any help. Chris O'Regan Computer Engineering, Concordia University, Montreal, Canada. --