helloword
March 26th, 2003, 05:00
Can someone help me on this issue.
I have an API in VB6 ex:__vbaVarDiv
My assembler code
0041DCDF push edx
0041DCE0 push eax
0041DCE1 call near dword ptr ds:[<&MSVBVM60.__vbaVarDiv>]
TYPE X_V
????????
END
TYPE Y_V
???????
END
STDFUNC __vbaVarDiv
"x value" X_V
"y value" X_V
END
OK this function divide 2 variants (x/y)
At the same time how can I display the result
I have an API in VB6 ex:__vbaVarDiv
My assembler code
0041DCDF push edx
0041DCE0 push eax
0041DCE1 call near dword ptr ds:[<&MSVBVM60.__vbaVarDiv>]
TYPE X_V
????????
END
TYPE Y_V
???????
END
STDFUNC __vbaVarDiv
"x value" X_V
"y value" X_V
END
OK this function divide 2 variants (x/y)
At the same time how can I display the result