Hello!
Does anyone know why CopyMemory function crashes VB?
Here's the code I use:
Code:hLock = LockResource(hLoad) hSize = SizeofResource(hInst, hFind) ReDim b(0 To lsize) As Byte CopyMemory b(0), hLock, hSize FreeLibrary hInst
|
Results 1 to 2 of 2
Thread: CopyMemory() crashes VB
|
Click Here to Expand Forum to Full Width |