I have an active-x dll, and there's an init function in a class in it.
I want to pass an array of UDTs into the function, but VB won't allow me to pass a UDT to a late bound function.

Any thoughts ?