rdc wrote: All the code examples in the zip file folders have been fixed to run correctly,
qsort.bas, in FBeginner\chap09, does not compile cleanly.
fbc -w all "qsort.bas" (in directory: C:\dev\FB\FBeginner\chap09)
qsort.bas(31) warning 3(2): Passing different pointer types, at parameter 4 of QSORT()
qsort.bas(31) warning 41(0): Return type mismatch in function pointer, at parameter 4 of QSORT()
Compilation finished successfully.