PDA

View Full Version : Lnk2005 and lnk2001


neonico
03-15-2004, 09:06 AM
Hi everybody!!
i have pb with LNK2005 and LNK2001. What have i to do? Can you help me?
Any help is the welcome. Thanks.

libmpplayer60.lib(ML_DescMotionVector.obj) : error LNK2005: "short * BIT_CACHE" (?BIT_CACHE@@3PAFA) already defined in libmpplayer60.lib(ML_DescVOP.obj)
libmpplayer60.lib(ML_DescDctEvent.obj) : error LNK2005: "short * BITS_CACHE" (?BITS_CACHE@@3PAFA) already defined in libmpplayer60.lib(ML_DescVOP.obj)
libmpplayer60.lib(qtime_file.obj) : error LNK2001: unresolved external symbol _audio_object_type_is_aac
libmpplayer60.lib(qtime_file.obj) : error LNK2001: unresolved external symbol _decode_mpeg4_audio_config
libmpplayer60.lib(ML_Sleep.obj) : error LNK2001: unresolved external symbol __imp__timeEndPeriod@4
libmpplayer60.lib(ML_Sleep.obj) : error LNK2001: unresolved external symbol __imp__timeBeginPeriod@4

nico

stuka
03-15-2004, 11:47 AM
The LNK2005 error is telling you that you've got a function defined (implemented) in multiple locations. The LNK2001 error is telling you that the linker can't find the implementations of those functions.