Forum member

valeriec

3 posts

Posts by valeriec

  1. C++ projects fail to build if path contains a space

    I'm not 100% sure - these projects have been around since before I started working here in 2010. But my guess is they were created from the Visual C++/CLR/Class Library template in Visual Studio (or whatever its equivalent was in VS 2010, we are using 2013/2015 now).

  2. C++ projects fail to build if path contains a space

    The space was in the path to my source files. It looks like for C++ projects nCrunch copies the folder structure all the way up to 1-level below the drive letter. For example: "C:\some words\dev\blah\blabiddy\solutionFolder" In the nCrunch workspace I see the folder structure has been copied…

  3. C++ projects fail to build if path contains a space

    We have a very large solution in VS 2013, and a few of the projects are C++ projects. NCrunch has no problem building them, except if they are located in a folder that contains a space in the name. The error we were seeing was: "cmd.exe exited with code 9009" I was trying to look at the logg…