Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. 1>------ Build started: Project: foo_sample, Configuration: Debug Win32 ------
  2. 1>Linking...
  3. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: "public: __thiscall std::exception::exception(char const * const &,int)" (??0exception@std@@QAE@ABQBDH@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
  4. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
  5. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) already defined in LIBCMTD.lib(stdexcpt.obj)
  6. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _realloc already defined in LIBCMTD.lib(dbgrealloc.obj)
  7. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _malloc already defined in LIBCMTD.lib(dbgmalloc.obj)
  8. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _free already defined in LIBCMTD.lib(dbgfree.obj)
  9. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: __expand already defined in LIBCMTD.lib(dbgheap.obj)
  10. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
  11. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _floor already defined in LIBCMTD.lib(_floor_pentium4_.obj)
  12. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _strchr already defined in LIBCMTD.lib(strchr.obj)
  13. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _atoi already defined in LIBCMTD.lib(atox.obj)
  14. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _strncmp already defined in LIBCMTD.lib(strncmp.obj)
  15. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: "public: class std::exception & __thiscall std::exception::operator=(class std::exception const &)" (??4exception@std@@QAEAAV01@ABV01@@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
  16. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: __atoi64 already defined in LIBCMTD.lib(atox.obj)
  17. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: __controlfp_s already defined in LIBCMTD.lib(_contrlfp_.obj)
  18. 1>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: __wassert already defined in LIBCMTD.lib(wassert.obj)
  19. 1>MSVCRTD.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
  20. 1>MSVCRTD.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
  21. 1> Creating library D:\Projekty w C++\foobar2000sdk\foobar2000\foo_sample\Debug\foo_sample.lib and object D:\Projekty w C++\foobar2000sdk\foobar2000\foo_sample\Debug\foo_sample.exp
  22. 1>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library
  23. 1>SDK.lib(metadb_handle_list.obj) : error LNK2019: unresolved external symbol "int __cdecl StrCmpLogicalW(wchar_t const *,wchar_t const *)" (?StrCmpLogicalW@@YAHPB_W0@Z) referenced in function "int __cdecl custom_sort_compare<1>(struct `anonymous namespace'::custom_sort_data const &,struct `anonymous namespace'::custom_sort_data const &)" (??$custom_sort_compare@$00@@YAHABUcustom_sort_data@?A0x8f4ba1bb@@0@Z)
  24. 1>D:\Projekty w C++\foobar2000sdk\foobar2000\foo_sample\Debug\foo_sample.dll : fatal error LNK1120: 1 unresolved externals
  25. 1>Build log was saved at "file://d:\Projekty w C++\foobar2000sdk\foobar2000\foo_sample\Debug\BuildLog.htm"
  26. 1>foo_sample - 20 error(s), 1 warning(s)
  27. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement