Hi folks,
I am getting this run time error Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
when using IID_IWebBrowser2 interface of CLSID_InternetExplorer. This error happens when I am calling the navigate method.
PS: The COM client is written in C.
Please help...
Thanks in Advance, -Mani.