[MDX] Few problems

Hi!

1. After installing new August DX SDK I don't have shader syntax highlighting in VS 2005 anymore (worked fine with June SDK). Is it a bug in SDK installer?

2. I'm using sample framework from the SDK and I get a lot of errors like this one:
"Direct3D9: (WARN) :No SW device has been registered. GetAdapterCaps fails."
I can't remember changing any code regarding device creation etc. What exactly does this warning mean?

3. How can I debug shaders? It's supposed to be a new feature of PIX utility. However if I try to uncomment "//#define DEBUG_VS" (or PS) and run the program, VS 2005 stops responding. It happens with my program and with SDK MDX samples also.

4. How can I manually destroy and recreate a device in sample frawework? There's Reset3DEnvironment method, but it only calls OnLostDevice and OnResetDevice event handlers and I need to call OnCreateDevice also. How can I do it?

[935 byte] By [g0nzo] at [2007-12-23]