#1
|
|||
|
|||
ignore the --1073741819 error code
Hi
I am using the follow VB script o ignore the error. Sub vbld_StepDone() If CLng(Application.ExpandMacros("%RUNPROGRAM_EXITCOD E%")) = -1073741819 Then Step.BuildStatus = vbldStepStatSucceeded End If End Sub I want to add to the log file every occurrence of the error. How can I do it ?? Thanks , Mor |
|
|