unresolved externals (atoll)
Posted: Thu May 04, 2023 6:02 am
I'm compiling a static library using visual studio 2015 but when I try to compile the PB source I get this error
no whole program optimizations is enabled , configuration type is "static library (.lib)" and my platform toolset is v120 (Visual Studio 2013) for PB LTS 5.70
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
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