views:

15

answers:

0

Hi,

I've got an NVIDIA Quadro FX 4800 card hooked up in a Windows XP box and I am trying to compile and run some code using the NVGVOSDK. This SDK is not very well documented and is rather old. I downloaded version 1.2 from the NVIDIA Partners site which is from 2007 but appears to be the latest version.

I am trying to compile and run some of the examples that come with the download. I tried specifically running the "textcrawl" example using the provided "NVGVOExamples2003.sln" Solution file in Visual Studio 2008 Professional. I had to remove references to GLaux to get the example to compile and link successfully. When I try to run it, I get the following error in a pop-up window: "This application has failed to start because NvCpl.dll was not found. Re-installing the application may fix this problem."

The NvCpl.dll is located at "C:\WINDOWS\system32\nvcpl.dll" and I am pretty sure it is properly registered as I have no problems using the NVIDIA Control Panel.

I am fairly new to development on Windows, so I am not sure if this is an NVGVOSDK specific issue, or if it's just the way I am linking things in Visual C++. Any insight or suggestions welcome.