lamster
31st August 2004, 06:49
This should be helpful in debugging problems that might cause DVD-RB to exit abruptly.
Good idea; it would probably be more helpful in such cases if it were written in real time; it appears to be buffered. (I.e., do a fflush() after every write if using stream I/O routines, or use FILE_FLAG_WRITE_THROUGH if using CreateFile().)
Also, if you could write the version of Rebuilder, and the timestamp of whatever executable is being invoked (QuEnc.exe, CCE.exe, etc.), this would help anwer the question, "Which version did I use to compress this?" when a problem is noticed on something that was rebuilt a while ago.
Good idea; it would probably be more helpful in such cases if it were written in real time; it appears to be buffered. (I.e., do a fflush() after every write if using stream I/O routines, or use FILE_FLAG_WRITE_THROUGH if using CreateFile().)
Also, if you could write the version of Rebuilder, and the timestamp of whatever executable is being invoked (QuEnc.exe, CCE.exe, etc.), this would help anwer the question, "Which version did I use to compress this?" when a problem is noticed on something that was rebuilt a while ago.