Question

im trying to install the poco library for visual c++ 2008 but when I type this command

buildwin.cmd 90

I get the following error

"'devenv' is not recognized as an internal or external command, operable program or batch file."

The readme file says there is an alternate way to install poco from visual studio itself but i don't quite know how to do that either.

any pointers what the problem is?

Was it helpful?

Solution

You can build the projects by opening the solution files in Visual Studio and build them from there.

OTHER TIPS

Sounds like your shell environment doesn't have all the needed paths. Have you tried using the VS Command Prompt? If not,just click the link in the Start Menu VS entry that opens cmd.exe with some additional environmental setup.

Late to the party but I though it might help anyone in the future. For jack the lesser's reply to Adam Wright's comment, I had the same "cannot open components" issue and it was caused by not being in the exact directory as buildwin. I was targeting it from where the VS command line dropped me off but once I changed directories it proceeded to build.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top