Is it possible to create a dll in VB that can be called by a C++ program? If so, know of any simple examples?
alanr
Printable View
Is it possible to create a dll in VB that can be called by a C++ program? If so, know of any simple examples?
alanr
Thats easy. Set up a new ActiveX dll project, write your code and compile it. Dll's you create in VB can be used in C++.