Vijay Vujjini 25.Jul.03 02:45 PM a Web browser Sametime Developers Toolkit2.5Windows NT/2000
Hi,
I wrapped up the SameTime 2.5 c++ Toolkit into Microsoft MFC Active X Control. I get all the events and all the basic login, logout, presence change updates, imopen, imclose... works fine. I am able to fire the events to my MFC client and use the events BUT when i try to create a modeless dialog any time after i get the Loggedin() event from sametime server, the dialog doesn't respond and it hangs.
I tried creating the dialog (on the MFC Client) with in a thread with no luck.