Click to See Complete Forum and Search --> : DLL


alanr
December 17th, 1999, 11:56 AM
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

December 17th, 1999, 01:56 PM
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++.