[Lazarus] TFMTBCDField problem

Chris Rempas crori49 at yahoo.com
Sun Nov 9 03:37:26 CET 2014


I copied the binaries that were missing in my FPC 2.7.1 from FPC2.6.4i run make clean all and make install again and VOILA! i have debug! :)))(it seems all the binaries must be in the same directory for some reason)
FILE "dsparams.inc", LINE 519Function TParam.GetAsCurrency: Currency;begin  If IsNull then    Result:=0.0  else    Result:=FValue;    <---- 519end;
when the parser gets the values of the params, this param is BCD and as you can see it tries to get it as currency
In a quick check, methods [AssignToField] [AssignFromField] [GetData] [SetData] are not fully ready for every "FDataType"some are missing BCD Fields, some are missing FMTBCD Fields and sometimes it gets the same treatment as Currency...
I am guessing at this point that i don't have the latest code
if i could have a copy of the latest component, i would be able to test and maybe help debug with real testing
Regards,Chris 

     On Sunday, November 9, 2014 3:07 AM, Chris Rempas <crori49 at yahoo.com> wrote:
   

 Yes, i did!at first, after "make install", i run rebuild lazarusthen i run make clean and make install again and just rebuild the project but i still can't trace the error

     On Saturday, November 8, 2014 9:55 PM, Joost van der Sluis <joost at cnoc.nl> wrote:
   

 On 11/08/2014 05:29 PM, Chris Rempas wrote:
> Hi, it compiled correctly but i still can't get debug info

Did you do a 'make install' afterwards? And did you rebuild your 
application?

Joost.



    

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141109/77dfb6b7/attachment-0003.html>


More information about the Lazarus mailing list