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