Hi,

I'd like to somehow extend certain OLE types so I can add some extra methods, but I'm 
not sure how to go about it. For instance I have the following code:

my $attype = $VOB -> AttributeType ("DeliveryAuthorised");
print "\"" . Win32::OLE -> QueryObjectType ($attype) . "\"";

which prints "ICCAttributeType". Now I would like to extend ICCAttributeType using the 
ISA var, so that when calling a method on ICCAttributeType I could print the method 
name and the parameters, then pass it to the real ICCAttributeType with super. I think 
I have two problems, firstly how to coerce the COM component to give me back my 
extended class, and secondly how to implement the new class.

Any pointers?

thanks a lot,
jamie


Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to