home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!tessi!aardvark!tyrant
- From: tyrant@Aardvark.Rain.COM (Rex Goode)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: some questions
- Message-ID: <685@aardvark.Rain.COM>
- Date: 19 Aug 92 15:02:17 GMT
- References: <1992Aug17.112552.10644@fwi.uva.nl>
- Organization: Steve's UNIX System, Portland, Oregon
- Lines: 17
-
- blo@fwi.uva.nl writes:
-
- >- Is it possible to link the generated object-code of different languages
- > ( e.g. C, Pascal, C++, etc.) with each other to one executable?
-
- Yes, sort of. You can mix languages at link time given that you know the
- rules for doing so in each of the languages are planning on mixing (and of
- course follow those rules.) There are probably some combinations not
- possible. I could never get IBM BASIC 2.0 (compiler) to mix with C. C/C++
- and assembler makes a good combination. You can even link together things
- like R:Base and C. The key is knowing the rules which should be spelled
- out in the manuals that come with the various compilers.
- --
- ----------------------------------------------------------------------------
- Stephen Rex Goode | But common men must have their cheap marvels |
- tyrant@aardvark.rain.com | and wonders. - H.G. Wells |
- ----------------------------------------------------------------------------
-