home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / misc / 1440 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.3 KB

  1. 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
  2. Date: Fri, 21 Aug 92 15:41:21 +0200
  3. From: Thomas_Hornschuh@softstream.fido.de (Thomas Hornschuh)
  4. Subject: Re: Question : TPW and TC++ code in the same application
  5. Message-ID: <194d9418@p1.f36.n245.z2.fidonet.org>
  6. References: <68838bbe@hasler.ascom.ch>
  7. Newsgroups: comp.os.ms-windows.programmer.misc
  8. X-Comment-To: (Pauletti Andreas)
  9. Organization: SoftStream Development, Dortmund, Germany 
  10. Lines: 12
  11.  
  12. PA> I am developing a Windows Application under TPW. I would like to use
  13. PA> C++ in the future. Is is possible to write some parts of den application
  14. PA> with OWL under TPW and some under Borland C++ (or Turbo C++) without
  15. PA> writing DLLs for that specific part. but still be able to call C++ routines
  16. PA> fro TPW and the other way round.
  17.  
  18. There is practically no way, to link TPW and BC++ Code statically together: But 
  19. it works very well if the code resides in different DLL's. It is not that hard 
  20. to do. Because of different object mapping between TPW and BC++ (and the 
  21. inability of TPW do export or import class interfaces) both languages can only 
  22. work together at the procedural level trough standard windows FAR PASCAL 
  23. convention functions.
  24.