this idea is from one of the program I previous used when I compile and make program , there is an option which allow me to include or not include the runtime framework or select which to include into one executable.
of course the down side for this is the executable file will be big . \ when I run the executable file , first it will extract the framework dll in the same folder of the executable then run the program. the advantages is 1) I don't need to worry of compatible issue if I have 2 program from different version of framework running in same machine. 2) security issue , some system may allow you only access in one folder . 3) no need install separately runtime framework on client pc in case of server and client environment. I wonder is it possible to implement similar function in gambas ? I personally think that this way is better when deploy program. -- View this message in context: http://old.nabble.com/suggestion-of-make-option-tp27750271p27750271.html Sent from the gambas-user mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user