Newsgroups: comp.lang.pascal Path: utzoo!utgpu!news-server.csri.toronto.edu!helios.physics.utoronto.ca!aurora.physics.utoronto.ca!lamouche From: lamouche@aurora.physics.utoronto.ca (Guy Lamouche) Subject: Re: TC++ <-> TP 6.0 Mixed Language Development Message-ID: <1991Apr5.161027.6978@helios.physics.utoronto.ca> Sender: news@helios.physics.utoronto.ca (News Administrator) Nntp-Posting-Host: aurora.physics.utoronto.ca Organization: University of Toronto Physics/Astronomy/CITA References: <45670006@hpcupt3.cup.hp.com> Date: Fri, 5 Apr 1991 16:10:27 GMT In article <45670006@hpcupt3.cup.hp.com> defaria@hpcupt3.cup.hp.com (Andy DeFaria) writes: >Is it possible to call Turbo Pascal 6.0 functions from Turbo C++? The If you look on the distribution disks, you will find examples of this in CTOPAS.C and CTOPAS.PAS. But even if this is possible, you will encounter problems because Turbo C makes calls to internal functions that you would have to recompiles with the pascal calling convention ( you would need the runtime library C source code). If you need some C built-in routine, forget it. Guy LAmouche penguin.physics.utoronto.ca