Visual Studio 6 using CUDA with Visual Studio 6

Hi,

I’m working towards compiling CUDA applications in Visual Studio 6, does anyone have any advice on how to do this?

Kind Regards
Danny

Maybe you should install CUDA SDK and Toolkit first.

You must have a VGA device that is G8x series to support CUDA, it’s very important.

Finally, download the SDK example to compile and enjoy it.

I’ve installed the SDK and the Toolkit, but the major problem that i can see is that the custom build rules (in the example project files) for compiling .cu files in visual studio are for versions 7 and 8, not version 6, i was wondering if anyone would be able to advise me on implimenting the build rules for .cu files in VS6

Danny

PS: I have all the correct hardware

quote=chris777,Oct 24 2007, 07:42 AM]

Maybe you should install CUDA SDK and Toolkit first.

You must have a VGA device that is G8x series to support CUDA, it’s very important.

Finally, download the SDK example to compile and enjoy it.

[snapback]269204[/snapback]

[/quote]