Projects around the FreeBASIC compiler
Projects around the FreeBASIC compiler
The compiler accepts static libraries as input files (suffix '.a' on LINUX). But it doesn't allow dynamic libraries (suffix '.so' on LINUX), although the linker can handle them. fbc throughs...
I've an issue in function `Res:sendFile()` in the local function `doSend()`: When the file length is a multiple of 512 (1024, 1536, 2048, ...) the function fails at the end...
Perhaps you're aware of the center-hopping issue: at certain points, when zooming in the map, the map center swaps between two positions, mostly between zoom levels 17, 18 and 19....