Re: Max forms
From: Peter Below (TeamB) (100113.1101_at_compuXXserve.com)
Date: 10/22/03
- Next message: Peter Below (TeamB): "Re: Postmessage and dll"
- Previous message: Peter Below (TeamB): "Re: Assigning an array to an array"
- In reply to: Grega Loboda: "Max forms"
- Next in thread: Grega Loboda: "Re: Max forms"
- Reply: Grega Loboda: "Re: Max forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Oct 2003 20:13:26 +0200
In article <3f96236f$1@newsgroups.borland.com>, Grega Loboda wrote:
> As I understand, delphi saves forms at the end of the exe file. What is the
> max forms for exe to run on Win98?
Win98 does not even know how to spell "Form", how could it have a limit on
that? The problem is a mix of the total number of named resources and their
combined size. Forms, frames, datamodules, bitmaps, cursors are all stored in
named resources by Delphi. If you hit this limit there is no other cure than
to split the monolithic EXE into several executables, e.g. a core EXE and a
number of packages. This works since the limit is per executable.
Build your app with run-time packages as a test. If you can now run it again
your have hit the limit. If it does still not work your problem is elsewhere.
-- Peter Below (TeamB) Use the newsgroup archives : http://www.mers.com/searchsite.html http://www.tamaracka.com/search.htm http://groups.google.com http://www.prolix.be
- Next message: Peter Below (TeamB): "Re: Postmessage and dll"
- Previous message: Peter Below (TeamB): "Re: Assigning an array to an array"
- In reply to: Grega Loboda: "Max forms"
- Next in thread: Grega Loboda: "Re: Max forms"
- Reply: Grega Loboda: "Re: Max forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|