$I/$INCLUDE equivalent???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Davis

    #1

    $I/$INCLUDE equivalent???

    Does VB.Net have an equivalent to Delphi's $I/$INCLUDE compiler directive,
    or the same functionality?

    TIA!

    Robert


  • AMercer

    #2
    RE: $I/$INCLUDE equivalent???

    > Does VB.Net have an equivalent to Delphi's $I/$INCLUDE compiler directive,[color=blue]
    > or the same functionality?[/color]

    You can add a source file to a project as a link file (project, add existing
    item, open as link file). In this way, many projects can include the same
    file. Edits to the file made in one project will be seen by all projects
    that include the link.

    Comment

    Working...