
VB5 Err: 438 Obj doesn't support property or method
Hi,
I've created several COM objects in VC5 with ATL that work fine when I
create and use them from within a C++ client app. However when I try
to use a couple of specific methods on these COM objects from VB5 I
get the following runtime error msg: VB5 Err: 438 Obj doesn't support
property or method.
I am stumped and need some help. I can't figure why I can successfully
use the methods in my C++ client but not in the VB5 client. Several of
the other methods work just fine from VB5.
I'm wondering if there may be some special rules for passing user
defined COM objects as paramters in VB that are different from VC. Any
ideas?
Any help would be greatly appreciated.
TIA, Derek