--- In [email protected], Michael Sullivan <msulli1...@...> wrote:
>
> ID3D10Texture2D* srcTexture[4];
> 
> srcTexture[4] = GetTexture2DFromFile(TEXT("./blackmage.gif"));

Array indices for array[N] are 0..N-1, so there's definitely a problem
there.

Sorry but I don't know DirectX (or Windows for that matter), so that's
about as far as I can go.

John

Reply via email to