Click here to Skip to main content
15,905,776 members

Comments by dung (Top 5 by date)

dung 7-Jul-11 5:08am View    
Hi Prerak Patel,
I fixed the error above but give a lot of error the following :
LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
...
xtr_tta.obj : error LNK2001: unresolved external symbol "public: __thiscall mm_file_io_c::mm_file_io_c(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > const &,enum open_mode)" (??0mm_file_io_c@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4open_mode@@@Z)

Can you explain to me about those error.
Thanks !
dung 7-Jul-11 2:39am View    
Thanks SAKryukov to comment for me, This is error to compiler process. I don't understand "why are those error occur?". The full error here :
...
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cmath(23) : error C2039: 'cosf' : is not a member of '`global namespace''
...
Can you explain to me about them.

Thanks !
dung 6-Jul-11 22:51pm View    
Hi SAKryukov,
Thanks you answer for me, I had fix a error above. I'm trying order directories and build all my solution (MKVToolnix v.4.8.0). Each project in solution is success if I build independent but when I build a project with name (Extract) and output file format to (.exe) then error occur here and receive the following :

.....
7>------ Rebuild All started: Project: extract, Configuration: Debug Win32 ------
7>Deleting intermediate and output files for project 'extract', configuration 'Debug|Win32'
7>Compiling...
7>attachments.cpp
7>chapters.cpp
7>cuesheets.cpp
7>extract_cli_parser.cpp
7>mkvextract.cpp
7>options.cpp
7>tags.cpp
7>timecodes_v2.cpp
7>track_spec.cpp
7>tracks.cpp
7>xtr_aac.cpp
7>xtr_avc.cpp
7>xtr_avi.cpp
7>xtr_base.cpp
7>xtr_cpic.cpp
7>xtr_mpeg1_2.cpp
7>xtr_ogg.cpp
7>xtr_pgs.cpp
7>xtr_rmff.cpp
7>xtr_textsubs.cpp
7>Generating Code...
7>Compiling...
7>xtr_tta.cpp
7>xtr_vobsub.cpp
7>xtr_wav.cpp
7>Generating Code...
7>Compiling resources...
7>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
7>Copyright (C) Microsoft Corporation. All rights reserved.
7>Linking...
7>common.lib(ebml.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
7>LIBCMTD.lib(malloc.obj) : error LNK2005: _V6_HeapAlloc already defined in LIBCMT.lib(malloc.obj)
7>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_amblksiz already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_amblksiz already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_init already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_find_block already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_free_block already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_block already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_region already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_group already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_resize_block already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heapmin already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_check already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_pHeaderDefer already defined in LIBCMT.lib(sbheap.obj)
7>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
7>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _malloc already defined in LIBCMT.lib(malloc.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _realloc already defined in LIBCMT.lib(realloc.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _toupper already defined in LIBCMT.lib(toupper.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _free already defined in LIBCMT.lib(free.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _calloc already defined in LIBCMT.lib(calloc.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _ldexp already defined in LIBCMT.lib(_ldexp_.obj)
7>MSVCRTD.lib(MSVCR90D.dll) : error LNK2005: _memmove already defi
dung 6-Jul-11 4:05am View    
Hi Baldur,
I'm trying order folder in MKVToolNix project, All the projects in solution I build success but I'm try build 1 project with name Extract(output .exe) then receive error here :

1>------ Rebuild All started: Project: input, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'input', configuration 'Debug|Win32'
2>------ Rebuild All started: Project: rmff, Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project 'rmff', configuration 'Debug|Win32'
2>Compiling...
1>Compiling...
1>r_aac.cpp
2>rmff.c
2>mb_file_io.c
2>Generating Code...
2>Creating library...
2>Build log was saved at "file://E:\1-Code\mkvtoolnix_v2\Debug\rmff\BuildLog.htm"
2>rmff - 0 error(s), 0 warning(s)
3>------ Rebuild All started: Project: common, Configuration: Debug Win32 ------
3>Deleting intermediate and output files for project 'common', configuration 'Debug|Win32'
3>Compiling...
3>ac3.cpp
3>base64.cpp
1>r_ac3.cpp
3>bitvalue.cpp
1>r_asf.cpp
3>chapters.cpp
1>r_avc.cpp
3>checksums.cpp
1>r_avi.cpp
3>cli_parser.cpp
1>r_cdxa.cpp
3>command_line.cpp
3>common.cpp
1>r_corepicture.cpp
3>compression.cpp
1>r_dirac.cpp
3>cue_parser.cpp
1>r_dts.cpp
3>debugging.cpp
1>r_flac.cpp
3>dirac.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
1>r_flv.cpp
3>dts.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
3>ebml.cpp
1>r_matroska.cpp
3>editing.cpp
1>r_mp3.cpp
3>element_mapping.cpp
3>element_parser.cpp
1>r_mpeg_es.cpp
3>element_writer.cpp
1>r_mpeg_ps.cpp
3>endian.cpp
3>extern_data.cpp
1>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
1>r_mpeg_ts.cpp
3>Generating Code...
1>r_ogm.cpp
3>Compiling...
3>formatting.cpp
1>r_ogm_flac.cpp
3>fs_sys_helpers.cpp
1>r_qtmp4.cpp
3>hacks.cpp
1>r_real.cpp
3>id3.cpp
1>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
3>iso639.cpp
1>Generating Code...
3>kate.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
3>kax_analyzer.cpp
1>Compiling...
1>r_srt.cpp
3>kax_file.cpp
3>locale.cpp
1>r_ssa.cpp
3>locale_string.cpp
1>r_truehd.cpp
3>math.cpp
3>memory.cpp
1>r_tta.cpp
3>mm_io.cpp
3>mm_multi_file_io.cpp
1>r_usf.cpp
3>mp3.cpp
1>r_vc1.cpp
3>mpeg1_2.cpp
1>r_vobbtn.cpp
3>mpeg4_p10.cpp
1>r_vobsub.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
3>mpeg4_p2.cpp
1>r_wav.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
3>output.cpp
1>r_wavpack.cpp
3>parser.cpp
3>Generating Code...
1>subtitles.cpp
1>flac_common.cpp
1>Generating Code...
3>Compiling...
3>parsing.cpp
1>Creating library...
1>r_ogm_flac.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
3>property_element.cpp
1>Build log was saved at "file://E:\1-Code\mkvtoolnix_v2\Debug\input\BuildLog.htm"
1>input - 0 error(s), 3 warning(s)
4>------ Rebuild All started: Project: output, Configuration: Debug Win32 ------
4>Deleting intermediate and output files for project 'output', configuration 'Debug|Win32'
4>Compiling...
4>p_ac3.cpp
3>random.cpp
3>segment_tracks.cpp
4>p_avc.cpp
3>segmentinfo.cpp
4>p_dirac.cpp
3>segmentinfo_parser.cpp
4>p_dts.cpp
3>tags.cpp
3>terminal.cpp
4>p_flac.cpp
3>theora.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
4>p_kate.cpp
3>translation.cpp
3>truehd.cpp
4>p_mp3.cpp
3>unique_numbers.cpp
4>p_mpeg1_2.cpp
3>utf8.cpp
3>vc1.cpp
4>p_mpeg4_p10.cpp
3>e:\1-code\mkvtoolnix_v2\src\common\bit_cursor.h(87) : warning C4805:
dung 27-Jun-11 4:24am View    
Hi,
In progress to running this project. I to see the bug to following :
7>------ Build started: Project: extract, Configuration: Debug Win32 ------
7>Linking...
7>common.lib(ebml.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
7>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-sgd-1_46_1.lib'
7>Build log was saved at "file://E:\MKVProject\Debug\extract\BuildLog.htm"
7>extract - 1 error(s), 1 warning(s)
========== Build: 6 succeeded, 1 failed, 0 up-to-date, 0 skipped ======

I don't understant it. I addes include path but not expect.