Home › Forums › General XMetaL Discussion › Migration from XMetaL to XMAX › Reply To: Migration from XMetaL to XMAX
Reply to: Migration from XMetaL to XMAX
June 30, 2011 at 2:08 pmNow I am able to add the XMAX object to the ROT with the help of RegisterActiveObject.
GetActiveObject works fine, but I've got DISP_E_MEMBERNOTFOUND error
when I try to show About box. This method works fine within VB .NET sample container application and within
ActiveX Control Test Container.
The wizard has made wrapper. This is a fragment from the generated .h-file:
void ShowAbout()
{
InvokeHelper(0x10, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}