|
-
Oct 19th, 2008, 03:14 AM
#1
Thread Starter
Addicted Member
call adll
hi all
i'm try to call dll that returns two parameters.
how can i call this dll using vb6.
this is the dll design:
void mt_request
(
Input:
char* str_parameters – fixed communication parameters (see above, section 2)
char* str_mt_request – a request string formatted according to the MT3 protocol.
Output:
char* int_error_code – fixed error code parameter (see above, section 2)
char* str_mt_response – a response string formatted according to the MT3 protocol.
)
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
|