Since http://www.smorgasbordet.com/pellesc/ seems to be offline, you can find the Download of Pelles C here in this Forum.
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.
Quote from: CommonTater on May 20, 2012, 12:10:50 AMI 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#msg15105Ralf
Try to set Application MaxFileSize smaller like 20000000 to register or xml-file if -xml option is used.
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.