XE8 msbuild error F2613: Unit 'SysUtils' not found!
把舊有專案更新成到 XE8後,當然是使用Msbuild來做全目錄的打包!
但一直出錯 "error F2613: Unit 'XXXX' not found!"
後來發現他的dproj格式有改過,只要使用XE8開啟專案後.不做任何情再做儲存即可排除
記錄有關於學習的任何心得,目前主要以Microsoft Visual Studio、Sql Server、C#、電腦資訊、軟體應用、程式設計為主!
把舊有專案更新成到 XE8後,當然是使用Msbuild來做全目錄的打包!
但一直出錯 "error F2613: Unit 'XXXX' not found!"
後來發現他的dproj格式有改過,只要使用XE8開啟專案後.不做任何情再做儲存即可排除
作者: huwk 時間: 5:17 下午
可以一次編譯目錄中(含次目錄)所有的專案檔
BAT檔放在 熊的留言版 檔案名稱為 BUILD.7Z (要申請加入)
Auto compile all the project files (including sub-directories)
Bat(dos mode script) file on the 熊的留言版 the name of the file BUILD.7Z
作者: huwk 時間: 2:38 下午
I have problem compiling a project from command line using msbuild.
how can i solve it??
D:\Test>msbuild Test.dproj
Microsoft (R) Build Engine Version 2.0.50727.3053
[Microsoft .NET Framework, Version 2.0.50727.3082]
Copyright (C) Microsoft Corporation 2005. All rights reserved.
已經開始建置於 2009/2/9 上午 10:00:00。
__________________________________________________
專案 "D:\Test\Test.dproj" (預設目標):
D:\Test\Test.dproj : error MSB4040: 專案中沒有目標。 ( There is no target in
the project.)
專案 "Test.dproj" 建置完成 -- 失敗。 (fail)
建置失敗。
D:\Test\Test.dproj : error MSB4040: 專案中沒有目標。
0 個警告
1 個錯誤 (one error)
經過時間 00:00:00
I found the problem!
Set BDS=c:\program files\codegear\rad studio\6.0 before call msbuild!
作者: huwk 時間: 2:45 下午