Hi Arne,
> I would like to overwrite the two functions Today and Seconds. For
> one customer I have to adjust the OS date and time using a time zone
> model. But I need also the originally functionality, calling the
> original functions in the VO28Run dll or having a substitute for both
> functions.
Uwe Holz had presented something like this years ago....
If I remember correctly, you could define the functions in your own
library, overwriting the ones of the system library.
To call the original ones, you could use a _dll statement, using other
names.
If you need more info, I can search my archives if I can find something.
Wolfgang
--