-
he there,
i'm new at asm, and i need some help:
i want do call from my dll (written with MASM) a procedure in vb, which address is passed at the function call.
for all, who dont understand my english, an example:
in vb i call my function:
Code:
sub test
retval = MyFunc(param1,param2,AddressOf rMyFunc)
end sub
ok. i now want to pass two long values from the dll to the
vb-sub/function
Code:
Public Sub rMyFunc (param1 as long , err as long)
'
' some code goes here ....
'
End Sub
nice where some example code =)
ok, thanks for help
taLON
-
by the way: anyone knows some GOOD asm-tutorials in german ???
or any good tutorials on winsock ?
thx
-
still waiting for an answer... come on.....