home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18093 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.9 KB

  1. Xref: sparky comp.lang.c++:18093 comp.os.ms-windows.programmer.tools:1729
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu!ut-emx!jamshid
  3. From: jamshid@ut-emx.uucp (Jamshid Afshar)
  4. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools
  5. Subject: Re: Define WIN30/WIN31 ?
  6. Message-ID: <85466@ut-emx.uucp>
  7. Date: 16 Dec 92 21:26:46 GMT
  8. References: <1992Nov17.144939.21793@cc.gatech.edu> <mazz.722147924@mars> <1ge3raINN5k3@agate.berkeley.edu>
  9. Reply-To: jamshid@emx.utexas.edu
  10. Followup-To: comp.os.ms-windows.programmer.tools
  11. Organization: The University of Texas at Austin; Austin, Texas
  12. Lines: 30
  13.  
  14. Crossposted and followups redirected to comp.os.ms-windows.programmer.tools.
  15.  
  16. In article <1ge3raINN5k3@agate.berkeley.edu> jeff@emily10.Berkeley.EDU (Jeffrey C. Ely) writes:
  17. >Well I my first attempt at compilation was the step1.cpp program.  I was a 
  18. >little bothered that the compilation failed because "OWL applications require 
  19. >either WIN30 or WIN31 to be defined."
  20.  
  21. Are you compiling using the IDE?  The project file that I have has
  22. WIN31 defined.  If you would rather use the command line compiler, use
  23. prj2mak since there are lots of compiler/linker options that must set.
  24.  
  25. >I know nothing about these macros (?)
  26. >and can find nothing about them in the documentation.
  27.  
  28. Look in the borlandc\owl\doc directory (and borlandc\doc) for
  29. this and other important information.
  30.  
  31. >Just as an experiment I added the line #define WIN30.
  32.  
  33. It's better to add it in the Options or on the command line.
  34.  
  35. >error only to get a whole bunch of new errors, the first of which were four 
  36. >repetitions of "Cannot access Object.H" 
  37.  
  38. I don't know.  Try using the project file and reading the 'doc' text
  39. files).  If you installed TC++ in a directory other than the default
  40. directory you might (not sure) have to change some paths.
  41.  
  42. Jamshid Afshar
  43. jamshid@emx.utexas.edu
  44.