Search found 10 matches

by nicolagorlandi
09.06.2009, 10:18
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

Hi,
Have you made some step forward ? need help ?
by nicolagorlandi
27.05.2009, 08:11
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

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 ?
by nicolagorlandi
26.05.2009, 12:28
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

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

How can I post the file ?
by nicolagorlandi
25.05.2009, 09:51
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

If you want to reduce more you can use

upx303w\upx --best <exe file>

after the build...
by nicolagorlandi
25.05.2009, 08:48
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

That's make the EXE size very small (less than one Mega...)
by nicolagorlandi
25.05.2009, 08:47
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

You have to check both -Xs and -Xg in the linking Tab inside compiler option...
by nicolagorlandi
25.05.2009, 08:45
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

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...
by nicolagorlandi
22.05.2009, 09:40
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

To install, first install lazarus and then lazarus win32_arm (both in the same directory, for example c:\lazarus) Once install lazarus, create a new project an then goes to Project / Compiler Option.. In the first tab select Wince(beta) as widgets type (the combo on the botton) then in the third tab...
by nicolagorlandi
20.05.2009, 11:03
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

I dowload the lazarus+ 2.2.5 fpc version from lazarus daily snapshot (http://www.hu.freepascal.org/lazarus/).

I download Lazarus and the Win32->Arm setup...

Hope this help...
by nicolagorlandi
18.05.2009, 09:24
Forum: 6.6 - stable
Topic: problem with zeosdbo-6.6.4 on winCE
Replies: 24
Views: 2909

I try to use ZeosLib on wince with Lazarus. I've met some problem: a) Compiler error, in details in ZplainLoader unit in the function TZNativeLibraryLoader.LoadNativeLibrary I made this fix (only for right compiling) From Handle := LoadLibrary(PChar(Location)); to {$IFDEF WINCE} Handle := LoadLibrar...