Thanks for providing those details—that’s really helpful for troubleshooting. Since the splash screen appears briefly before the process exits and crash dumps are being generated, it does point to a startup-level issue rather than a logging or configuration problem. Attaching the crash dump is definitely the right step, as it should give developers more insight into what’s failing at launch. Approaching this systematically—checking dependencies, compatibility, and crash data with the same structured...
Thanks for providing those details—that’s really helpful for troubleshooting. Since the splash screen appears briefly before the process exits and crash dumps are being generated, it does point to a startup-level issue rather than a logging or configuration problem. Attaching the crash dump is definitely the right step, as it should give developers more insight into what’s failing at launch. Approaching this systematically—checking dependencies, compatibility, and crash data with the same structured...
This behavior is consistent with how some older Windows 98 applications handle background processes. If Devcpp.exe continues running after the main window is closed, it can prevent the OS from completing shutdown properly, which explains the system hang you’re seeing. Manually ending the process via Ctrl+Alt+Del is a workable temporary solution, but a more stable fix would be to disable any Dev-C++ background tasks, check for known compatibility issues with Win98, or use an older/lighter build that...
This behavior is consistent with how some older Windows 98 applications handle background processes. If Devcpp.exe continues running after the main window is closed, it can prevent the OS from completing shutdown properly, which explains the system hang you’re seeing. Manually ending the process via Ctrl+Alt+Del is a workable temporary solution, but a more stable fix would be to disable any Dev-C++ background tasks, check for known compatibility issues with Win98, or use an older/lighter build that...
As someone who’s been exploring TurboCASH, I really appreciate how this project offers a simple yet powerful open-source accounting solution for small businesses and solo entrepreneurs—it covers everything from general ledger and invoicing to multi-language support, and the community around it is genuinely helpful. The Wiki gives a clear snapshot of its features and potential, and I think with more user contributions it could become even more complete. On a lighter note, while I was taking a break...
As someone who’s been exploring TurboCASH, I really appreciate how this project offers a simple yet powerful open-source accounting solution for small businesses and solo entrepreneurs—it covers everything from general ledger and invoicing to multi-language support, and the community around it is genuinely helpful. The Wiki gives a clear snapshot of its features and potential, and I think with more user contributions it could become even more complete. On a lighter note, while I was taking a break...