Hi,
Have you made some step forward ? need help ?
Search found 10 matches
- 09.06.2009, 10:18
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 27.05.2009, 08:11
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 26.05.2009, 12:28
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 25.05.2009, 09:51
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 25.05.2009, 08:48
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 25.05.2009, 08:47
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 25.05.2009, 08:45
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
- 22.05.2009, 09:40
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
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...
- 20.05.2009, 11:03
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
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...
I download Lazarus and the Win32->Arm setup...
Hope this help...
- 18.05.2009, 09:24
- Forum: 6.6 - stable
- Topic: problem with zeosdbo-6.6.4 on winCE
- Replies: 24
- Views: 3014
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...