VB dll
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Can i use a regular DLL (non-COM) developed using VB 6.0 in my VC++ 6.0/.NET application ????
-
Can i use a regular DLL (non-COM) developed using VB 6.0 in my VC++ 6.0/.NET application ????
Out of the box VB5 and 6 only make ActiveX (i.e. COM) dlls. If you are using BitArts Fusion or that thing from Desaware then you can use them from .NET with the same syntax as a windows API call. '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
Can i use a regular DLL (non-COM) developed using VB 6.0 in my VC++ 6.0/.NET application ????
search in MSDN with the following.It may be helpful to you. HOWTO: Access a Visual Basic ActiveX DLL from Visual C++ Q194873 anju