Resource Management
-
my VB6 application which calls and uses Excel works fine in Windows NT,2K and XP , but experiences problems when running on Windows 98. The system hangs and the message "System is dangerously low on resources" appear. I am assuming that this happen because Win98 does not have very secure Resource Management compared to NT based OS. Does anyone have any idea how to make my app work in Win98 ?
-
my VB6 application which calls and uses Excel works fine in Windows NT,2K and XP , but experiences problems when running on Windows 98. The system hangs and the message "System is dangerously low on resources" appear. I am assuming that this happen because Win98 does not have very secure Resource Management compared to NT based OS. Does anyone have any idea how to make my app work in Win98 ?
It has nothing to do with security. Your app is leaking resources (mostly likely GDI objects) and since much of the 9x OS is 16-bit internally, you hit a 16-bit limitation (like exhausing a 64K heap for example). So the solution is to fix your resource leaks. --Mike-- "I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm