Results 1 to 3 of 3

Thread: asm newbie needs help

  1. #1
    taLON
    Guest

    Talking

    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

  2. #2
    Guest

    Question

    by the way: anyone knows some GOOD asm-tutorials in german ???
    or any good tutorials on winsock ?

    thx

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width