|
#1
|
|||
|
|||
Error dialog from VisBuildcmd.exe
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: |
#2
|
|||
|
|||
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. |
|
|