problem with zeosdbo-6.6.4 on winCE

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

You have to go in the compiler option and check -Xs and -Xg (In Linking TAB). That's make the exe size less than one mega...
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

You have to check both -Xs and -Xg in the linking Tab inside compiler option...
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

That's make the EXE size very small (less than one Mega...)
lukezeoslib
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 22.02.2009, 17:21

Post by lukezeoslib »

Thank you, nicolagorlandi , I will try it later.
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

If you want to reduce more you can use

upx303w\upx --best <exe file>

after the build...
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Hi, install and configure Lazarus it took me some but, now I can compile Zeos with Lazarus.

So compiler give me errors in ZplainLoader, as you stated, but not in Zabstractrwodataset.

Anyway compiler cannot finish compile ZComponent package because it needs PropEdits.pas . Does your lazarus compiler gives you the same problem?

One more request .. can you post your ZCore.lpk, because after every compile lazarus wants override it?

Thank you
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

Probably we don't installed the same version of ZeosLib. I've installed the 6.6.4.

How can I post the file ?
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

I found my problem related to ZCore (my stupid error), but I continue compiling ZComponent package, because it doesn't found PropEdits.pas.

That unit is contained in a different folder (called intf) so probably I miss to declare that folder. So Do you know can I declare folder containing units in Lazarus?

Thank you
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

I think you can add the file to the package. Anoher way is adding the path at the package, to do it, open the package and then click on options. In the first TAB, in the first control you can add path, normaly you found $(PkgOutDir)\.

What version of Zeoslib are you gonna tryng ?
nicolagorlandi
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 18.05.2009, 08:19

Post by nicolagorlandi »

Hi,
Have you made some step forward ? need help ?
Post Reply