STL in vs2005 beta2 for smartphone problems - help !!!
I have an existing project coded with beta1 for gui/cf bits and a number of Dlls for low level network coding with evc. I'm trying to produce a combined project for both the managed and non manged code using beta2. The problem I have is that any inclusion of STL type usage (standard <list> <queue> etc) seems to cause link errors of error LNK2001: unresolved external symbol "public: virtual __cdecl std::exception::~exception(void)" But the same code was fine under evc, so it must be some project settings somewhere right ? I have generated projects without using any migration tools (i.e new project....) I'm a bit stuffed as beta1 wont reinstall, so I really need to sort this out so any ideas really welcome ! Regards nick

