Hi,
I installed CUDA_VS_Wizard version 2.0. But when I create a new project in visual studio 2008, I can’t see those options like “emudebug” and “emurelease”.
Do I still have anything missing?
below are the errors:
'new1.exe': Loaded 'C:\Documents and Settings\ydong\My Documents\Visual Studio 2008\Projects\new1\Debug\new1.exe', Symbols loaded.
'new1.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
'new1.exe': Loaded 'C:\CUDA\bin\cudart.dll', Binary was not built with debug information.
'new1.exe': Loaded 'C:\WINDOWS\system32\nvcuda.dll', Binary was not built with debug information.
'new1.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\lpk.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\usp10.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\nvapi.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'new1.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll'
'new1.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll'
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fe50..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe44..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fee8..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fe48..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe3c..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fee0..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fe38..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe2c..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fed0..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fe48..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe3c..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fee0..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fe50..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe44..
First-chance exception at 0x7c812afb in new1.exe: Microsoft C++ exception: cudaError at memory location 0x0012fee8..
The program '[1360] new1.exe: Native' has exited with code 0 (0x0).
Thanks,
Yuping