引用 16 楼 yst2004 的回复:
各位前辈,高人:小弟在project.dat 中添加如下语句
Directory("Windows"):-Directory("picture")
Directory("\Windows\picture\):-File("cgcns.BMP", "\Windows\cgcns.BMP")
Directory("\Windows\picture\):-File("dcngt.BMP", "\Windows\dcngt.BMP")
......
在project.bib中添加如下语句
cgcns.BMP $(_FLATRELEASEDIR)\cgcns.BMP NK H
dcngt.BMP $(_FLATRELEASEDIR)\dcngt.BMP NK H
......
结果在板上运…
图片dcngt.BMP,cgcns.BMP应该在Windows根目录下了。
将project.dat修改如下看看:
Directory("Windows"):-Directory("picture")
Directory("\Windows\picture\):-File("cgcns.BMP", "\Windows\picture\cgcns.BMP")
Directory("\Windows\picture\):-File("dcngt.BMP", "\Windows\picture\dcngt.BMP")