Hi I'm trying to pass an UDT array to a vc++ dll. The DLL receive the udt array and fill it with data.
My UDT look like this :
Type Teacher
age as long
name as string * 30
school as string * 30
end Type
If you have an idea for the VB and/or the VC++ part I will be very glad because I have no clue how to do this
Thanks
