Pelles C forum

Pelles C => Bug reports => Topic started by: Valerón on March 29, 2009, 10:12:53 AM

Title: Pelles C can't load big source file
Post by: Valerón on March 29, 2009, 10:12:53 AM
When I'm going to try load a big source code file(8.76MB) into Pelles C, it report an error
"Error reading from file 'high_qual_coeffs.h'.
Out of storage space, can't complete this operation"
The second half of this message is translated from Chinese(my XP is in Chinese locale), may not be accurately translated.

Step to reproduce:
Download the secret rabbit code (http://www.mega-nerd.com/SRC/index.html) source.
Try loading high_qual_coeffs.h(under the src directory).
Title: Re: Pelles C can't load big source file
Post by: Pelle on March 29, 2009, 02:55:05 PM
Not a bug but a feature. Look up the (Registry/XML file) setting 'MaxFileSize', and increase the default setting of 8 MB.
Title: Re: Pelles C can't load big source file
Post by: Valerón on March 29, 2009, 03:26:11 PM
Thanks for your helpful info. ;D