PDA

View Full Version : Error dialog from VisBuildcmd.exe


wallywojo
02-27-2006, 05:21 PM
error dialog originated from a build c++ project, which attempt to perform a clean, which only occurs when running from command prompt. Running from UI does not create the same problem.

The dialog states:
Title bar: VisBuildcmd.exe - No Disk

Message: There is no disk in the drive. Insert disk in drive D:

kinook
02-28-2006, 08:56 AM
There's nothing in VisBuildCmd.exe that's hard-coded to drive D. There must be something in your project that is resulting in it looking for something there. Please ZIP and post or send:

1) the info from Help | About | Install Info
2) the .bld file used to build, and the full command-line used to invoke the console and GUI apps
3) a build log file (indicating at what point the dialog is displayed)
4) if it's happening during a build of a c++ project, the c++ workspace/solution/project that is being built

Thanks.