PDA

View Full Version : Packaging resources into already made exe



zzz9
23rd August 2012, 12:37
Imagine that we have a virtual machine written in Qt and a file generated byte code for that machine.
A file can be loaded into a machine with no problem by specifing a file with byte code in args.
Can that file be included into an already made exe with a machine (and the machine will check at start whether a bytecode file is included)?

Are there any technologies to do that?

I think of some kind of software kit for rapid development for specific purposes.
User makes a solution using that software kit than compiles it into a bytecode then he packages a generated bytecode file into a package with exe and bytecode. Generated package (exe file) is self-contained, no need to open a bytecode file, it is already in the package. No need in other installs also.

By word package I mean an exe with all the user needs.

Added after 39 minutes:

Here is an asnwer http://www.delphidabbler.com/articles?article=7