View Single Post
  #1  
Old 10-04-2004, 09:38 AM
bbarbe3 bbarbe3 is offline
Registered User
 
Join Date: 05-13-2004
Location: Mount Airy, Md.
Posts: 2
Question vbld_BuildDone event not firing?

I'm trying to display the build's log files (I define three) using the user's default file association at the end of the build. I added some simple scripting to the vbld_BuildDone event function that determines the log file names and then calls the Run method on the Shell object (I actually tried the Exec method as well). I've assumed that I was doing something wrong in script (still may be the case), but if I try something as simple as a MsgBox "vbld_BuildDone entered!" it never displays. I've added the vbld_BuildDone function to the Project scripts tab, and when I execute the project, whether through the GUI App or Cmd line App, it never seems to enter the vbld_BuildDone function. I'm using VisualBuildPro 5.5. Any help would be greatly appreciated.


Regards,

Bill
Reply With Quote