Mike Turner
November 21st, 2000, 04:31 AM
Hello! I'm running VC6++ sp3 Standard. Lately I'm having a problem. Sometimes when I compile, things that used to work in my app will now crash...
I've noticed that crashes happen only when the compiler produces an exe about 100+ K less than the time when everything worked!
Sometimes the only problem will be a different color than there should be, showing when I set a highlight color or something, other times a certain dialog window cannot be opened without crashing a second afterwards.
Does anyone know what could be causing the change in compile size!? I have been running some tests, Rebuild ALL, Execute, etc... without adding code or making serious changes (except maybe an extra space for a comment to get the Execute to rebuild the exe) the produced exe size can change drastically...
So far the to issues that happen the most are when I open a particular dialog window, the new window will crash the app, or if I set the system highlight color to red, it will be green.. These are the 2 common faults when the exe is too small...
Could the complier be leaving out sections of code for some reason!? Or corrupting it?
Thanks!!!
I've noticed that crashes happen only when the compiler produces an exe about 100+ K less than the time when everything worked!
Sometimes the only problem will be a different color than there should be, showing when I set a highlight color or something, other times a certain dialog window cannot be opened without crashing a second afterwards.
Does anyone know what could be causing the change in compile size!? I have been running some tests, Rebuild ALL, Execute, etc... without adding code or making serious changes (except maybe an extra space for a comment to get the Execute to rebuild the exe) the produced exe size can change drastically...
So far the to issues that happen the most are when I open a particular dialog window, the new window will crash the app, or if I set the system highlight color to red, it will be green.. These are the 2 common faults when the exe is too small...
Could the complier be leaving out sections of code for some reason!? Or corrupting it?
Thanks!!!