Results 1 to 5 of 5

Thread: Joining VB.Net and VC.NET ???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Location
    Palermo, Italy
    Posts
    325

    Joining VB.Net and VC.NET ???

    What's the best way to "join" two project into "the bigger one" ? How can I get one class from the other language and import into the second one? Any special thing to do? Or simply dlls?

    Best Regards,
    Xmas79
    Learn, this is the Keyword...

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Just ship your class in a dll , then reference it and you can use it as regular class I believe . I'm into this , I'm writing a class that uses some API calls in VB.NET , then I would use it in my C# proj .

  3. #3
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    Also look into the Assembly Linker Utility (Al.exe) part of the .NET SDK it will create a single .NET assembly from MSIL generated from the various .NET languages.

    Cheers

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Location
    Palermo, Italy
    Posts
    325
    Thanks a lot!
    Best regards...
    Learn, this is the Keyword...

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Yes , I've done it . VB.NET class into C# . Tested many times , seems to work well . So basically , all what you need is to put your class in class proj and use the dll with all .NET Languages as MS says .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width