home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!dfv.rwth-aachen.de!sungate.fido.de!p1.hippo.fido.de!softstream.fido.de!Thomas_Hornschuh
- Date: Fri, 21 Aug 92 15:41:21 +0200
- From: Thomas_Hornschuh@softstream.fido.de (Thomas Hornschuh)
- Subject: Re: Question : TPW and TC++ code in the same application
- Message-ID: <194d9418@p1.f36.n245.z2.fidonet.org>
- References: <68838bbe@hasler.ascom.ch>
- Newsgroups: comp.os.ms-windows.programmer.misc
- X-Comment-To: (Pauletti Andreas)
- Organization: SoftStream Development, Dortmund, Germany
- Lines: 12
-
- PA> I am developing a Windows Application under TPW. I would like to use
- PA> C++ in the future. Is is possible to write some parts of den application
- PA> with OWL under TPW and some under Borland C++ (or Turbo C++) without
- PA> writing DLLs for that specific part. but still be able to call C++ routines
- PA> fro TPW and the other way round.
-
- There is practically no way, to link TPW and BC++ Code statically together: But
- it works very well if the code resides in different DLL's. It is not that hard
- to do. Because of different object mapping between TPW and BC++ (and the
- inability of TPW do export or import class interfaces) both languages can only
- work together at the procedural level trough standard windows FAR PASCAL
- convention functions.
-