Ok, I finally got all the junk straightened out. got a clean update for the RC instead of the mainline, and guess what?
It looks like it cannot find ANY functions that purportedly are defined in filesystem.


oh, compiler VC7.1


------ Build started: Project: SimpleSL, Configuration: Debug Win32 ------


Compiling...
main.cpp
Linking...
main.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall boost::filesystem::path::leaf(void)const " ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall boost::filesystem::directory_iterator::directory_iterator(class boost::filesystem::path const &)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@12@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall boost::filesystem::directory_iterator::directory_iterator(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall boost::filesystem::path::native_directory_string(void)const " ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "bool __cdecl boost::filesystem::is_directory(class boost::filesystem::path const &)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall boost::filesystem::path::native_file_string(void)const " ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "bool __cdecl boost::filesystem::exists(class boost::filesystem::path const &)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "class boost::filesystem::path __cdecl boost::filesystem::system_complete(class boost::filesystem::path const &)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@ABV312@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall boost::filesystem::path::path(char const *,enum boost::filesystem::path_format)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@12@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "class boost::filesystem::path const & __cdecl boost::filesystem::initial_path(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "private: class boost::filesystem::path const & __thiscall boost::filesystem::directory_iterator::m_deref(void)const " ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@XZ) referenced in function "public: class boost::filesystem::path const & __thiscall boost::filesystem::directory_iterator::operator*(void)const " ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@XZ)
main.obj : error LNK2019: unresolved external symbol "private: void __thiscall boost::filesystem::directory_iterator::m_inc(void)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@AAEXXZ) referenced in function "public: class boost::filesystem::directory_iterator & __thiscall boost::filesystem::directory_iterator::operator++(void)" ([EMAIL PROTECTED]@boost@@[EMAIL PROTECTED])
Debug/SimpleSL.exe : fatal error LNK1120: 12 unresolved externals


Build log was saved at "file://c:\Projects\Programming\personal\BoostTesting\SimpleSL\Debug\BuildLog.htm"
SimpleSL - 13 error(s), 0 warning(s)



---------------------- Done ----------------------


Build: 0 succeeded, 1 failed, 0 skipped

Victor A. Wagner Jr.      http://rudbek.com
The five most dangerous words in the English language:
              "There oughta be a law"

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to