Pelles C forum

Pelles C => General discussions => Topic started by: czerny on May 19, 2012, 11:38:57 PM

Title: only 8 files
Post by: czerny on May 19, 2012, 11:38:57 PM
I am not sure but aren't there not more than 8 open files possible in 6.5?

Title: Re: only 8 files
Post by: CommonTater on May 20, 2012, 12:10:50 AM
I ran into this when I first updated from 5 to 6.5...
Apparently the 32 bit POIDE for 6.5 will only allow you to open 8 files...  The 64 bit IDE did not have the limitation.

 

Title: Re: only 8 files
Post by: Bitbeisser on May 20, 2012, 02:39:08 AM
I ran into this when I first updated from 5 to 6.5...
Apparently the 32 bit POIDE for 6.5 will only allow you to open 8 files...  The 64 bit IDE did not have the limitation.
Neither does the 32bit version, as I already posted in the previous thread, I could happily open up more than a dozen source files just fine....

http://forum.pellesc.de/index.php?topic=4112.msg15105#msg15105

Ralf
Title: Re: only 8 files
Post by: CommonTater on May 20, 2012, 04:45:48 AM
I ran into this when I first updated from 5 to 6.5...
Apparently the 32 bit POIDE for 6.5 will only allow you to open 8 files...  The 64 bit IDE did not have the limitation.
Neither does the 32bit version, as I already posted in the previous thread, I could happily open up more than a dozen source files just fine....

http://forum.pellesc.de/index.php?topic=4112.msg15105#msg15105

Ralf

I'd forgotten all about that... thanks for the reminder.  I know I ran into this someplace... now I'm not so sure where and why... The fix was to reinstall Pelles C... that much I remember.

Title: Re: only 8 files
Post by: TimoVJL on May 20, 2012, 11:40:55 AM
Try to set Application MaxFileSize smaller like 20000000 to register or xml-file if -xml option is used.
Title: Re: only 8 files
Post by: czerny on May 20, 2012, 12:00:17 PM
Quote
Try to set Application MaxFileSize smaller like 20000000 to register or xml-file if -xml option is used.

Yes, that helps. I had 0x08000000 and reduced it to 0x01000000. There shouldn't be such a hugh default in my opinion.
Title: Re: only 8 files
Post by: CommonTater on May 20, 2012, 03:10:55 PM
Quote
Try to set Application MaxFileSize smaller like 20000000 to register or xml-file if -xml option is used.

Yes, that helps. I had 0x08000000 and reduced it to 0x01000000. There shouldn't be such a hugh default in my opinion.

Even with the reduced size your max is still 16 megabytes... you might want to try something like 0x00040000 which is 256k.