home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / ada / 2532 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!mvb.saic.com!dayton.saic.com!hopper.dayton.saic.com!Hopperj
  2. Newsgroups: comp.lang.ada
  3. Subject: Re: LabView on the Mac with Ada
  4. Message-ID: <1992Sep3.122659.6125@dayton.saic.com>
  5. From: James Hopper <Hopperj@CCMail.Dayton.SAIC.COM>
  6. Date: 3 Sep 92 12:26:58 EDT
  7. References: <9208281631.AA02250@ajpo.sei.cmu.edu>
  8. Distribution: world
  9. Organization: SAIC
  10. Nntp-Posting-Host: hopper.dayton.saic.com
  11. X-UserAgent: Nuntius v1.1.1d9
  12. X-XXMessage-ID: <A6CBB3162C011ACB@hopper.dayton.saic.com>
  13. X-XXDate: Thu, 3 Sep 92 12:18:30 GMT
  14. Lines: 21
  15.  
  16. In article <9208281631.AA02250@ajpo.sei.cmu.edu> Will Deatrick,
  17. deatrick@sdfvax.rc.trw.com writes:
  18. >Will Deatrick
  19. Will, the Meridian Mac compiler does produce code resources.  I have used
  20. the meridian compiler to
  21. link to ASM and C code in the past without problems once i understood its
  22. calling conventions.  The
  23. manual is better on that now, but if you really want to know what its
  24. doing generate a small test
  25. program that does only the call to your C code and have the meridian
  26. compiler compile to annotated
  27. ASM and look at what it puts on stack and what it expects.  
  28. the meridian system does not seem to have the capability to generate
  29. standalone code resources.
  30. what that means to me is that the ada code has to have a main program.
  31. (this comes from looking
  32. at the compiler options and link options i dont have manual handy)  you
  33. should at least check
  34. meridian out.  perhaps you can get a review copy from the company for a
  35. few weeks to try some
  36. prototyping.
  37.