calling dll from VC++ written in VB
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How can i use a dll in VC++ which is written in VB??? please help me as soon as possible. thanks sukhdeep
Yes.. If you make a VB project ActiveX DLL and create Class modules you can cerate objects of these classes in VC++ but VB can't expose functions that can be called using
Declare
in vb6 or::LoadLibrary
in VC++