COMate plus and PB 5.42

Just starting out? Need help? Post your questions and find answers here.
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

COMate plus and PB 5.42

Post 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
Gadget
User
User
Posts: 39
Joined: Tue Mar 11, 2014 8:11 pm
Location: UK

Re: COMate plus and PB 5.42

Post by Gadget »

This link might help ... http://www.purebasic.fr/english/viewtop ... 55#p482355

srod update Comate recently

__________________________________________________
Link completed
24.03.2016
RSBasic
Windows 10 and PB 5.73 (both x64)
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: COMate plus and PB 5.42

Post by infratec »

:oops:
Post Reply