|
-
Mar 26th, 2001, 03:58 PM
#1
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
-
Mar 26th, 2001, 04:00 PM
#2
by the way: anyone knows some GOOD asm-tutorials in german ???
or any good tutorials on winsock ?
thx
-
Mar 29th, 2001, 08:23 AM
#3
still waiting for an answer... come on.....
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
|