iOS Question Length of the file produced by compiling XUI code in B4i.

Star-Dust

Expert
Licensed User
Longtime User
I had developed several XUI libraries that I only compiled with B4A and B4J.

I recently purchased B4i and compiled the same libraries for B4i. The result is a huge difference in the size of the files produced.

I enclose an example of my XUI library, then the same code for all three.
upload_2018-8-18_11-25-10.png


Obviously I do not expect a file of identical length, but I was surprised by having a ZIP file 18 times larger than the one produced in B4A and B4J.

With other software (like 7Z and WinRar) I can with maximum compression to get a compressed file of about 500kb, which is about 8 times the size of the others.

Is it something that you have also observed?
 

Star-Dust

Expert
Licensed User
Longtime User
Looks a bit large. The size of xCustomListView as a zip file is 163kb.

B4i binaries include 3 similar but separate components: 32 bit, 64 bit and x386
The deployed size is smaller.
So I'm making some mistakes in B4i.

Thanks for the reply
 
Upvote 0
Top