I am communicating between LabVIEW and Python through the
COM-interface, trying to drag out a LabVIEW defined enum.
The sane problem as seen in "Reading custom output parameters from
LabVIEW/ActiveX"
There Mark Hammond writes:
"Sadly there is no easy way to explicitly specify the exact variant
type, other than using InvokeTypes. "
So now I would like to throw an eye at InvokeTypes, been searching a
bit, but only found non-commented InvokeTypes. How do I find the
values of input/output lists, flags and so on.
Is it possible just to set it to sort of list of bytes or so and we
fipple it right??
/Andy
--
Don't walk in front of me, I might be unable to follow you.
Don't walk after me, I might be unable to lead you.
Just walk by my side and be my friend.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32