NetExpress and COM+ - Implement an interface
From: Douglas Gallant (no_at_spam.net)
Date: 04/30/04
- Next message: Peter Lacey: "Re: Perform Thru/Go to vs. Perform - Compile Speed"
- Previous message: Ben E. Brady: "Re: Bin Laden Captured - photos and video"
- Next in thread: James J. Gavan: "Re: NetExpress and COM+ - Implement an interface"
- Reply: James J. Gavan: "Re: NetExpress and COM+ - Implement an interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 02:45:03 GMT
I'm using NetExpress 4 and need to create a COM+ component. The class wizard
and the MTS demo project are very helpful. However, I am having difficulty
trying to find the syntax that will allow me to implement a COM interface
that is defined in another dll. The only syntax I find in the help files
regarding interfaces doesn't seem to match-up with the syntax in the
generated class. I am assuming it is a dialect difference (2002 standard v.
MF?).
Further details in case it matters - I am using a third-party tool that
defines the COM interface I need and it stuffs the typelib into a .dll. That
dll may also contain some other data that the tool I'm using requires (not
sure about that) but there is no executable code AFAIK. The COM+ component I
need to create needs to implement the interface defined in that dll. I've
done this easily using VB6 and, with a bit more effort, VB.NET. Basically
just set a reference to the dll and add the Implements keyword on the class
definition. I'm hoping there is something straightforward in NX that I just
haven't found yet.
Thanks for any direction you can provide.
Douglas Gallant
- Next message: Peter Lacey: "Re: Perform Thru/Go to vs. Perform - Compile Speed"
- Previous message: Ben E. Brady: "Re: Bin Laden Captured - photos and video"
- Next in thread: James J. Gavan: "Re: NetExpress and COM+ - Implement an interface"
- Reply: James J. Gavan: "Re: NetExpress and COM+ - Implement an interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|