Re: test container works, explorer embedding sortof works
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Wed, 6 Sep 2006 19:01:55 -0400
blahblah444 <blahblah444@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I don't think it can be a security setting since InitInstance() is
called (from which I could already do things like move files or
MessageBox() and so on). So if InitInstance is called and I can do a
MessageBox() call does that not indicate 100% sure that its not
security settings or am I missing something?
You are missing something. There are security checks that are performed
after the DLL is loaded.
The problem is once I close the MessageBox() and InitInstance is
done, the "<OBJECT>failed to load</OBJECT>" executes.
Your DLL got loaded, but the instance of the object was not created. Or
perhaps the instance was created (see if your constructor was called),
queried for IObjectSafety which was not there, and immediately
destroyed.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- Re: test container works, explorer embedding sortof works
- From: Igor Tandetnik
- Re: test container works, explorer embedding sortof works
- Prev by Date: Re: Where do you go after FinalRelease?
- Next by Date: Re: Where do you go after FinalRelease?
- Previous by thread: Re: test container works, explorer embedding sortof works
- Index(es):
Relevant Pages
|
Loading