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

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