home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18893 < prev    next >
Encoding:
Text File  |  1993-01-10  |  890 b   |  22 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!ames!kum.kaist.ac.kr!worak!usenet
  3. From: mjkim@kaist.ac.kr (Kim Myoung-Jun)
  4. Subject: Re: BC++ 3.1, outportb -> Bad call
  5. Message-ID: <1993Jan10.094545.17863@worak.kaist.ac.kr>
  6. Sender: usenet@worak.kaist.ac.kr (Usenet)
  7. Organization: Korea Advanced Institute of Science and Technology
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. References: <1993Jan1.081040.46014@kuhub.cc.ukans.edu>
  10. Date: Sun, 10 Jan 93 09:45:45 GMT
  11. Lines:       10
  12.  
  13. Turn off pre-compiled headers. I have simillar experience.
  14. Using BC++ 3.0 with pre-compiled headers on, it often produced
  15. incorrect EXE file with successful compilatoin message.
  16. I could fix this by Full Build.. (or deleting .SYM maybe works).
  17. Now I doesn't use pre-compiler headers. Yes, compling is slow.
  18. But it's not much time and I am happy with correct EXE file.
  19.  
  20. Myoung-jun Kim
  21. mjkim@jupiter.kaist.ac.kr
  22.