Mail Archives: djgpp/1997/08/05/03:04:03
On Mon, 4 Aug 1997 10:34:37 GMT, Uwe Koehler
<ukoehler AT holz11 DOT uni-paderborn DOT de> wrote:
> For some reason (unknown to me) the result when querying an
> array XX[i] is not the same. It all works fine under Linux, but I get
> complete nonsence under DOS.
Try increasing the stack size (it's 256K by default in DJGPP), e.g.
unsigned _stklen = 1048576; /* need a 1MB stack */
More info about this is in section 15.9 of the DJGPP-FAQ (faq210b.zip).
If this doesn't help, you could give us a bit more information, maybe
post the smallest program that reveals the problem.
You are compiling with -Wall and get no errors, aren't you?
Regards...
Michael
--
Spammers: ask secretreports AT answerme DOT com for free info
about how to explode your business.
hoefner AT ddv DOT de wants to learn more about spam and UCE. Please help him.
- Raw text -