This is not a general bug, meaning, only I seem to have it.
When selecting File/New/Source code the IDE crashes. PellesC for Windows MessageBox pops up and says 'Exception: C0000374'
If it's not easy to fix don't concern yourself, I'll create a file outside the IDE.
John
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...
Quote from: Pelle on July 15, 2014, 11:25:37 AM
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...
You're right it was an addin. The offending addin is 'Functions list in one tab'.
Thanks, it's fine now.
John
OK, good news. Thanks.