home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7638 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  763 b 

  1. Path: sparky!uunet!olivea!charnel!rat!koko.csustan.edu!nic.csu.net!eis.CalState.EDU!mparanj
  2. From: mparanj@eis.calstate.edu (Milind Paranjpe)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Linking C++ .OBJ's with TP 5.5
  5. Message-ID: <BzosFE.KA6@eis.calstate.edu>
  6. Date: 23 Dec 92 00:38:01 GMT
  7. Organization: Calif State Univ/Electronic Information Services
  8. Lines: 11
  9.  
  10. Hello:
  11.  
  12. I'm trying to link in functions written in Borland C++ 2.0 into a Pascal
  13. program (TP 5.5).  I keep getting errors saying that the public symbols in
  14. the C++ .OBJ file aren't in the CODE segment.  Looking at the C++ manual, all
  15. the code goes in a segment called _TEXT.  Is there a way to change this so
  16. TP 5.5 can recognize and use the C++ function??
  17.  
  18. Thanks,
  19. Milind Paranjpe
  20. paranjpe@eis.calstate.edu
  21.