Does it run ok under Delphi but crash as an executable? If so, will the
executable run on your Delphi machine? 



-----Original Message-----
From: Alan Rose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 6 June 2001 14:02
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Exe Size


Shame you can't debug the program on one of these machines. As the guys have
already mentioned you are limited in Windows resources with win95,98. You
could try putting showmessages at each step of your form creation to help
narrow down where it is blowing it's resources (watch the memory usage as
you go) . Personally I would not let my application get to 11 meg in size
(you were talking about the file size and not the memory usage? ). I would
break the application up into sperate smaller applications or comm objects.
Also compiling with runtime packages will help reduce your application size.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Ian Fear
Sent: Wednesday, June 06, 2001 6:38 AM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Exe Size


On 5 Jun 2001, at 22:45, Ian Fear wrote:
Thanks for the notes guys
But No answers yet as Yes we create all forms except data and main as needed
all run show modal and are destroyed on close.

The resource message arrives from w9x before the main form opens on a
freshly restarted
machine. The application is Large, however  use graphic's is small,
one 300 K Jepg is all I think.
The machines affected are not all Old, Some re P III with 64 M ram
the key ting seems to be W9x

> Hi All a Puzzle for us has been a windows error message from Win 95 98
machines when they
> go to open the Exe saying windows has insufficient resources and to close
some programs.
> This does not help and win 95 2000 machines go fine.
> The exe is 11,281,150 K b at this stage but we have had as large that were
not affected
> So maybe Windows is not giving us an accutate message and it is caused by
something else
>
> Any Hints greatly appreciated
>
> Regards Ian
> Ian Fear
> Fear Consulting Ltd
> 1427 Te Kopia Rd
> RD 1
> Rotorua
> New Zealand
> Phone 64 7 333 1548
> Fax 64 7 333 2548
> mob 025 742 772
> [EMAIL PROTECTED]
> GMT +1200
> http://mysite.xtra.co.nz/~IJFear/
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"


Ian Fear
Fear Consulting Ltd
1427 Te Kopia Rd
RD 1
Rotorua
New Zealand
Phone 64 7 333 1548
Fax 64 7 333 2548
mob 025 742 772
[EMAIL PROTECTED]
GMT +1200
http://mysite.xtra.co.nz/~IJFear/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to