• Command line build (UV2 -b projectt) starts UV2 in windowed mode
    When performing a command line build using UV2 -b project , the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there...
  • Command line build (UV2 -b projectt) starts UV2 in windowed mode
    When performing a command line build using UV2 -b project , the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there...
  • Uv2 Command line
    Any one knows how I can get the return value of the previous build when I invoke uv2 on command line with -b option. echo %errorlevel% returned 0 for a failed build. Any other way other than parsing...
  • Uv2 Command line
    Any one knows how I can get the return value of the previous build when I invoke uv2 on command line with -b option. echo %errorlevel% returned 0 for a failed build. Any other way other than parsing...
  • uV2 Command Line switches
    Using the uV2 command line switches to build several projects, it constantly opens the full UI of uV2. Can this be avoided and simply output compilation/linking text to the console? Also, are there...