170 | | 2. PDAF V3.0 is not fully backward compatible, due to the modernization of the code. Thus, with this release, it is not possible to just compile and link with existing implementations like in previous releases. The required adaptions are, however, small. (Please see https://pdaf.awi.de/trac/wiki/PortingToPDAF3 for a description of how to adapt your existing code for PDAF V3.0). Below the code changes affecting backward-compatibility are also described. |
171 | | |
172 | | 3. Information for porting and about new features can be found at: |
173 | | * https://pdaf.awi.de/trac/wiki/PortingToPDAF3 |
174 | | * https://pdaf.awi.de/trac/wiki/PDAF3_new_functionality |
| 170 | 2. PDAF V3.0 is not fully backward compatible, due to the modernization of the code. Thus, with this release, it is not possible to just compile and link with existing implementations like in previous releases. The required adaptions are, however, small. Below the code changes affecting backward-compatibility are also described. |
| 171 | |
| 172 | 3. Information for using PDAF3 and about new features can be found at: |
| 173 | * Porting to PDAF3: https://pdaf.awi.de/trac/wiki/PortingToPDAF3 |
| 174 | * New features: https://pdaf.awi.de/trac/wiki/PDAF3_new_functionality |