I work on 2 PCs at the moment.

At work: Pentium III 600, with 8 MB of screen card memory (Matrox Millenium 200) about 4 years old.

At home: Pentium III 700, with a 64MB screen card about 3 years old but the screen card is about 1 year old.

When I take DelphiX programs from home to work or otherway, I have a problem with my images (DXImageList). At work the images need to be marked as SystemMemory := True; while at home all images need to be marked SystemMemory := False; The performance of the programs are heavily impacted. At work if the images are marked as SystemMemory := False my frame rate drops by 66%. While if maked as SystemMemory := True my performance at home drops by about 90%.

Can anyone give me an explanantion?

The dxg files are about 5MB in size.