Artholl wrote:
It's not for me. I try build clean form without everything and this file has 11,2 MB!
That is with all the debug info, check here how to strip the debug info
http://www.lazarus.freepascal.org/index ... topic&t=66An empty form should be around 1Mb. You can further compress it by using upx (
http://upx.sourceforge.net/)
size should be around 200k. But this is not for WinCE, it is for window. It uses Qt.
As I said I haven't actually tried compiling for WinCE. I did however tested a modified version of the WinCE library called KOL which runs on Windows. It compiles to about 40kb when debug info are stripped out and I expect it would be about the same size for WinCE apps.
This is not the right place to ask if you want to know more, go to the lazarus forum
http://www.lazarus.freepascal.org/modul ... file=indexIt's not going to be easy, but imo it's easier compared to doing it in C