View Single Post
  #3  
Old 10-09-2003, 01:49 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
That error is not a VBP error. The dialog is actually coming from msdev.exe, the Visual C++ command-line compile tool (which the Make VC6 action calls to actually build each project). You would need to open a support incident with Microsoft regarding that (if you check the 'show command-line' checkbox on the Options tab of the Make VC6 action, you can get the msdev command-line that is actually being invoked for submitting with your issue).

This doesn't seem to be a common problem; I've never seen it or heard of it before, and I don't see any relevant matches doing a quick search on Google and MSDN. I have experienced other problems with VC++ with anti-virus software installed, so you may want to try a fresh machine that doesn't have that (or other third party applications or components) installed to see if is related. You might also want to try uninstalling or disabling any Visual C++ add-ins that are installed.
Reply With Quote