Page 1 of 1

STL and compiling

PostPosted: Oct 25, 2003 @ 4:58am
by fast_rx
In order to initially get PF working, I downloaded the stlport stuff and installed it per the installation...

PF compiled fine... have been using it a lot.

But now I decided to use a "vector" from STL and I can build, but can't link - "unresolved external symbol "private: static void * __cdecl _STL::__malloc_alloc<0>..."

STL doesn't need to be compiled into a lib, does it? Or is it something in the stl config header?

BTW, I did find another STL here: http://www.syncdata.it/stlce/index.html
And it works as expected... but why?

PostPosted: Nov 1, 2003 @ 3:42am
by izeman

PostPosted: Nov 3, 2003 @ 9:19pm
by fast_rx