I have high doubts that this is possible - figure i'de ask anyways.
Is it possible to load a chunk of data into memory, and run the block as an application, instead of having to save it as an exe on the drive?
If not, alternatively, is it possible to run a random file extension as an application, rather then the operating system attempting to run the program with a default affiliation? (ex: txt opens notepad by default, how could I, via blitzmax code, get it to run as an application instead?)
I'm trying to get a lobby together to be able to group several games within the lobby - all having seperate 'client' applications for each game through my engine, but going through the lobby is required to log in and so on. I just want to be able to hide each application as a data file (within a data package, actually), so users don't get confused, thinking they can run the application to start the game and skip the lobby scenario.
Edit: I also need whatever method, if possible, to work the same for mac
Is it possible to load a chunk of data into memory, and run the block as an application, instead of having to save it as an exe on the drive?
If not, alternatively, is it possible to run a random file extension as an application, rather then the operating system attempting to run the program with a default affiliation? (ex: txt opens notepad by default, how could I, via blitzmax code, get it to run as an application instead?)
I'm trying to get a lobby together to be able to group several games within the lobby - all having seperate 'client' applications for each game through my engine, but going through the lobby is required to log in and so on. I just want to be able to hide each application as a data file (within a data package, actually), so users don't get confused, thinking they can run the application to start the game and skip the lobby scenario.
Edit: I also need whatever method, if possible, to work the same for mac