Advertisement
SpoOkyMagician

boost errors

Jan 21st, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | Software | 0 0
  1. one or more multiply defined symbols found
  2. "public: int __thiscall boost::iostreams::zlib_error::error(void)const " (?error@zlib_error@iostreams@boost@@QBEHXZ) already defined in genieutils.lib(zlib.obj)
  3. "public: static void __cdecl boost::iostreams::zlib_error::check(int)" (?check@zlib_error@iostreams@boost@@SAXH@Z) already defined in genieutils.lib(zlib.obj)
  4. "public: __thiscall boost::iostreams::zlib_error::zlib_error(class boost::iostreams::zlib_error const &)" (??0zlib_error@iostreams@boost@@QAE@ABV012@@Z) already defined in genieutils.lib(zlib.obj)
  5. "protected: __thiscall boost::iostreams::detail::zlib_base::zlib_base(void)" (??0zlib_base@detail@iostreams@boost@@IAE@XZ) already defined in genieutils.lib(zlib.obj)
  6. "protected: __thiscall boost::iostreams::detail::zlib_base::~zlib_base(void)" (??1zlib_base@detail@iostreams@boost@@IAE@XZ) already defined in genieutils.lib(zlib.obj)
  7. "protected: void __thiscall boost::iostreams::detail::zlib_base::before(char const * &,char const *,char * &,char *)" (?before@zlib_base@detail@iostreams@boost@@IAEXAAPBDPBDAAPADPAD@Z) already defined in genieutils.lib(zlib.obj)
  8. "protected: void __thiscall boost::iostreams::detail::zlib_base::after(char const * &,char * &,bool)" (?after@zlib_base@detail@iostreams@boost@@IAEXAAPBDAAPAD_N@Z) already defined in genieutils.lib(zlib.obj)
  9. "protected: int __thiscall boost::iostreams::detail::zlib_base::xdeflate(int)" (?xdeflate@zlib_base@detail@iostreams@boost@@IAEHH@Z) already defined in genieutils.lib(zlib.obj)
  10. "protected: int __thiscall boost::iostreams::detail::zlib_base::xinflate(int)" (?xinflate@zlib_base@detail@iostreams@boost@@IAEHH@Z) already defined in genieutils.lib(zlib.obj)
  11. "protected: void __thiscall boost::iostreams::detail::zlib_base::reset(bool,bool)" (?reset@zlib_base@detail@iostreams@boost@@IAEX_N0@Z) already defined in genieutils.lib(zlib.obj)
  12. "private: void __thiscall boost::iostreams::detail::zlib_base::do_init(struct boost::iostreams::zlib_params const &,bool,void * (__cdecl*)(void *,unsigned int,unsigned int),void (__cdecl*)(void *,void *),void *)" (?do_init@zlib_base@detail@iostreams@boost@@AAEXABUzlib_params@34@_NP6APAXPAXII@ZP6AX22@Z2@Z) already defined in genieutils.lib(zlib.obj)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement