Home General

Resource Problems on Win95,98,ME

edited July 2001 in General
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

Comments

  • edited July 2001
    "Martin Schmid [equitania]" wrote in message
  • edited July 2001
    > I know that the memoryhandling on Win95.. is very bad, but is there a

    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
  • edited July 2001
    I can't start the application and I have only one form!

  • edited July 2001
    The problem isn't the file size. It is a resource problem!

  • edited July 2001
    "Martin Schmid [equitania]" wrote in message
  • edited July 2001
    In article <8EAE82296ACCD311A039005004E0CAC004502E@DMSERVER>, Martin
This discussion has been closed.