This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Command Line return code

Hi there,

I am using UV4 from the command line as such:

> UV4.exe -b myproj.uvproj

and this works fine, the build completes and returns "0"

However, whenever I use the same to try and build an uvmpw file:

> UV4.exe -b mympw.uvmpw

the return code when the process exits is "1" instead of "0" even if the build runs successfully. This prevents me from integrating the command line with make-like tools (msbuild) since those check for the return value to know whether the compiler invokation was successful.

Is there a reason I am getting a "1" as a return code when the process exits?

Regards,

Carles

0