Am Sonntag, 9. März 2008 11:48:08 schrieb Jérôme Gardou:
I'm trying to implement some direct3d functions, more precisely the GetImageInfoFromFile* ones.
These are present in directX 8 and in d3dx9_xx.dll
I wondered what is the best way to do this : 1)Implementing it in d3dx8.dll and forward everything to this one.
This is the way that was chosen for the other functions, so I think it is the way to go in this case as well