Page 1 of 1

standalone

Posted: Tue Jun 11, 2013 1:48 am
by kmatze
hi,
if it possible to make a standalone program under in windows and android?
greetings - kmatze

Re: standalone

Posted: Tue Jun 11, 2013 9:18 am
by NightRadio
Under the Windows: just put the compiled boot.pixicode (http://code.google.com/p/pixilang/wiki/ ... ne_options) file and pixilang.exe to one directory.
But for Android there is no simple way right now. You should use the sources of Pixilang + Android SDK + Android NDK

Re: standalone

Posted: Sat May 23, 2015 12:18 am
by kmatze
hi nightradio,
kmatze wrote:hi,
if it possible to make a standalone program under in windows and android?
greetings - kmatze
i have found a solution for windows with the help of "enigma virtual box", Version 7.20 FREEWARE, Size 4.7 Mb and I played a little with them.

It is possible to make one exe-file inclusive a virtual filesystem for the coding files and libs
1) use upx to pack the pixilang.exe from 1 MByte to 361 KByte
2) name the main file to boot.pixi
3) use "enigma virtual box" to bundle the pixilang.exe with the boot.pixi and add the other coding files and libs
4) bundle all

the result ist one exe file!

The example with the AVI export "save_avi_mjpeg.pixi" (it must named in boot.pixi) with the lib-files (mjpeg.pixi, riff.pixi) and the pixilang.exe will be an exe file with the size of 718 KBytes and it works! without temp files!

greeting - kmatze -