Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!ksand@apple.com From: ksand@apple.com (Kent Sandvik) Newsgroups: comp.sys.mac.programmer Subject: Re: include C++ files? Message-ID: <13738@goofy.Apple.COM> Date: 30 May 91 01:13:34 GMT References: <1991May14.184612@disuns2.epfl.ch> Sender: usenet@Apple.COM Organization: Apple, DTS Platforms Group Lines: 17 In article <1991May14.184612@disuns2.epfl.ch>, fall@disuns2.epfl.ch (Saloum Fall) writes: > > > Hello , > > My question is : > > Is it possible to include C++ files in another object langages? > For example is it possible to use those files from object Pascal? > If yes how to do (from object Pascal) to include (.c, .h) files in my code. I assume we are talking about MPW. MacApp is a good example that shows that one needs two sets of header files, C++ and Object Pascal, in order to get the class definitions working in either language, even if they use the same object code (libraries). Kent Sandvik