Did you change the compilation method on all pjsip projects and your application project. They all have to agree or you run into problems at link. At 10:19 AM 10/30/2009, sunil sarolkar wrote: >Hello, I compiled PjSIP with Run time library Multi-threaded Debug >DLL (/MDd) succesfully but could not compile it with runtime library >Multi-threaded (/MT) its givind error > > >Linking... >MSVCRT.lib(MSVCR90.dll) : error LNK2005: _memchr already defined in >LIBCMT.lib(memchr.obj) >MSVCRT.lib(MSVCR90.dll) : error LNK2005: _sprintf already defined in >LIBCMT.lib(sprintf.obj) >MSVCRT.lib(MSVCR90.dll) : error LNK2005: __snprintf already defined >in LIBCMT.lib(snprintf.obj) >MSVCRT.lib(MSVCR90.dll) : error LNK2005: _strncpy already defined in >LIBCMT.lib(strncpy.obj) > >Thanks for any clue > > >_______________________________________________ >Visit our blog: http://blog.pjsip.org > >pjsip mailing list >pjsip at lists.pjsip.org >http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org