I’ve downloaded and installed NDS in my PC and my laptop (both are using Visual Studio .NET 2003).
After the installation, I *cannot* compile any C++ programs any more (even MFC programs). VS complains cannot spawn cl.exe, cannot find nmake.exe, etc.
I don’t why it happens in my PC and my laptop. But just in case you have the same problem, fix your VS settings by selecting Tools | Options | Projects | Visual C++ Directories. Add $(VCInstallDir)bin and $(VSInstallDir)Common7\IDE.
If you see the output log in Visual Studio IDE, you should be able to see what's wrong there (click Output window to see the output of resource compiler).
Building resources from Helloworldbasic_caption.rss
'nmake' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Building resources from Helloworldbasic_caption.rss"
Build log was saved at "file://C:\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINS\UDEB\BuildLog.htm"
HELLOWORLDBASIC - 1 error(s), 0 warning(s)