home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19000 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.5 KB

  1. Xref: sparky comp.lang.c:19000 comp.os.msdos.programmer:11691
  2. Newsgroups: comp.lang.c,comp.os.msdos.programmer
  3. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!newshost.LaTech.edu!VM.CC.LATECH.EDU!ST21519
  4. From: ST21519@VM.CC.LATECH.EDU
  5. Subject: Re: Power C (MIX C) Compiler QUESTION
  6. Message-ID: <168CC12D69.ST21519@VM.CC.LATECH.EDU>
  7. Sender: usenet@engr.LaTech.edu
  8. Nntp-Posting-Host: vm.cc.latech.edu
  9. Organization: Louisiana Tech University
  10. References: <1992Dec20.191239.28883@leland.Stanford.EDU> <PSHUANG.92Dec21185346@freeside.ai.mit.edu>
  11. Date: Tue, 29 Dec 92 21:25:53 CST
  12. Lines: 18
  13.  
  14.  > I'm trying to use Power C to generage object files to link with Turbo
  15.  > Pascal.  To do this, I'm using the /q compiler directive to make
  16.  > Microsoft compatible object files.  But the option seems to have no
  17.  > effect.  I can't link the resulting object file with the Pascal program.
  18.  > Has anyone used the /q option in Power C successfully??
  19.  
  20. Per a voice conversation I had with MIX tech support before purchasing PowerC
  21. last week, you cannot link any object code with MIX execept for MASM.
  22.  
  23. Consult your MIX manual on page 615...
  24.  
  25. The MIX utility translates a Microsoft object (.obj) into a MIX object (.mix).
  26.  
  27. I do not know what would be different between an .obj created with MASM or
  28. QB...was going to pose that question here or in another forum.  I have not
  29. attempted to translate an .obj I have (QB, PDS) so I do not know from first
  30. hand experience - just from tech support and the manual.
  31.  
  32.