Building UniDAC 4.5.9 05-Sep-12 from sources (Delphi 7, Win XP SP3) produces unappropriated errorlevel > 0 when no errors occurred.
To check it create make2.bat in "Source\Delphi7"
Code: Select all
@echo off
call Make.bat
if errorlevel 1 (
echo.Errors occurred
) else (
echo.OK
)Code: Select all
:end
popd
rem Add this
exit /b 0