Re: keep interface private to dll?
- From: "Michael C" <nospam@xxxxxxxxxx>
- Date: Wed, 11 Jan 2006 11:47:09 +1100
"Karl E. Peterson" <karl@xxxxxxxx> wrote in message
news:O3T4$tjFGHA.3056@xxxxxxxxxxxxxxxxxxxxxxx
> Jeeez, one David Mark isn't enough?
Sorry, the last thing I want to do is emulate that pinhead. :-)
Dushan,
The only way I know of to do what you want to do is define the interface in
a typelib and reference that typelib in your dll. That way nothing will be
able to use your interface but you'll be able to use it on public classes.
The interfaces will effectively be public but because no-one else has your
typelib they won't be able to see or use them.
Michael
.
- Follow-Ups:
- Re: keep interface private to dll?
- From: Dushan Bilbija
- Re: keep interface private to dll?
- References:
- keep interface private to dll?
- From: Dushan Bilbija
- Re: keep interface private to dll?
- From: Tony Proctor
- Re: keep interface private to dll?
- From: Dushan Bilbija
- Re: keep interface private to dll?
- From: Michael C
- keep interface private to dll?
- Prev by Date: Re: Global variable
- Next by Date: Re: Scrool Wheel not working
- Previous by thread: Re: keep interface private to dll?
- Next by thread: Re: keep interface private to dll?
- Index(es):
Relevant Pages
|