* bumped version and 'about' dialog

* cleaned up HDCD decoding code
* added processPriorityIdle option to settings dialog
This commit is contained in:
chudov
2008-11-18 14:48:26 +00:00
parent 9811971121
commit fda905b9a4
23 changed files with 2253 additions and 2340 deletions

View File

@@ -231,7 +231,9 @@ namespace UnRarDotNet
_unrar.DataAvailable += new DataAvailableHandler(unrar_DataAvailable);
_unrar.PasswordRequired += PasswordRequired;
_unrar.ExtractionProgress += ExtractionProgress;
#if !DEBUG
try
#endif
{
do
{
@@ -278,10 +280,12 @@ namespace UnRarDotNet
}
} while (true);
}
#if !DEBUG
catch (Exception ex)
{
_ex = ex;
}
#endif
lock (this)
{
_close = true;