I created activex .dll with VB and want to use in VC++. Is this possible? Is there any way or ideas? Thanks.
Printable View
I created activex .dll with VB and want to use in VC++. Is this possible? Is there any way or ideas? Thanks.
You should be able to, that is the beauty of COM, any language can connect to your COM object as long as you have an interface. I am not up to par in C++, so I can't tell you how to do it.
check http://support.microsoft.com/support.../Q194/8/73.ASP
hope it can help
Remember you may need to marshall your objects. No matter what the docs may try and convince you about apartment threading models and vb, at the end of the day, it is single threaded ;-)
td.