On Sat, 2009-02-28 at 20:32 +0000, John Matthews wrote: > --- 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
I can't get to the code right now - wife's using that computer for a full-screen game - but that's probably the problem. I don't know why I did that. Thanks for pointing it out to me...
