Create DLL that can be called by C# EXE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry West

    Create DLL that can be called by C# EXE

    Is it possible, using VB.NET to create a DLL that can be called by a C# EXE?

    JW


  • kimiraikkonen

    #2
    Re: Create DLL that can be called by C# EXE

    On Mar 6, 8:55 pm, "Jerry West" <j...@comcast.n etwrote:
    Is it possible, using VB.NET to create a DLL that can be called by a C# EXE?
    >
    JW
    AFAIK yes, by programming DLL using managed .NET framework. That's why
    managed .NET DLLs are compatible with all .NET languages.

    Comment

    Working...