Date: Sun, 1 Aug 1999 11:42:03 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Bas Hamstra cc: djgpp AT delorie DOT com Subject: Re: How to make win9 console apps with DJ In-Reply-To: <7nsrg6$jhh0$1@reader3.wxs.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 30 Jul 1999, Bas Hamstra wrote: > a) Sometimes DOS complains that the EXE is too big. Still it DOES run from > within RHIDE. This usually means that you are invoking a raw COFF image instead of the stubified .exe program. DOS doesn't know how to run the former. > b) The app's don't seem to multitask under Win9. What exactly do you mean by that? Windows multitasks between DOS boxes, but if you want multitasking within a single program, you have to write it as a multitasking program. Check out several multitasking/multithreading packages mentioned in section 22.3 of the FAQ. > Speed is very important for my chess program. Furhter I must be able to work > with a profiler (GPROF is ok). Gprof is part of the Binutils package and should be already installed on your system. Doesn't it work for you?