Home › Forums › General XMetaL Discussion › Unable to case COM object. › Reply To: Unable to case COM object.
Reply to: Unable to case COM object.
December 6, 2013 at 1:05 amOnly a guess here…if you are starting up XMetaL as an out-of-process COM server, you must busy-wait until the XMetaL.Application.InitComplete property returns VARIANT_TRUE. Otherwise, calling any other COM API method or property will likely fail.
Addam