News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

only 8 files

Started by czerny, May 19, 2012, 11:38:57 PM

Previous topic - Next topic

czerny

I am not sure but aren't there not more than 8 open files possible in 6.5?


CommonTater

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.




Bitbeisser

Quote from: 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.
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

CommonTater

Quote from: Bitbeisser on May 20, 2012, 02:39:08 AM
Quote from: 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.
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.


TimoVJL

#4
Try to set Application MaxFileSize smaller like 20000000 to register or xml-file if -xml option is used.
May the source be with you

czerny

#5
QuoteTry 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.

CommonTater

Quote from: czerny on May 20, 2012, 12:00:17 PM
QuoteTry 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.