|
-
Sep 5th, 2003, 02:08 PM
#1
Thread Starter
Frenzied Member
Error
I have a dll written in C.
When I use one of the functions I get the following error:
ByRef argument Type Mismatch
and it highlights a variable that I'm passing.
The variable is of a User Type that I declare before using.
Any ideas??
thanks,
Don't anthropomorphize computers -- they hate it
-
Sep 5th, 2003, 02:09 PM
#2
So Unbanned
Try
Byval Param as Variant
-
Sep 5th, 2003, 02:18 PM
#3
Thread Starter
Frenzied Member
I can't because it's a user defined type variable.
Don't anthropomorphize computers -- they hate it
-
Sep 5th, 2003, 02:47 PM
#4
Its very hard to guess the problem without seeing some of your code.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 5th, 2003, 03:18 PM
#5
Thread Starter
Frenzied Member
Thanks,
I figured it out. It had to do that the type was declared twice.
Don't anthropomorphize computers -- they hate it
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
|