Hi,
Iam calling SAP from C program. It gets stuck at call to findByPosition, during debug I found it gets stuck at function below:
SCODE sc = m_lpDispatch->Invoke(dwDispID, IID_NULL, 0, wFlags,
&dispparams, pvarResult, &excepInfo, &nArgErr);
sap also generated a trc file in which i found the error below:
Error LoadSymbolFile('C:\WINDOWS\system32\MFC71.DLL'): 126
Any help will be highly appreciated and many thanks in advance.