1>------ Build started: Project: 123, Configuration: Debug Win32 ------
1>Linking...
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::easy::perform(void)" (?perform@easy@curlpp@@QAEXXZ) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::easy::verbose(bool)" (?verbose@easy@curlpp@@QAEX_N@Z) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::easy::upload(bool)" (?upload@easy@curlpp@@QAEX_N@Z) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::easy::infile_size(long)" (?infile_size@easy@curlpp@@QAEXJ@Z) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::http_easy::http_header(class std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &)" (?http_header@http_easy@curlpp@@QAEXABV?$list@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: void __thiscall curlpp::easy::url(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?url@easy@curlpp@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "public: __thiscall curlpp::http_easy::http_easy(void)" (??0http_easy@curlpp@@QAE@XZ) referenced in function _main
1>example02.obj : error LNK2019: unresolved external symbol "void __cdecl curlpp::initialize(long)" (?initialize@curlpp@@YAXJ@Z) referenced in function _main
1>example02.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall curlpp::istream_trait::read(void *,unsigned int)" (?read@istream_trait@curlpp@@UAEIPAXI@Z)
1>example02.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall curlpp::easy::~easy(void)" (??1easy@curlpp@@UAE@XZ) referenced in function "public: virtual __thiscall curlpp::http_easy::~http_easy(void)" (??1http_easy@curlpp@@UAE@XZ)
1>example02.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall curlpp::output_progress_trait::progress_function(double,double,double,double)" (?progress_function@output_progress_trait@curlpp@@UAE_NNNNN@Z)
1>example02.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall curlpp::input_passwd_trait::passwd_function(char *,char *,int)" (?passwd_function@input_passwd_trait@curlpp@@UAE_NPAD0H@Z)
1>example02.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall curlpp::output_debug_trait::debug_function(enum curlpp::debug::type,char *,int)" (?debug_function@output_debug_trait@curlpp@@UAEXW4type@debug@2@PADH@Z)
1>example02.obj : error LNK2019: unresolved external symbol "public: __thiscall curlpp::ifile_trait::ifile_trait(struct _iobuf *)" (??0ifile_trait@curlpp@@QAE@PAU_iobuf@@@Z) referenced in function "void __cdecl curlpp::`dynamic initializer for 'stdin_trait''(void)" (??__Estdin_trait@curlpp@@YAXXZ)
1>example02.obj : error LNK2019: unresolved external symbol "public: __thiscall curlpp::ofile_trait::ofile_trait(struct _iobuf *)" (??0ofile_trait@curlpp@@QAE@PAU_iobuf@@@Z) referenced in function "void __cdecl curlpp::`dynamic initializer for 'stdout_trait''(void)" (??__Estdout_trait@curlpp@@YAXXZ)
1>example02.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall curlpp::file_trait::~file_trait(void)" (??1file_trait@curlpp@@UAE@XZ) referenced in function "public: virtual __thiscall curlpp::ifile_trait::~ifile_trait(void)" (??1ifile_trait@curlpp@@UAE@XZ)
1>F:\Documents and Settings\Morph\My Documents\Visual Studio 2008\Projects\123\Debug\123.exe : fatal error LNK1120: 16 unresolved externals
1>Build log was saved at "file://f:\Documents and Settings\Morph\My Documents\Visual Studio 2008\Projects\123\123\Debug\BuildLog.htm"
1>123 - 17 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|