Date: Sun, 1 Jun 1997 06:48:12 -0500 (CDT) From: Andrew Deren To: Chris Holding cc: "'djgpp AT delorie DOT com'" Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I had the same problem with BC5. Each time I compiled and linked something BC loaded CAPDOS32 into memory and never unloaded it. After a while I had several of those programs loaded and it was slowing my machine. Solutions: I did not compile in the IDE, I just went to dos prompt and used command line to compile and link my programms. THere are different compilers in there. The one I used the most was BCC. Look in your bc5/bin directory. On Sun, 1 Jun 1997, Chris Holding wrote: > I am currently running BC5.0 from within Win95. The application I am > writing is for DOS.The problems I am having are: > > - I can't run the program from the prompt within windows because the COM > ports seem to be controlled by Win95. > > -Upon exit into DOS mode I find there are multiple cases of CAPDOS32 > running in the background and so it takes ages to close them all down to > get out of 95. > > I think that it has something to do with the debugger but if anyone can > shed some light on a possible solution I would appreciate it. >