Re: ATL 3.0 DLL does not register interface
From: Sygnosys (sygnosys_at_sygnosys.world)
Date: 04/19/04
- Next message: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Previous message: Mateusz £oskot: "Re: C++ collections in COM"
- In reply to: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Next in thread: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Reply: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Apr 2004 21:50:06 +0100
Hello,
It does not give any sort of error uppon registering
Yes, i tried the test on a test sample, so i just built a ATL-DLL added an
interface with a method, compiled it.
Then i used a simple test client to instanciate the dll and it gives me
E_NOINTERFACE. Then i looked at it
by using OleView and it is correct after I register the DLL the only
interface it implements is the IUnknown
interface.
Thanks
Cláudio Albuquerque
----- Original Message -----
From: "Brian Muth" <bmuth@mvps.org>
Newsgroups: microsoft.public.vc.atl
Sent: Monday, April 19, 2004 5:15 PM
Subject: Re: ATL 3.0 DLL does not register interface
> What error message are you getting? Are you sure the DLL does not depend
on
> other resources? Have you run depends.exe to confirm?
>
> Brian
>
>
>
- Next message: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Previous message: Mateusz £oskot: "Re: C++ collections in COM"
- In reply to: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Next in thread: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Reply: Brian Muth: "Re: ATL 3.0 DLL does not register interface"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|