Page 1 of 1

COMate plus and PB 5.42

Posted: Thu Mar 24, 2016 3:07 pm
by infratec
Hi,

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)
Or is there an other way ?

Bernd

Re: COMate plus and PB 5.42

Posted: Thu Mar 24, 2016 4:11 pm
by Gadget
This link might help ... http://www.purebasic.fr/english/viewtop ... 55#p482355

srod update Comate recently

__________________________________________________
Link completed
24.03.2016
RSBasic

Re: COMate plus and PB 5.42

Posted: Thu Mar 24, 2016 4:38 pm
by infratec
:oops: