Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey guys,

If i create a class library in vb.net, and compile to a DLL,

is it possible to use this dll in the other laguages of the .NET

say C++ ?

 

Also is it possible to use it with languages in a different enviroment, like Borland's C++ builder ?

 

Thanks

Posted

a .net DLL is compatible with any other .net language

 

they will not work with non .net supported compilers

 

lastly, they are specific to the version of .net used(ie, a DLL compiled in 2003 will not work with 2002, if any of the procedures use new .net technology)

Posted

thanks guys,

one more short question,

Visual studio.NET 2003 Uses .Net framework 1.1

and visual studio.NET 2002 uses .net framework 1

 

Is that correct ?

If an application is made with vs.net 2002 and .net framework 1

will it run in a system with installed .net framework 1.1 only ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...