[comp.sys.mac.programmer] include C++ files?

ksand@apple.com (Kent Sandvik) (05/30/91)

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