RE: Missing method in TLB
- From: wawang@xxxxxxxxxxxxxxxxxxxx (Walter Wang [MSFT])
- Date: Tue, 12 Dec 2006 05:38:29 GMT
Hi Carlo,
After carefully reviewed your question, I'm still not quite clear about
following points:
1) Is it related to COMSPY (I've not familiar with it), or you're seeing
incorrect type library generated from VB6 components?
2) Can you use the OleView tool in Visual Studio 6.0 to view the type
library?
3) Do you mean LoadRegTypeLib cannot load the type library successfully?
Regarding the three methods marked as [restricted] in the generated IDL,
one possible cause is: when two libraries have same name, the type library
viewer you're using might not be able to disambiguate them. Also, the
missing entries are simply blank vtable entries, but there is no way to
represent these in IDL, that's probably why it shows up as [restricted] and
"Missing?". You may try to use following tlb editor to see if it can see
the entries correctly:
#PowerVB Evaluation Type Library Editor
http://www.powervb.com/edittlbeval.htm
If you need further troubleshooting, would you please provide the code of
your vb6 components and how you're using LoadRegTypeLib to load the type
library? Thanks.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Missing method in TLB
- From: Carlo Folini
- RE: Missing method in TLB
- Prev by Date: Re: Marshalling a VARIANT containing a SAFEARRAY of VARIANTs each containing an IDispatch
- Next by Date: RE: Options for MS support/consultancy
- Previous by thread: Marshalling a VARIANT containing a SAFEARRAY of VARIANTs each containing an IDispatch
- Next by thread: RE: Missing method in TLB
- Index(es):
Relevant Pages
|