<-- Previous || Up || Next -->

VB Preprocessor Function
VB Utilities Class

Public Function VBPreprocessor( _
      ByVal vFlagPrefix As Variant _
    , ByVal vVersion As Variant _
    , ByVal vInFiles As Variant _
    , ByVal vOutFile As Variant _
    , Optional ByVal vModuleHeader As Variant _
    , Optional ByVal vSuppressAttributes As Variant _
    ) As Boolean

"Visual Basic Preprocessor" Creates an alternate version of one or more Visual Basic files using flags within the source code to signify the modules and lines to be included within or excluded from the result. Similar in some ways to the C language preprocessor. Function returns True upon success and False upon failure.

See also:
    VBLinker Function
    VBPreprocessorSample Subroutine

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.