Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!wuarchive!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!blueeyes.kines.uiuc.edu!scott From: scott@blueeyes.kines.uiuc.edu (scott) Newsgroups: comp.os.msdos.programmer Subject: Re: Borland C++ 2.0 Keywords: Borland C++ 2.0 Message-ID: <1991Feb21.174815.29395@ux1.cso.uiuc.edu> Date: 21 Feb 91 17:48:15 GMT References: <1991Feb14.151804.6890@athena.mit.edu> <222@usna.NAVY.MIL> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 32 In article <222@usna.NAVY.MIL> don@usna.navy.mil (Mr. Donald W. Garner (CADIG STAFF) ) writes: >My Borland C++ 2.0 announcement indicated that "windows programming" was >required. When I called the 800 number the rep couldn't tell me if anything >other than Borland C++ 2.0 is required to generate complete MS Windows 3.0 >applications. OK, SDK is not required. I guess I need MS Windows 3.0 to >test applications. Is any part of the MS Windows 3.0 programming suite >required to generate complete MS Windows applications? No, BC++ 2.0 comes with everything you need to write Windows apps. It even has a special Windows version of Turbo Debugger. I have neither MSC nor the SDK, but I was able to compile and run the sample WinApps with no trouble. OK, I take that back - I had ONE slight problem (with the MicroSoft Resource Compiler that came with the package): I installed everything in the \BC subdirectory, instead of the default \BORLANDC subdirectory (I didn't want to have to type BORLANDC all the time - OK, so I'm lazy ;-) Unfortunately, this breaks the Resource Compiler, which says it can't find RCPP.ERR or some such file. This file resides in the \BORLANDC\BIN subdirectory under the default configuration, but of course on my system it resides in \BC\BIN, and this appears to be the cause of the problem. Copying the file to the same subdirectory as the program I am compiling allows RC to find this file, but there's got to be a better way. Unfortunately, none of the command line switches listed in the docs describe what to do about this error - anyone else run into this, and what did you do to fix it? -- Scott Coleman tmkk@uiuc.edu "Unisys has demonstrated the power of two. That's their stock price today." - Scott McNealy on the history of mergers in the computer industry.