Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

can i create dll in vb.net??

I know i can in c++ and cannot in vb 6.0.

 

the reason i'm asking is because i have program written in vb and i have to convert it back to c++ when i want to create dll and lib for that program.

  • *Experts*
Posted

You can most certainly make DLL's in VB6 and VB.NET. In VB6, the

DLLs utilize COM, so any language that supports COM

(VB6, .NET languages, C++, etc.) can use VB6 DLLs.

 

.NET languages, however, (perhaps with the exception of C++.NET,

I'm not sure) compile to special DLLs that only other .NET

applications can import.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

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...