Hi All,
I am trying to work with SAP 3D Visual Enterprise Viewer Java API .When i try to create a sample project to add the SAP 3D viewer i am facing the below error.
Both the SDK and SWT are of same 64 bit version.
Have any one faced the same issue .
Failed to create Ole Client. result = -2147221164
at org.eclipse.swt.ole.win32.OLE.error(Unknown Source)
at org.eclipse.swt.ole.win32.OleControlSite.<init>(Unknown Source)
at com.sap.visualenterprise.viewer.DeepView.<init>(DeepView.java:119)
at VEVExample.main(VEVExample.java:16)