rel_21
January 10, 2007, 16:11:26
Hello y'all
Im doing an ActiveX Dll with Visual Basic 6 with Montivision's buffer access example, but I'm dealing with a rare issue:
If I copy byte to byte the input to output array, it works fine. But if I try to use "copymemory" api to do that, my dll crashes at first call of it.
Do you know what could be happening here and how can I make this work?
Im doing an ActiveX Dll with Visual Basic 6 with Montivision's buffer access example, but I'm dealing with a rare issue:
If I copy byte to byte the input to output array, it works fine. But if I try to use "copymemory" api to do that, my dll crashes at first call of it.
Do you know what could be happening here and how can I make this work?