1 2 3 4 5 6 7 8 9 10 11
|
Build started...
1
|
1>PNG.cpp
1>PNG.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl lodepng::encode(class std::vector<unsigned char,class std::allocator<unsigned char> > &,class std::vector<unsigned char,class std::allocator<unsigned char> > const &,unsigned int,unsigned int,enum LodePNGColorType,unsigned int)" (?encode@lodepng@@YAIAAV?$vector@EV?$allocator@E@std@@@std@@ABV23@IIW4LodePNGColorType@@I@Z) referenced in function "void __cdecl encodeTwoSteps(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeTwoSteps@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl lodepng::encode(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::vector<unsigned char,class std::allocator<unsigned char> > const &,unsigned int,unsigned int,enum LodePNGColorType,unsigned int)" (?encode@lodepng@@YAIABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$vector@EV?$allocator@E@std@@@3@IIW4LodePNGColorType@@I@Z) referenced in function "void __cdecl encodeOneStep(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeOneStep@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "char const * __cdecl lodepng_error_text(unsigned int)" (?lodepng_error_text@@YAPBDI@Z) referenced in function "void __cdecl encodeOneStep(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeOneStep@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "public: __thiscall lodepng::State::State(void)" (??0State@lodepng@@QAE@XZ) referenced in function "void __cdecl encodeWithState(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeWithState@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "public: __thiscall lodepng::State::~State(void)" (??1State@lodepng@@QAE@XZ) referenced in function "void __cdecl encodeWithState(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeWithState@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl lodepng::encode(class std::vector<unsigned char,class std::allocator<unsigned char> > &,class std::vector<unsigned char,class std::allocator<unsigned char> > const &,unsigned int,unsigned int,class lodepng::State &)" (?encode@lodepng@@YAIAAV?$vector@EV?$allocator@E@std@@@std@@ABV23@IIAAVState@1@@Z) referenced in function "void __cdecl encodeWithState(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeWithState@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>PNG.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl lodepng::save_file(class std::vector<unsigned char,class std::allocator<unsigned char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?save_file@lodepng@@YAIABV?$vector@EV?$allocator@E@std@@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z) referenced in function "void __cdecl encodeTwoSteps(char const *,class std::vector<unsigned char,class std::allocator<unsigned char> > &,unsigned int,unsigned int)" (?encodeTwoSteps@@YAXPBDAAV?$vector@EV?$allocator@E@std@@@std@@II@Z)
1>C:\Users\Chris\source\repos\PNG\Debug\PNG.exe : fatal error LNK1120: 7 unresolved externals
1>Done building project "PNG.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |