Hi all. I tried to make a DLL that needs to access some 2D arrays passed from VB (some of them are DX textures, others are simple 2D arrays [lookup tables]). Of course it didn't work
Can someone here please explain it to me? The way I did it was like this: *(PointerToFirstElement + Y * Width + X)