delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/08/04/15:08:58

From: "Campbell, Rolf [SKY:1U32:EXCH]" <cp1v45 AT americasm01 DOT nt DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: A bug
Date: Wed, 04 Aug 1999 14:23:57 -0400
Organization: Nortel Networks
Lines: 23
Message-ID: <37A8853D.E6E76EEF@americasm01.nt.com>
References: <199907290753 DOT JAA19712 AT aurora DOT put DOT poznan DOT pl>
NNTP-Posting-Host: bmerhc00.ca.nortel.com
Mime-Version: 1.0
X-Mailer: Mozilla 4.7 [en] (X11; I; HP-UX B.10.20 9000/712)
X-Accept-Language: en
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Wieslaw Bela wrote:

>   I want to report a bug that I've  found while making a project in
> DJGPP.
> const MaxBok = 10, MaxWys = 20;
> const IlWierzch = 4, IlScian = 3;
> struct punkt2D
> {
>         int x, y;
> };
> typedef punkt2D sciana [IlWierzch];
>
> sciana wyglad [MaxBok + 1] [MaxBok + 1] [MaxWys + 1] [IlScian];

    That's a big array, 11x11x21x4x8 =~ 80k.  I've heard that DJGPP
sometimes has problems allocation global static arrays.  You might have to
use dynamic arrays.

--
     -Rolf Campbell (39)3-6318



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019