Search:

Type: Posts; User: dilettante

Search: Search took 0.37 seconds.

  1. Re: How to get the memory-pointer of a byte-array variable?

    Ahh, I didn't get that from the discussion above. A simple fix handles that:


    Option Explicit

    Private Declare Sub GetMem2 Lib "msvbvm60" (ByVal Pointer As Long, RetVal As Integer)

    Private...
  2. Re: How to get the memory-pointer of a byte-array variable?

    Nothing original here I see, but this was what I did and it seems to work:


    Option Explicit

    Private Declare Sub GetMem4 Lib "msvbvm60" (ByVal Pointer As Long, RetVal As Long)

    Private...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width