|
-
Aug 10th, 2003, 12:46 PM
#1
Thread Starter
Hyperactive Member
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...
-
Aug 10th, 2003, 01:30 PM
#2
Sleep mode
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 .
-
Aug 11th, 2003, 03:00 AM
#3
Addicted Member
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
-
Aug 11th, 2003, 10:25 AM
#4
Thread Starter
Hyperactive Member
Thanks a lot!
Best regards...
Learn, this is the Keyword...
-
Aug 11th, 2003, 10:32 AM
#5
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|