Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   ignore the --1073741819 error code (https://www.kinook.com/Forum/showthread.php?t=3577)

morlajb 04-27-2008 03:55 AM

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_EXITCODE%")) = -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

kinook 04-27-2008 08:24 AM

http://www.visualbuild.com/Manual/logmessagemethod.htm

morlajb 04-27-2008 08:36 AM

Thanks for the quick response

Mor


All times are GMT -5. The time now is 09:11 PM.


Copyright © 1999-2023 Kinook Software, Inc.