|
-
Sep 27th, 2002, 08:46 AM
#1
Thread Starter
New Member
Passing udt array to a vc++ dll
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|