I just found out that it does not compile anymore.
I had to use the following 'hack':
Code: Select all
Protected pfnDeferredFillIn.COMate_ProtoDeferredFillIn
...
;excep\pfnDeferredFillIn(excep)
pfnDeferredFillIn = excep\pfnDeferredFillIn
pfnDeferredFillIn(excep)
Bernd