Got it. 
 
 
Intended is '
blue' but the result is a dark red color '
18' (#4F0000) in 'the other' application.
These colors are controlled by a few ACAD system parameters also included in the file:
DIMCLRD Color of Dimension lines, leaders and arrowheads (18 in your file)
DIMCLRE Color of the extension lines (18 in your file)
DIMCLRT Color of Dimension text (0 in your file)
Default value is said to be zero for all 3 (ACAD reference)
Zero seems to work out as intended for the dimension text.
These are ACAD global system parameters, a Dimension can use a custom defined style.
They are listed as 'Well established document variables' in QCAD code.
Example DXF files (>800) under the QCAD folder typical use zero, 178 or a mix of the two.
The latest file I created lists the values 0, 0, 256 for these parameters.
Regardless of the file version R24-R27-R32, regardless of QCAD version 3.27.6 or 3.31.2 Win7 32bit
Was your example file entirely created with QCAD 
 
 
What you could do is create and save a new drawing with QCAD, open it with a text editor and search for 'DIMCLRD' ... 'DIMCLRT'.
The sequence in my case is:
Code: Select all
$DIMCLRD
 70
     0
  9
$DIMCLRE
 70
     0
  9
$DIMCLRT
 70
   256
  9
Not gonna debate on drawing standards, because there are standards and standards.
In the end it is a designer choice and that can sometimes be a choice between two or more evils.
In QCAD you have the choice to add a symbol, it is not by default.
I then suspect there is an ACAD preference to add these symbols per default.
Regards,
CVH