Re:Win32 API function failed
Most likely running out of system resources - Windows 95/98/Me - if doing
API level stuff, check for device contexts gained but never freed. This can
also be a problem with Delphi apps with *lots* of controls on *lots* of
forms all created automatically by the app when it loads, rather than
instantiating individual forms as they are needed. Of course Notes R5 might
be rather resource-hungry as well.....
--
Charles Bainbridge
Quote
"Ken Bohnenkamp" <ken_bohnenk...@andersonsinc.com> wrote in message
news:3d29e9bd_2@dnews...
Quote
> I have a delphi application that that seems to fail quite regularly. I am
> updating a few fields in a table via a form
> and after about the 6th or 7th record, I get a WIN32 API function failed
> error and have to completely exit the app and restart it. The only thing
> that is also running at the same time I get this error is Notes R5 which
is
> our mail client. Any help would be appreciated.