teamQPM / qpm

Project manager for software applications developed with Harbour & xHarbour compilers, it's contributions (especialy graphic support libraries such as MiniGUI, Extended MiniGUI and OOHG) and BCC, MinGW and Pelles C/C++ compilers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve auxiliary exes messages

fyurisich opened this issue · comments

Add errorlevel setting to all aux exes.
Renumber log messages.
Improve log messages.
Unify messages.

Errorlevel was removed from us_res, us_run, us_shell and us_slash because it's value will not reach the OS and even if it will it's unnecessary.
For us_msg Errorlevel(1) + QUIT was replaced by ExitProcess(1) because HMG calls ExitProcess without Errorlevel parameter before QUIT is processed thus preventing the ErrorLevel to reach the OS.