COMate plus and PB 5.42
Posted: Thu Mar 24, 2016 3:07 pm
Hi,
I just found out that it does not compile anymore.
I had to use the following 'hack':
Or is there an other way ?
Bernd
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