We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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