Please see: S60 5th Edition C++ Developer's Library v2.0 > Testing > Testing your software > Setting up a test project > Tool setup.
Requirement #4 on that page is nmake and a link is provided. From the URL, it seems that version of nmake seems like was for Windows95!? When I attempt to install that on Vista x64, I get an error:
The version of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
These days nmake is provided with the .NET framework, and that is what I ended up using. Unfortunately I was not able to successfully complete the chapter (see my post this thread) and I cannot determine the cause for it - the version of nmake may be one of the problems but I don't know.
Please update the documentation with current information about nmake for x86 & x64 Windows OSes, and please verify that the tutorial can be completed as described. Thanks.

Reply With Quote

