Mail Archives: djgpp/1997/10/09/11:02:01
On Thu, 9 Oct 1997, Herman Geza wrote:
> arrays with 100.000 elements. I said the problem begins
> from about 200.000 - 300.000 elements. If your compiler
> doesn't crash with this value, try 500.000.
I will try and let you know.
> If it still
> doesn't crash, please tell me your configuration settings.
> I haven't "out of memory", I do have SIGSEGV!
What does go32-v2 print when invoked with no arguments?
> And I must
> link my array into my program, the appending to the exe file
> is not good.
Can't you malloc the array and initialize it at run time?
- Raw text -