home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zephyr.ens.tek.com!vice!bobb
- From: bobb@vice.ICO.TEK.COM (Bob Beauchaine)
- Newsgroups: comp.lang.pascal
- Subject: Re: Turbo Pascal -> Borland C++?????
- Message-ID: <10158@vice.ICO.TEK.COM>
- Date: 13 Aug 92 23:54:45 GMT
- References: <1992Aug10.113545.58016@cc.usu.edu> <1992Aug13.120331.1@vaxb.acs.unt.edu>
- Organization: Tektronix, Inc., Beaverton, OR.
- Lines: 20
-
- In article <1992Aug13.120331.1@vaxb.acs.unt.edu> wilsonm@vaxb.acs.unt.edu writes:
- >Well there is suppose to be a way to call C OBJ's from Pascal. I have yet to
- >get it to work correctly though. All the sample code that comes with BC 3.0
- >works great...but when I try a simple string alteration it chokes.
- >
-
- You'll probably notice that the examples uses exactly zero calls
- to the C++ run time library. If, in your code, you included
- <string.h> and then called *any* of the routines therein, the
- linker can't resolve the references to RTL calls. I too wish
- Borland would support linking .LIB's into TP programs.
-
- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
-
- Bob Beauchaine bobb@vice.ICO.TEK.COM
-
- C: The language that combines the power of assembly language with the
- flexibility of assembly language.
-
- Real friends don't let friends use UNIX.
-