6.10 Beta7 CustomFilterCallback()

Just starting out? Need help? Post your questions and find answers here.
User avatar
ChrisR
Addict
Addict
Posts: 1484
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

6.10 Beta7 CustomFilterCallback()

Post 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.
Andesdaf
User
User
Posts: 86
Joined: Sun Mar 22, 2009 2:53 pm
Location: GER, Saxony

Re: 6.10 Beta7 CustomFilterCallback()

Post by Andesdaf »

User avatar
ChrisR
Addict
Addict
Posts: 1484
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: 6.10 Beta7 CustomFilterCallback()

Post 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 :!:
Post Reply