diff --git a/binaries/dvdtoimg-1.1-windows-x64.zip b/binaries/dvdtoimg-1.1-windows-x64.zip new file mode 100644 index 0000000..3114955 Binary files /dev/null and b/binaries/dvdtoimg-1.1-windows-x64.zip differ diff --git a/binaries/dvdtoimg-1.1-windows-x86.zip b/binaries/dvdtoimg-1.1-windows-x86.zip new file mode 100644 index 0000000..e944b72 Binary files /dev/null and b/binaries/dvdtoimg-1.1-windows-x86.zip differ diff --git a/dvdtoimg.cpp b/dvdtoimg.cpp index 9b66b15..4e141b4 100644 --- a/dvdtoimg.cpp +++ b/dvdtoimg.cpp @@ -1061,7 +1061,7 @@ bool read_dvd_to_image(char *drive_letter, char *file_pathname, unsigned long in } LBA_i2=LBA_i+n_sectors_to_read-1; - printf("%c[1000DReading sector %lu to %lu (total: %lu, progress: %.1f%%)", 0x1B, 0x1B, LBA_i, LBA_i2, n_sectors, (double)LBA_i2/n_sectors*100); + printf("\rReading sector %lu to %lu (total: %lu, progress: %.1f%%)", LBA_i, LBA_i2, n_sectors, (double)LBA_i2/n_sectors*100); if(read_12(p_cdio, LBA_i, n_sectors_to_read)==DRIVER_OP_SUCCESS) { if(success==DRIVER_OP_SUCCESS) diff --git a/libcdio b/libcdio index c027fff..fae5106 160000 --- a/libcdio +++ b/libcdio @@ -1 +1 @@ -Subproject commit c027fff67b1dfed4379471ecc715c9e78d0902ba +Subproject commit fae5106eebac5f57c67c0178fed2d0c5a2fb58d1 diff --git a/msvc/dvdtoimg.vcxproj b/msvc/dvdtoimg.vcxproj index a0bba19..5067301 100644 --- a/msvc/dvdtoimg.vcxproj +++ b/msvc/dvdtoimg.vcxproj @@ -87,6 +87,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\libcdio\include MultiThreadedDebug + CompileAsCpp Console @@ -104,6 +105,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\libcdio\include MultiThreadedDebug + CompileAsCpp Console @@ -123,6 +125,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\libcdio\include MultiThreaded + CompileAsCpp Console @@ -144,6 +147,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\libcdio\include MultiThreaded + CompileAsCpp Console diff --git a/msvc/dvdtoimg.vcxproj.filters b/msvc/dvdtoimg.vcxproj.filters index c913964..4db29ca 100644 --- a/msvc/dvdtoimg.vcxproj.filters +++ b/msvc/dvdtoimg.vcxproj.filters @@ -18,5 +18,25 @@ Archivos de código fuente + + Archivos de código fuente + + + Archivos de código fuente + + + Archivos de código fuente + + + + + Archivos de encabezado + + + Archivos de encabezado + + + Archivos de encabezado + \ No newline at end of file