Working in VS2005 C++ Express Emulation but not on the Server

I have successfully run a simple vector adding code using emulation model on a windows machine without the GPU card, but the same code does not work on the real server with GPU cards installed. Any advice ?

I know this is a rather general question but if you had some experience that could shed some lights, will appreciate that.

Thanks

Are you trying to run it over terminal services? Terminal services/RDP replaces the video driver, so it doesn’t work with CUDA. Use VNC instead.

I am using laptop with Vista and using SSH secure shell Client to connect to the SUSE server. Could it be the reason?

Thank you for your prompt reply!