Subject Timestamp and external functions. (some Delphi...)
Author Omar Iskandarone
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