VC ++ DLL to use with VB

Hello,

I am working on IVR application. I am using dialogic board for this. we have one libdxxxmt.lib file is there. So I want to create one dll through VC++ by using this lib file.This vc dll I want to use in my VB Code. Pls suggest me how to create? Anybody of you worked in this application using dailogic card pls suggest me how to proceed.
[353 byte] By [tosreedhar79] at [2007-11-18 17:46:05]
# 1 Re: VC ++ DLL to use with VB
[moved]
Andy Tacker at 2007-11-11 1:25:37 >
# 2 Re: VC ++ DLL to use with VB
Take a look at the following FAQ ( http://www.dev-archive.com/forum/showthread.php?s=&threadid=231254)...
Andreas Masur at 2007-11-11 1:26:37 >
# 3 Re: VC ++ DLL to use with VB
You can create an ActiveX control / COM Component to solve this problem. You can get more information about them in the MSDN.
ferox at 2007-11-11 1:27:33 >