creating texture Visual Studio .Net not working anymore!?
Few days ago, I reinstalled Windows XP and installed MS VS .Net but in my C# programs texture creating no longer works and reports an undefined error! No metter if I load my code or sample code that goes with my Tom Miller's DirectX 9 book, it does not work!
In my previous instalation of VS .Net it all worked perfectly and I did not configure anything, so what could it be now?
Please help!
[409 byte] By [
Milosddd] at [2007-12-16]
This sounds like you did not install the Managed DirectX assemblies. The DX setup should be available on the books CD, the latest version can be found at
http://www.microsoft.com/windows/directx/default.aspx (DX 9c Runtime, or the DX9 SDK if you need the debug bits).
hth,
-- b.gr
Then either you did install the wrong version (I am not sure if the latest DXRT installs previous MDX helpers) or the setup did not install the MDX assemblies at all.
I don't know how to solve the first case (I assume you need to get the DXRT redist for the version used by the book), for the latter case check [1] for a guide on hoe to install MDX.
-- b.gr
[1] http://members.iinet.net.au/~minchin/blog/archives/2005/02/installing_mana.html