Mail Archives: djgpp/1999/08/01/15:24:04
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?
- Raw text -