<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I've a change in memds.pp and now it works as expected when using
SaveToStream and LoadFromStream even when the source dataset is
empty. I'd like now to compile the source of fcl-db for ARM-wince.<br>
Any ideas on how to do ?<br>
<br>
Antonio.<br>
<br>
<div class="moz-cite-prefix">Le 02/05/2013 16:56, Michael Van
Canneyt a écrit :<br>
</div>
<blockquote
cite="mid:alpine.DEB.2.02.1305021655000.9995@home.telenet.be"
type="cite">
<br>
<br>
On Thu, 2 May 2013, Antonio Fortuny wrote:
<br>
<br>
<blockquote type="cite">Hi Folks.
<br>
<br>
For one of my projects I use the memdslaz package wich, in turn
uses memds.pp which is part of the FPC package fcl-db.
<br>
The target program has to run on arm-wince. To get a lazarus
package compiled for win32 and/or wince it's easy, compilation
target depends on projetc target. But for FCL ?
<br>
I've tried this:
<br>
D:\Programmes\lazarus\fpc\2.6.1\source\packages\fcl-db>..\..\..\bin\i386-win32\make
all OS_TARGET=wince CPU_TARGET=arm
<br>
makefile:197: *** The Makefile doesn't support target arm-wince,
please run fpcmake first. Stop.
<br>
<br>
this one runs OK
<br>
D:\Programmes\lazarus\fpc\2.6.1\source\packages\fcl-db>..\..\..\bin\i386-win32\make
all
<br>
<br>
The compiler for WinCE has been installed and runs OK: targets
run on a PocketPC arm-wince without problems
<br>
Any ideas ?
<br>
</blockquote>
<br>
It is likely that the arm-wince target was diabled, since ARM
requires aligned memory access.
<br>
To my knowledge, the memds package has not been tested/adapted for
that.
<br>
<br>
Michael.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
</blockquote>
<br>
</body>
</html>