Click to See Complete Forum and Search --> : Automation


Wayne Forget
May 7th, 1999, 03:14 AM
I've managed to create an automation client and an automation server which I manage to get a IDispatch handle to from within the client using m_autoserv.CreateDispatch( _T( "AutoServer.Application" ) )

I have created methods in the server and these methods are visible in my server.odl file but when I call these methods from my client after connecting succesfully I get a "Method not found" error.

I have followed examples as presented to me in a MFC COM book and it seems I've done everything as the book described. Is there something I neglected to add to my applications that anybody can think of ?

Thanks

Ps. If anybody has a copy of wb70en32.tlb please send it to me. I can't seem to be able to download it from the Microsoft site.