In my previous post:
https://www.vbforums.com/showthread....using-File-API
I had mentioned encountering an Error: 1784 when attempting to use a standard DLL. In that attempt I was using a variable length byte array. Because I was passing the length as well, I tried using a fixed length byte array instead, and that appears to have resolved the issue. From that I assume that memory allocation was the issue.
J.A. Coutts
https://www.vbforums.com/showthread....using-File-API
I had mentioned encountering an Error: 1784 when attempting to use a standard DLL. In that attempt I was using a variable length byte array. Because I was passing the length as well, I tried using a fixed length byte array instead, and that appears to have resolved the issue. From that I assume that memory allocation was the issue.
J.A. Coutts