View Single Post
  #1  
Old 05-13-2004, 07:29 PM
mxbush mxbush is online now
Registered User
 
Join Date: 05-13-2004
Posts: 1
Question Referencing dlls from Vbscript

How can I reference dlls from the vbscript environment provided by visual build. Other tools and IDEs such as Visual Basic support this process by providing the function of Project | Reference settings.

At this stage I'm getting around this by creating components under Visual Basic and running them from VisBuildPro. As most of these components are trivial complexity (eg. performing clear case baseline comparisons, creating and destroying virtual directories etc) I would much prefer to do this inside VisBuildPro directly.

Also, I would prefer to use early binding rather than late binding and have "option explicit" turned on.
Reply With Quote