http://bugzilla.openwatcom.org/show_bug.cgi?id=1155
------- Comment #2 from
881...@qq.com 2014-09-25 01:09 PST8PDT -------
(In reply to comment #1)
> (In reply to comment #0)
>
> > long cells = 22000896;
> > p = (double*)calloc((unsigned)cells, sizeof(double));
>
> That's a 167 MiB chunk of memory you're allocating. Are you sure your DOS
> extender (and underlying DOS) supports memory sizes like that?
>
The same allocate is successful in windows XP, but failed in Win 7 32Bit and
win server 2003, I'm not sure what's the different. I'm using 'cmd' command to
run this application. In my mind, If XP is OK, then the Win 7 32 bit should be
OK.