but my code does include---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol 'atoll'.
POLINK: fatal error: 1 unresolved external(s).
---------------------------
OK
---------------------------
Code: Select all
#include <stdio.h>
#include <stdlib.h>
my previous library has worked fine with these settings but now that I'm including a source that uses atoll i cannot get it to work in PB even though I am including the libraries any idea what could be wrong?
maybe I am missing something perhaps the libraries used in pb don't really contain atoll because they are older?
thanks