[fpc-pascal] FPC Graphics options?

Jon Foster jon-lists at jfpossibilities.com
Fri May 19 17:06:32 CEST 2017


On 05/18/2017 07:21 PM, Ryan Joseph wrote:
> On May 19, 2017, at 8:01 AM, Jon Foster <jon-lists at jfpossibilities.com> 
> wrote:
>> You can find both versions in my GitHub account: https://github.com/jafcobend/fpcflop
> Thanks again, I was finally able to get this complied. No idea why the inclusion of SDL 2 was crashing at that line.
If I remember right your crash was in the call to plot(). The SDL plot used 
pointers the non-SDL plot writes to a static global array. It would seem a 
logical assumption that the pointer weren't initialized appropriately.

-- 
Sent from my Debian Linux laptop
Jon Foster
JF Possibilities, Inc.
jon at jfpossibilities.com




More information about the fpc-pascal mailing list