Resource Problems on Win95,98,ME
Hi,
my application is currently after compiling 6 MB. If I integrade rBuilder
with some plugIns, I can run it on OS Windows 95,98 or ME. On WinNT4/W2K I
havn't any problems. I have try one of the demos at RBuilder\Demos\4.
EndUser Databases\I. There is the same problem, if I also use all plugins I
have:
{$DEFINE DADE} {remove the 'x' to enable DADE}
{$DEFINE CrossTab} {remove the 'x' to enable CrossTab}
{$DEFINE RAP} {remove the 'x' to enable RAP}
{$DEFINE CheckBox} {remove the 'x' to enable CheckBox}
{$DEFINE TeeChart} {remove the 'x' to enable standard TeeChart}
{$DEFINE Grafik_JPG}
{$DEFINE Grafik_GIF}
{$DEFINE WPTools}
{$DEFINE ExtraDev}
If I use TeeChart too, I have the same problem on Windows 95....
I know that the memoryhandling on Win95.. is very bad, but is there a
solution to fix that problem?
--
Mit freundlichen Gr?ssen - best regards
Martin A. Schmid
Gesch?ftsf?hrer
EQUITANIA GmbH
Das Programmierteam
Online:
Info@EQUITANIA.de
http://www.EQUITANIA.de
P.S.: Besuchen Sie auch http://www.Schmuck.de
my application is currently after compiling 6 MB. If I integrade rBuilder
with some plugIns, I can run it on OS Windows 95,98 or ME. On WinNT4/W2K I
havn't any problems. I have try one of the demos at RBuilder\Demos\4.
EndUser Databases\I. There is the same problem, if I also use all plugins I
have:
{$DEFINE DADE} {remove the 'x' to enable DADE}
{$DEFINE CrossTab} {remove the 'x' to enable CrossTab}
{$DEFINE RAP} {remove the 'x' to enable RAP}
{$DEFINE CheckBox} {remove the 'x' to enable CheckBox}
{$DEFINE TeeChart} {remove the 'x' to enable standard TeeChart}
{$DEFINE Grafik_JPG}
{$DEFINE Grafik_GIF}
{$DEFINE WPTools}
{$DEFINE ExtraDev}
If I use TeeChart too, I have the same problem on Windows 95....
I know that the memoryhandling on Win95.. is very bad, but is there a
solution to fix that problem?
--
Mit freundlichen Gr?ssen - best regards
Martin A. Schmid
Gesch?ftsf?hrer
EQUITANIA GmbH
Das Programmierteam
Online:
Info@EQUITANIA.de
http://www.EQUITANIA.de
P.S.: Besuchen Sie auch http://www.Schmuck.de
This discussion has been closed.
Comments
Try to create/destroy as many forms and datamodules on the fly when you need
them. Especially the ones that use many resources. This means switching off
autocreate for all forms except the main form. This will save you many
resources. If you still have problems after that and have, for example, a
main window with many controls on a tabbed pagecontrol, Put all tabs on
frames and create/destroy them when you need them.
Jan Derk