Re: splash-screen or progressbar and INI-files
Thanks Dave, >In a delivered application, you can use your own splash screen via the >:STARTUP-BITMAP-FILE argument to DELIVER. This is displayed early, >before Lisp has started, so I think it is what you need. Is the BMP stored inside the EXE on Delivery? (I think so, like the Lispworks-splash) (Sorry to ask but my package has not arrived yet) >Just out of interest how large is the image? Can some code or data be >loaded after startup? Couldn't test it because of the Personal Edition. Also I am just starting on the project and try to check everything out what I will need. I want to store large data-tables in hash-tables inside the image. And I want a self-contained EXE without any/less external dependies. Hans-Peter