Hi,
i am using VC6 with STL port and ImageMagick (Another library for Image processing).
I configured everything with STLPort and when i run i am getting the following error.
inking...
With50View.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Magick::Image::read(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (__imp_?read@Image@Magi
ck@@QAEXABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@Z)
Release/With50.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
( i uncommented _STLP_NO_OWN_IOSTREAMS in stl_user_config.h file)
I think the error is because, the image read function required std::string as input but in this case it is looking with STLPort::string.
Can anyone help me how to solve this?
Thanks in advance
ankdireddy
