Subject | Re: [IBO] Enh Components |
---|---|
Author | Pirtea Calin |
Post date | 2001-08-25T17:51Z |
""Geoff Worboys"" <geoff@...> wrote in message
news:00dd01c12d09$25ed2a60$0201950a@hex...
personal edition for testing, investigating and experimenting. I was
thinking
more of a delphi6 feature something like ifdef delphi6 then define enh_int64
but i didn't know of a propper way to do it (and i forgot to write what i
wanted)
This way it would work only for bitcheckbox only in delphi6 until there is
time
to investigate it deeper.
I don't expect delphi3 to handle int64 very good in the future since there
is no
work on updating it any more. And if i know correctly Variant does not
support
int64 until delphi6. So it is a "feature" for delphi6 only ... :(
(unfortunately)
Please correct me if you think it's not ok (about doing it only for delphi6
and maybe
the last BCB)
--
Regards,
Pirtea Calin.
SoftScape - Software Development
pcalin@...
news:00dd01c12d09$25ed2a60$0201950a@hex...
> Hi Pirtea,OK. I cannot help with BCB and i only have delphi5 pro and delphi6
>
> > i've tried your components and i have found something
> > that i like very much bit check box
> > This is very cool and for me is very usefull,
> > Have considered using int64 integers rather than
> > 32 bit integer?
>
> I have considered 64 bit integers but there are a number of issues...
>
> I've recently discovered that BCB3 (and Delphi3?) does not support
> overloaded pascal functions, so I am going to have to remove some of
> the overloads I already have in Telesis_Utils.pas if I want to provide
> support for these versions. Similarly there are problems with 64bit
> integers in these versions.
>
> I use search mode a lot. For the bitcheck controls (I use
> BitCheckList more than BitCheckBox) I need server side support for bit
> manipulations to support search mode. Last time I looked the standard
> UDF lib bit functions were still integer based.
>
> I do have my own UDF library - with my own imlementations of the bit
> functions - that I guess I could update to provide 64bit variations.
> I am not sure of the exact requirements for this at the moment. It
> seems that IB/FB provide reasonably automatic casting of integer to
> int64 and back again (at least for generator values), but I am not
> sure if I like this or whether I would want separate implementations.
>
>
> I got the code you sent through. Hopefully the above notes will
> explain my reservations about using that code asis. This needs more
> investigation and experiementation.
personal edition for testing, investigating and experimenting. I was
thinking
more of a delphi6 feature something like ifdef delphi6 then define enh_int64
but i didn't know of a propper way to do it (and i forgot to write what i
wanted)
This way it would work only for bitcheckbox only in delphi6 until there is
time
to investigate it deeper.
I don't expect delphi3 to handle int64 very good in the future since there
is no
work on updating it any more. And if i know correctly Variant does not
support
int64 until delphi6. So it is a "feature" for delphi6 only ... :(
(unfortunately)
Please correct me if you think it's not ok (about doing it only for delphi6
and maybe
the last BCB)
--
Regards,
Pirtea Calin.
SoftScape - Software Development
pcalin@...