Advertisement
Guest User

error info

a guest
May 5th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. Build started 5/5/2013 9:14:52 PM.
  2. Project "C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\movedll\movedll.vcxproj" on node 2 (Build target(s)).
  3. ClCompile:
  4. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"C:\Program Files\boost\boost_1_53_0" /Zi /nologo /W3 /WX- /sdl /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp"Release\movedll.pch" /Fo"Release\\" /Fd"Release\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt stdafx.cpp
  5. stdafx.cpp
  6.  
  7. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"C:\Program Files\boost\boost_1_53_0" /Zi /nologo /W3 /WX- /sdl /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Release\movedll.pch" /Fo"Release\\" /Fd"Release\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt movedll.cpp
  8.  
  9. movedll.cpp
  10.  
  11. movedll.cpp(65): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
  12. Link:
  13. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\Release\movedll.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files\boost\boost_1_53_0\stage\lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\Release\movedll.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\Release\movedll.lib" /MACHINE:X86 /SAFESEH Release\movedll.obj
  14. Release\stdafx.obj
  15. movedll.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
  16.  
  17.  
  18. movedll.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
  19.  
  20.  
  21. movedll.obj : error LNK2001: unresolved external symbol "void __cdecl boost::filesystem::path_traits::convert(char const *,char const *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class std::codecvt<wchar_t,char,int> const &)" (?convert@path_traits@filesystem@boost@@YAXPBD0AAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@ABV?$codecvt@_WDH@5@@Z)
  22.  
  23.  
  24. movedll.obj : error LNK2001: unresolved external symbol "void __cdecl boost::filesystem::path_traits::convert(wchar_t const *,wchar_t const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::codecvt<wchar_t,char,int> const &)" (?convert@path_traits@filesystem@boost@@YAXPB_W0AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$codecvt@_WDH@5@@Z)
  25.  
  26.  
  27. movedll.obj : error LNK2001: unresolved external symbol "public: static class std::codecvt<wchar_t,char,int> const & __cdecl boost::filesystem::path::codecvt(void)" (?codecvt@path@filesystem@boost@@SAABV?$codecvt@_WDH@std@@XZ)
  28.  
  29.  
  30. movedll.obj : error LNK2001: unresolved external symbol "class boost::filesystem::file_status __cdecl boost::filesystem::detail::status(class boost::filesystem::path const &,class boost::system::error_code *)" (?status@detail@filesystem@boost@@YA?AVfile_status@23@ABVpath@23@PAVerror_code@system@3@@Z)
  31.  
  32.  
  33. movedll.obj : error LNK2001: unresolved external symbol "unsigned __int64 __cdecl boost::filesystem::detail::file_size(class boost::filesystem::path const &,class boost::system::error_code *)" (?file_size@detail@filesystem@boost@@YA_KABVpath@23@PAVerror_code@system@3@@Z)
  34.  
  35. C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\Release\movedll.exe : fatal error LNK1120: 7 unresolved externals
  36. Done Building Project "C:\Users\nopriv\Documents\Visual Studio 2012\Projects\movedll\movedll\movedll.vcxproj" (Build target(s)) -- FAILED.
  37.  
  38. Build FAILED.
  39.  
  40. Time Elapsed 00:00:04.45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement