Re: C++, COM tool - Events are not being called - WeOnlyDo Discussion board

Re: C++, COM tool - Events are not being called (General questions)

by billstamp, Monday, August 15, 2005, 20:52 (6833 days ago) @ wodSupport

Thanks for the reply
I do have the same, and the sample works.

I had tried wrapping up the functionality into a simple dll which I can then call from an executable. It seemed simple enough, but I found the behavior very odd - the callbacks worked for connect, but not list dir. Same with blocking (which I would like to use) on.

So, I reworked the dll ino a lib, and linked it in.
Not much different.

In my calling app, there is a modal dialog which is making the calls. The com object seems to be getting confused about the modal dialog message loop.

I will try linking my lib to the sample, and see if I can get that to work.


Complete thread: