A DLL Question
-
Is it possible to create a regular win32 DLL using VB? I do not want a ActiveX/COM dll.
:rose:
-
Is it possible to create a regular win32 DLL using VB? I do not want a ActiveX/COM dll.
:rose:
No as I know. In VB6 you can only create ActiveX/COM Dll's. In VB.NET you can create ActiveX/COM and .NET dll's.
-
No as I know. In VB6 you can only create ActiveX/COM Dll's. In VB.NET you can create ActiveX/COM and .NET dll's.
But, you can use the dll's you created in VB.NET in other Visual Studio Languages such C#,C++,Java.NET,ASP.NET. You also may use Dll's you made in the above language in the VB.NET. This sharing ability build on the CLR(Common Language Resource) of Microsoft that using a helf-native code compiled from the projects and in the CLR runtime compiling it to a native code according to the device CLR setup on (Movile, CE, Microwave, PC, etc.).
-
Is it possible to create a regular win32 DLL using VB? I do not want a ActiveX/COM dll.
:rose:
No, it's not. VB6 cannot create anything other than a COM-based DLL.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Is it possible to create a regular win32 DLL using VB? I do not want a ActiveX/COM dll.
:rose:
hello, u can create native dlls with a tool from remotsoft(www.remotesoft.com)