PDA

Click to See Complete Forum and Search --> : VB COM can't find updated DLL file


Philip Hong
Mar 18th, 2001, 10:22 PM
I have a COM object that will cause a Visual C (VC) compiled DLL. However, after updating that VC DLL, the COM object no longer find that DLL on Win NT/2000. I have tried re-compiling the VB COM object or unreg. and then reg. the COM object again.

What is the real causes and how to sort out the problem.

Pls. advice me asap.

tumblingdown
Mar 19th, 2001, 04:44 AM
Are you changing you guid when you recompile the VC side. How is your ref to the COM object done in vb (early bound, late bound with createobject etc).


td.