hi,
please can you check if the callback argument contains a @
because if it is missing it called just the function unwanted.
example:
OpenFileRequester("application/binary",RequesterSuccess(), #PB_Requester_MultiSelection) WRONG
OpenFileRequester("application/binary",@RequesterSuccess(), #PB_Requester_MultiSelection)
stupid issue with callback argument
Re: stupid issue with callback argument
The result of the procedure could be a callback function pointer. Thats why one cannot check this.
Re: stupid issue with callback argument
if me can see this @ in code the compiler can see this too.
my function did not return a pointer and if so it is the opposite test without @
however
everything is possible with any solution
my function did not return a pointer and if so it is the opposite test without @
however
everything is possible with any solution
