ERROR while testing CUDA with matlab

I have finished installing Visual C++ express edition so I tried testing CUDA with MATLAB by using this command…

nvmex -f nvmexopts.bat Szeta.cu -IC:\cuda\include -LC:\cuda\lib -lcufft -lcudart

but the following error occurred:

nvcc fatal : Unknown option ‘oC:\Users\user\AppData\Local\Temp\mex_5mp5KZ\Szeta.obj’ C:\PROGRA~1\MATLAB\R2008A\BIN\NVMEX.PL: Error: Compile of ‘Szeta.cu’ failed. ??? Error using ==> nvmex at 206 Unable to complete successfully.

How can we fix this error? Thanks.

Hm, I also have problems to get that started. To start this example, you must have installed every part of the installation in the standard-directory. When I did this, i got further… Maybe you also need the MS VS2005 full version, i have read in another thread that worked. I will try it with XP maybe this weekend. When it works i will post it. If you want to start the programm at the bottom of the Readme-file of the matlab-plugin - this works by the way - with the hints above. But don’t ask me why…