Re: [fpc-pascal] Incompatible procedure types

2023-11-07 Thread Sven Barth via fpc-pascal
Hairy Pixels via fpc-pascal schrieb am Mi., 8. Nov. 2023, 01:48: > What does this error mean? It's comparing a pointer to a procedure to a > procedure variable (a callback). The signature appears exactly the same > "function(TSymbol;TSymbol):LongInt is nested" so what's the problem? > > error: In

[fpc-pascal] Incompatible procedure types

2023-11-07 Thread Hairy Pixels via fpc-pascal
What does this error mean? It's comparing a pointer to a procedure to a procedure variable (a callback). The signature appears exactly the same "function(TSymbol;TSymbol):LongInt is nested" so what's the problem? error: Incompatible type for arg no. 2: Got "", expected "TSList$1$crcCC4DE170_crc