请问这个是什么错误?
8 个解决方案
#1
百度:
error PRJ0019
error PRJ0019
#2
工程->属性->生成事件->生成后事件->命令行,应该是这里出的问题
#3
MSDN PRJ0019
Error Message
A tool returned an error code from
An error level was nonzero for a custom build step or build event.
You will also see PRJ0019 when a tool returned an error code but no error message. This can happen, for example, if you redirect the output of MIDL to NUL.
See Troubleshooting Custom Build Steps and Build Events for more information.
This error can also occur when you are running as a member of the Users group and Administrative access is needed. For more information, see Running as a Member of the Users Group.
应该是build event的命令行写错了。
Error Message
A tool returned an error code from
An error level was nonzero for a custom build step or build event.
You will also see PRJ0019 when a tool returned an error code but no error message. This can happen, for example, if you redirect the output of MIDL to NUL.
See Troubleshooting Custom Build Steps and Build Events for more information.
This error can also occur when you are running as a member of the Users group and Administrative access is needed. For more information, see Running as a Member of the Users Group.
应该是build event的命令行写错了。
#4
该怎么处理嘞?
#5
mkdir ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
xcopy /E /Y .\Resource\*.* ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
一个uphone的测试:
属性->配置属性->生成事件->生成后事件->命令行:
xcopy /E /Y .\Resource\*.* ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
一个uphone的测试:
属性->配置属性->生成事件->生成后事件->命令行:
#6
就是这么做!!!
#7
换成绝对路径试试。
确定你的当前路径是否正确。
#8
谢谢!
#1
百度:
error PRJ0019
error PRJ0019
#2
工程->属性->生成事件->生成后事件->命令行,应该是这里出的问题
#3
MSDN PRJ0019
Error Message
A tool returned an error code from
An error level was nonzero for a custom build step or build event.
You will also see PRJ0019 when a tool returned an error code but no error message. This can happen, for example, if you redirect the output of MIDL to NUL.
See Troubleshooting Custom Build Steps and Build Events for more information.
This error can also occur when you are running as a member of the Users group and Administrative access is needed. For more information, see Running as a Member of the Users Group.
应该是build event的命令行写错了。
Error Message
A tool returned an error code from
An error level was nonzero for a custom build step or build event.
You will also see PRJ0019 when a tool returned an error code but no error message. This can happen, for example, if you redirect the output of MIDL to NUL.
See Troubleshooting Custom Build Steps and Build Events for more information.
This error can also occur when you are running as a member of the Users group and Administrative access is needed. For more information, see Running as a Member of the Users Group.
应该是build event的命令行写错了。
#4
该怎么处理嘞?
#5
mkdir ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
xcopy /E /Y .\Resource\*.* ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
一个uphone的测试:
属性->配置属性->生成事件->生成后事件->命令行:
xcopy /E /Y .\Resource\*.* ..\..\NEWPLUS\TDA_DATA\Data\lesson5\
一个uphone的测试:
属性->配置属性->生成事件->生成后事件->命令行:
#6
就是这么做!!!
#7
换成绝对路径试试。
确定你的当前路径是否正确。
#8
谢谢!