Page 1 of 1

6.10 Beta7 CustomFilterCallback()

Posted: Mon Mar 04, 2024 7:50 pm
by ChrisR
The CustomFilterCallback() help example crash with PB 6.10 beta 7 Windows x64 with Debugger On, it worked without the debugger, also with beta 7 x86 or with beta 6.
CustomFilterCallback(): The Procedure specified in '@Callback()' does not have the required argument or returntype.

Re: 6.10 Beta7 CustomFilterCallback()

Posted: Mon Mar 04, 2024 7:57 pm
by Andesdaf

Re: 6.10 Beta7 CustomFilterCallback()

Posted: Mon Mar 04, 2024 8:13 pm
by ChrisR
I'm running late and I've just read Fred's reply here
Fred wrote: Sat Mar 02, 2024 10:39 am The callback definition is wrong, I added stricter debugger check for this so it's easy to spot on and updated the doc as both color needs to be defined as '.l' (long).
It has worked without the need to define the color type in previous version and now we'd have to correct all the old callbacks written :!: