From: Cale on
Hello all,

I am using a firewire camera that has it's own ActiveX SDK. One of the methods listed has the protype:
Prototype

DrawString(
IN String Text,
IN Integer X,
IN Integer Y,
IN IFontDisp Font,
IN Long Color
)

When I invoke in matlab I get:

DrawString = void DrawString(handle, string, int16, int16, handle, Variant)

It is required that I enter a valid IFontDisp object. How can I do this? What is the proper syntax?

Thanks,

Cale