Page 1 of 1
Installing components under Lazarus 0.9.29
Posted: Wed 14 Jul 2010 06:05
by 99Percent
You can compile and install the Unidac components with Lazarus 0.9.29 (SVN 26610) using FPC 2.4.3
The only compilation error is in line 4282 in the file MemData.pas
simply change:
to
Code: Select all
if TryStrToDateTime(AnsiString(V), d) then
And all the components will compile and install fine.
Posted: Wed 14 Jul 2010 14:57
by bork
Hello
Thank you for the information. This fix will be included in one of the next builds/versions of UniDAC.
Posted: Wed 14 Jul 2010 23:28
by 99Percent
Also bumped into the following when using a TUniquery having a SQL property set at design time that creates parameters:
Code: Select all
Streaming error
Unable to stream FMNota:TFMNota.
Abstract method called
Path to failed Instance:
TFMNota.UQSelectArt.ParamData.Value
I have no idea how to fix this, so I decided to set the SQL property at runtime, and it works without problems (so far lol).
Posted: Fri 16 Jul 2010 08:40
by bork
Hello
Thank you for the information again. As soon as we will add compatibility with Lazarus 0.9.29 we certainly will fix it.
Posted: Mon 25 Apr 2011 15:48
by sibu
im getting same error using an OraQuery on Lazarus 0.9.30 released on March 28 2011. One year so far no fixes.
Posted: Thu 28 Apr 2011 07:56
by AlexP
Hello,
I could not reproduce the problem.
I have tested it on Lazarus 0.9.30 and FPC 2.4.2
Please send a complete small sample to alexp*devart*com to demonstrate the problem, or provide more detailed information about it.
Posted: Fri 29 Apr 2011 17:44
by sibu
AlexP wrote:Hello,
I could not reproduce the problem.
I have tested it on Lazarus 0.9.30 and FPC 2.4.2
Please send a complete small sample to alexp*devart*com to demonstrate the problem, or provide more detailed information about it.
email send with some screenshots. let me know thanks