By the way: Whats the size of a minimal runrev-app for windows standalone? Is it small like newLISP? ;-)Quote from: "HPW"
Not so small. I don't know what the actual memory use is, but on disk the minimum is about 3MB I believe.
Revolution doesn't compile conditionally. There's one engine file, and everything is in it. So everything gets built into a standalone.
That said, you can easily build a standalone that will load and execute raw Revolution stack files. Under those circumstances you can have the user install the engine once, and just load stack files for each "app" you want to run. Stack files start at about 8KB I think -- very small.