There is an error while compiling an empty Cuda 5.0 project:
1*) Error 2 error LNK1120: 1 unresolved externals
2*) Error 1 error LNK2019: unresolved external symbol main referenced in function __tmainCRTStartup
When I edit additional dependencies in PropertyPages>Linker>Input as : cuda.lib;cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
How can I resolve it? PLEASE note: I don't have a GPU in my system but I was told that it does not matter and that I can still code some things in CUDA