<DIV>Hello,everyone</DIV>
<DIV>&nbsp;&nbsp;first I build the gpac lib with MSVC6.0 and then build the x264 with mp4_output enable, but it reports many errors</DIV>
<DIV>&nbsp;</DIV>
<DIV>--------------------Configuration: x264 - Win32 Debug--------------------<BR>Linking...<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in LIBCD.lib(dbgheap.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in LIBCD.lib(dbgheap.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __assert already defined in LIBCD.lib(assert.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fclose already defined in LIBCD.lib(fclose.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fread already defined in LIBCD.lib(fread.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _ftell already defined in LIBCD.lib(ftell.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fseek already defined in LIBCD.lib(fseek.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fopen already defined in LIBCD.lib(fopen.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _sprintf already defined in LIBCD.lib(sprintf.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fgetc already defined in LIBCD.lib(fgetc.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _realloc already defined in LIBCD.lib(dbgheap.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fwrite already defined in LIBCD.lib(fwrite.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __isctype already defined in LIBCD.lib(isctype.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fflush already defined in LIBCD.lib(fflush.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove already defined in LIBCD.lib(memmove.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strstr already defined in LIBCD.lib(strstr.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _fprintf already defined in LIBCD.lib(fprintf.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _vfprintf already defined in LIBCD.lib(vfprintf.obj)<BR>MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: __ftime already defined in LIBCD.lib(ftime.obj)<BR>LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library<BR>libgpac_static.lib(os_divers.obj) : error LNK2001: unresolved external symbol <A href="mailto:__imp__timeGetTime@0">__imp__timeGetTime@0</A><BR>libgpac_static.lib(os_divers.obj) : error LNK2001: unresolved external symbol <A href="mailto:__imp__timeBeginPeriod@4">__imp__timeBeginPeriod@4</A><BR>libgpac_static.lib(os_divers.obj) : error LNK2001: unresolved external symbol <A href="mailto:__imp__timeEndPeriod@4">__imp__timeEndPeriod@4</A><BR>bin/x264.exe : fatal error LNK1120: 3 unresolved externals<BR>Error executing link.exe.</DIV>
<DIV>x264.exe - 23 error(s), 1 warning(s)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>how to reslove this problem? thanks a lot!!</DIV>