Board index » delphi » A Win32 API function failed !

A Win32 API function failed !

I keep on getting the following error message on Win95 :

Error reading cbSearch.items.Strings. A Win32 API function failed.

where cbSearch is one of my comboboxes. This error does not occur on Win
NT/2000

Any ideas ?
Thanks
Cyrille

 

Re:A Win32 API function failed !


Quote
In article <39450f97@dnews>, Cyrille Favreau wrote:
> I keep on getting the following error message on Win95 :

> Error reading cbSearch.items.Strings. A Win32 API function failed.

> where cbSearch is one of my comboboxes. This error does not occur on Win
> NT/2000

Cyrille,

you are probably running out of window handles. Run a resource monitor
(there is one in the Plus pack) and watch resource usage. If you are now
running from the IDE try to run the program outside it, with Delphi not
running.

Peter Below (TeamB)  100113.1...@compuserve.com)
No e-mail responses, please, unless explicitly requested!

Other Threads