>>>> magnifier.obj
Do you know where the magnifier.obj comes from? Is it from your own sources?
The linker error is about STL container classes. These symbols should be fully generated when compiling the objects as STL is a template library where all code comes from header files instantiated with the types you actually were using, i. e. you doesn't need any additional libraries but the compiler should have generated all symbols.
Some years ago I had a similar linker error and it was because of mixing different STL versions.
Main Topics
Browse All Topics





by: flob9Posted on 2009-08-12 at 02:05:05ID: 25076845
Do you use any third party library ?
In this case, you need to add it in the linker/input/additionnal dependencies setting of the project ( thelibrary.lib)