What is going wrong when Visual Studio tells me “xcopy exited with code 4”

后端 未结 16 2112
北荒
北荒 2020-12-05 01:33

I\'m not very familiar with post-build events, so I\'m a little confused as to what\'s going wrong with my program. When compiling in visual studio 2010, I get the following

16条回答
  •  误落风尘
    2020-12-05 02:08

    It means:

    Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.

    So basically it could be just about anything haha...try running the command one at a time from the command prompt to figure out which part of which command is giving you trouble.

提交回复
热议问题