27.05.2012 15:40, Pieter De Bruyne написал:
This would mean that all that data is in memory at runtime i guess ? ...

And if so is there a way to avoid this...

I frequently use a audiovisual "slideshow" program called mobjects. It
can compile your slideshow to an executable (often larger thn 1GiB) but
it's memory footprint at runtime is rather small.


When executable is opened, it's content (code, data, whatever) is loaded lazily ei. only if needed (on first read/write). Note that it still eats process virtual address space.

--
Денис В. Шеломовский
Denis V. Shelomovskij

Reply via email to