> Does this means that AutoCAD 2014 does't support the arx compiled from ObjectARX 2015?
Exactly. The DWG format is compatible. The binaries are not. For each release of AutoCAD you have to use the correct compiler version and the correct ARX version:
AutoCAD Version | Compiler/Toolset | Compatible ARX SDK
----------------+--------------------------+-------------------
2016 (R20.1) | VS2012 Update 4 / v110 | 2015,2016
2015 (R20.0) | VS2012 Update 4 / v110 | 2015
----------------+--------------------------+-------------------
2014 (R19.1) | VS2010 SP1 / v100 | 2013,2014
2013 (R19.0) | VS2010 SP1 / v100 | 2013
----------------+--------------------------+-------------------
2012 (R18.2) | VS2008 SP1 / v90 | 2010,2011,2012
2011 (R18.1) | VS2008 SP1 / v90 | 2010,2011
2010 (R18.0) | VS2008 SP1 / v90 | 2010
All AutoCAD versions with the same "major release number" (i.e. R20 for Acad 2016 + 2015) are "binary compatible". This means an ARX compiled with ObjectARX 2015 will also run under AutoCAD 2016. But not vice versa: An ARX compiled with ObjectARX 2016 will not run under AutoCAD 2015.
With every new major release Autodesk changes to the lates Visual Studio compiler - which breaks binary compatibility.
Thomas Brammer ● Software Developer ● imos AG ● LinkedIn ● 
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.