Is it possible to create a win32 dll in vb.net?

V

Vadim Rapp

Hello:

is it possible to create a win32 dll in vb.net? to be called by other
applications, for example being an extended procedure in sql server, or
custom dll in installer.

thanks,

Vadim
 
H

Herfried K. Wagner [MVP]

* "Vadim Rapp said:
is it possible to create a win32 dll in vb.net? to be called by other
applications, for example being an extended procedure in sql server,
or custom dll in installer.

What do you mean by "Win32 DLL"? A DLL that exports functions like,
for example, "user32.dll" does? That's not possible.
 
O

One Handed Man \( OHM - Terry Burns \)

You can for example create a class library, this can then be included in
other .net apps.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
L

Lucas Tam

Hello:

is it possible to create a win32 dll in vb.net? to be called by other
applications, for example being an extended procedure in sql server, or
custom dll in installer.


You can create an ActiveX DLL in .NET though, but I think it still needs
the .NET runtime.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top