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.

)