Subject | Timestamp and external functions. (some Delphi...) |
---|---|
Author | Omar Iskandarone |
Post date | 2001-08-15T14:48:56Z |
can any one tell how to create a dll from Delphi with some functions to be
used from interbase 6 accepting timestamp as a parameter and a return value,
something like: declare external function add_one_day timestamp returns
timestamp entry_point 'addOneDay' module_name 'mydll'
thanks for any help
p.s: I can do all kind of other external functions based on Delphi written
dlls but those with timestamp don't succeed
Omar
used from interbase 6 accepting timestamp as a parameter and a return value,
something like: declare external function add_one_day timestamp returns
timestamp entry_point 'addOneDay' module_name 'mydll'
thanks for any help
p.s: I can do all kind of other external functions based on Delphi written
dlls but those with timestamp don't succeed
Omar