Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!helios!csseq!randy From: randy@csseq.tamu.edu (Randy Hutson) Newsgroups: comp.sys.amiga.programmer Subject: Re: Lattice C++ Help Message-ID: <13852@helios.TAMU.EDU> Date: 28 Mar 91 04:57:58 GMT References: <40629@cup.portal.com> Sender: usenet@helios.TAMU.EDU Organization: Computer Science Department, Texas A&M University Lines: 35 In article <40629@cup.portal.com> Lee_Robert_Willis@cup.portal.com writes: >Hi Gang, > >I just bought a used copy of Lattice C++, performed the installation I saw your recent post expressing an interest in buying of used copy of Lattice C++. I thought about offering to sell you mine, but I decided that just wouldn't be nice. >procedure verbatim, and tried to compile "hello.cp". It doesn't work. Not much works right with Lattice C++. It's about as useful and productive a piece of software as "diskdoctor". >I get a system requester asking "Please insert volume DISK: in any drive". >When I cancel it, I get the message "Can't open quad file". > >Any clues? > Sounds like you're compiling a program in the RAM: drive. That's just what happens if you try to compile in the RAM: drive. Reassigning QUAD: to something besides RAM: won't fix the problem either. Try compiling your programs in a recoverable ram drive (RAD:, VD0:, etc.). Another benefit of compiling in a recoverable ram drive is that you _may_ not lose your programs which Lattice C++ guru's your system! > >Thanks, >Lee Lee_Robert_Willis@cup.portal.com You are welcome. Randy randy@csseq.tamu.edu