View Single Post
  #1  
Old 04-27-2008, 03:55 AM
morlajb morlajb is online now
Registered User
 
Join Date: 11-27-2005
Posts: 19
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
Reply With Quote