c++ - Migrating a project to a different computer: "Error: The device is not ready." -
i'm using visual c++ 2010 express, , copied on full project folder new computer (both on windows 8, if that's relevant). opened solution file did on other computer, , tried build.
i'm getting following error:
1>------ build started: project: <project_name>, configuration: debug win32 ------ 1>error: device not ready. 1> ========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== with no other context.
what's deal?
Comments
Post a Comment