|
-
Feb 20th, 2003, 08:23 AM
#1
Thread Starter
Retired VBF Adm1nistrator
Pass a UDT to a late-bound active-x dll ?
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 ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 20th, 2003, 08:35 AM
#2
Thread Starter
Retired VBF Adm1nistrator
I could convert the entire UDT to a string I suppose...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 20th, 2003, 08:51 AM
#3
Fanatic Member
VB 6.0, Access, Sql server, Asp
-
Feb 20th, 2003, 08:58 AM
#4
Thread Starter
Retired VBF Adm1nistrator
When I change the function declaration of the function im tyring to pass the data to in the activex dll, i get the same error
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 20th, 2003, 09:34 AM
#5
Fanatic Member
I would think Udts can be replaced by a class and passed to a dll as object or variant.
VB 6.0, Access, Sql server, Asp
-
Feb 20th, 2003, 09:34 AM
#6
Thread Starter
Retired VBF Adm1nistrator
Yeah I know except I would have to rewrite large parts of my application to do that.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
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
|