Board index » delphi » HELP - A WIN32 API FUNCTION FAILED
lucianods
![]() Delphi Developer |
Sun, 09 Jan 2005 18:51:30 GMT
|
lucianods
![]() Delphi Developer |
Sun, 09 Jan 2005 18:51:30 GMT
HELP - A WIN32 API FUNCTION FAILED
I create a application that run in my machine and in another machine too.,..
but when I install this application in my client machine and run occurs "A Note: I think that this is related with "out of resources" of my client how can I solve this problem ???? Please Help me Thanks advance |
Team
![]() Delphi Developer |
Mon, 10 Jan 2005 07:04:22 GMT
Re:HELP - A WIN32 API FUNCTION FAILEDQuoteIn article <3d3ebedb_1@dnews>, Lucianods wrote: Quote> how can I solve this problem ???? you are facing. Run the program together with the Windows resource monitor application (resmon.exe). Check how GDI and USER resource behave. If this is indeed a resource problem there is no other way than to reduce the - Do not autocreate your forms, with the exception of the main form. All - Try to replace controls that use Window handles with TGraphicControl - If you use pagecontrols a lot you can save resources by destroying the - Replace groups of Tedit controls with a TStringgrid, a grid uses only two -- |
lucianod
![]() Delphi Developer |
Tue, 11 Jan 2005 12:30:32 GMT
Re:HELP - A WIN32 API FUNCTION FAILEDFirst of all ... thanks for your answer. In my Application the user can add all fields that think necessary... in this case, user add 270 fields.... (it's a researching program) In Win NT SP6 and WIN XP, program run normaly, Peter Below (TeamB) <100113.1...@compuXXserve.com> escreveu nas notcias de Quote> In article <3d3ebedb_1@dnews>, Lucianods wrote: |
Team
![]() Delphi Developer |
Tue, 11 Jan 2005 19:52:14 GMT
Re:HELP - A WIN32 API FUNCTION FAILEDQuoteIn article <3d4107f2_1@dnews>, Lucianods wrote: much of the OS kernel code is still 16 bit on these platforms. So this cannot be fixed by a service pack. If you cannot redesign your application to require less resources you will have to tell your users that it requires NT/2K/XP to run. -- |
Loren Pechte
![]() Delphi Developer |
Wed, 12 Jan 2005 04:35:22 GMT
Re:HELP - A WIN32 API FUNCTION FAILEDOn Fri, 26 Jul 2002 05:30:32 +0100, "lucianods" Quote<lucian...@com4.com.br> wrote: There is no other fix, there will be no other fix, there can be |