I am building helix.bif, target splay, and profile is
helix-client-all-defines
Note I am building with /MT option.
When it gets to protocal/rtsp my build will generate the
following errors
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _atoi already
defined in
LIBCMTD.lib(at
ox.obj)
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _sprintf already
defined in
LIBCMTD.lib
(sprintf.obj)
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _rand already
defined in
LIBCMTD.lib(ra
nd.obj)
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _time already
defined in
LIBCMTD.lib(ti
me.obj)
MSVCRT.lib(ti_inst.obj) : error LNK2005: "private:
__thiscall
type_info::type_in
fo(class type_info const &)" (??0type_info AAE ABV0 Z)
already defined in
LIBC
MTD.lib(typinfo.obj)
I know that these errors usually happen when one of the
libraries being
linked was not compiled with /MT option. The problem is
that I am very
sure that all of the libraries being linked were build with
the /MT option.
-stan
_______________________________________________
Player-dev mailing list
Player-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
|