compile exe files from code
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
compile exe files from code
How can i make my program compile its own exe files (just like Revolution does) ?
Application made with Rev can load any stack, and run code within it. This allows many functional things to work that would need additional executables in other Languages.
But Rev Standalones cannot make Standalones themselves, because then everybody could just resell the Rev IDE with some minor changes, dooming Runtime Revolution in endless Legal battles (This has actually happened to an xtalk programming environment once). Therefore that capability has not been implemented, and is additionally forbidden per the license.
So if you want to make a program that creates programs you're probably best off to choose another language then Rev.
But Rev Standalones cannot make Standalones themselves, because then everybody could just resell the Rev IDE with some minor changes, dooming Runtime Revolution in endless Legal battles (This has actually happened to an xtalk programming environment once). Therefore that capability has not been implemented, and is additionally forbidden per the license.
So if you want to make a program that creates programs you're probably best off to choose another language then Rev.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
That sort of application is expressly forbidden by the Revolution License Agreement - as you'd basically be competing with them using their own technology.
Having said that, why does it need to be a single .exe file? You could employ a 'player' approach like StackRunner for the distribution along withyour authoring application and write your own 'bundler' which puts the player and the ebook together into a directory that your user can copy.
Just a few thoughts,
Jan Schenkel.
Having said that, why does it need to be a single .exe file? You could employ a 'player' approach like StackRunner for the distribution along withyour authoring application and write your own 'bundler' which puts the player and the ebook together into a directory that your user can copy.
Just a few thoughts,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com