cuda supported on XP with e-GeForce 8600GT?

Hi,

I have a windows XP machine with GeForce8800 GTS and I can run the CUDA SDK examples.

However, with a XP machine with e-GeForce 8600 GT, when I run a CUDA SDK example in Visual C++ 2003, I get a message saying “There is no device supporting CUDA”. Does e-GeForce 8600 GTS not support cuda on XP? Thanks in advance.

8600GT is supported by CUDA. Check that you have compatible driver (169.xx for CUDA 1.1 or 163.xx for CUDA 1.0).

I got the latest driver from nvidia and that worked. Thanks!