home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 7012 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!caen!jwh
  3. From: jwh@citi.umich.edu (Jim Howe)
  4. Subject: IBM Beta C++ Compiler and SOM
  5. Message-ID: <PtS=_SB@engin.umich.edu>
  6. Date: Mon, 14 Dec 92 16:51:51 EST
  7. Organization: IFS Project, University of Michigan
  8. Reply-To: jwh@citi.umich.edu
  9. Nntp-Posting-Host: tarkus.citi.umich.edu
  10. Lines: 30
  11.  
  12. I have the latest IBM PDK (November) which includes
  13. the beta C++ compiler as well as the programmers
  14. toolkit.  I was trying to rebuild the WPCAR sample
  15. program and got an unexpected compiler error.  The
  16. error occurs in the car.ih file, which is generated
  17. automatically from the SOM compiler.  The specific
  18. error was:
  19.  
  20. car.ih(233:24) : severe error EDC0002: Unexpected compiler
  21.                  error #C000000005:1EFCA occurred.
  22.  
  23. The section of code which cause the problem looks
  24. like this:
  25.  
  26.     return (Car_QueryBrakes(somSelf));
  27.  
  28. Has anyone else run into this problem?  Is anyone successfully
  29. using the beta C++ compiler with SOM?  Are there some other
  30. compiler flags that I need to use to get the thing to compile?
  31. I'm using the makefile which came with the toolkit but it's
  32. possible that the C++ compiler may need different flags.  Any
  33. help would be appreciated.
  34.  
  35.  
  36.  
  37. James W. Howe                  internet: jwh@citi.umich.edu
  38. University of Michigan             uucp: uunet!mailrus!citi.umich.edu!jwh
  39. Ann Arbor, MI   48103-4943         
  40.  
  41.  
  42.