วันอังคารที่ 19 มกราคม พ.ศ. 2553

Installing NVIDIA NEXUS for Debug CUDA , OpenCL

When installing, Nexus Beta 1 says that the required version of Visual Studio is not detected. But Visual Studio 2008 SP1 is installed! What is wrong?

Nexus Beta 1 looks at keys in the Windows registry in order to determine if Visual Studio 2008 SP1 is installed.

The registry keys read by the Nexus Beta 1 installer are:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0 where key ApplicationID has the value: REG_SZ “VisualStudio”

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0 where key SP has the value: REG_DWORD 0x00000001


If your registry does not have those values in those keys, then unfortunately, Nexus Beta 1 will not install.

text from http://supportcenteronline.com/ics/support/KBAnswer.asp?questionID=70

วันเสาร์ที่ 16 มกราคม พ.ศ. 2553

C1083 cuda error

solved by go to C/C++ > Precompiled Headers > Not Using Precompiled Header

or if you need to use

C/C++ > Precompiled Headers

: Created Precompiled Header (/Yc)
: StdAfx.h
: $(IntDir)\$(TargetName).pch