View previous topic :: View next topic |
Author |
Message |
kfo
Joined: 09 Apr 2011 Posts: 8
|
Posted: Thu May 10, 2012 5:35 pm Post subject: D-Version in project settings |
|
|
What is the significance of the D-version property per project? The options are D1, D2, and D2.043+. |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Sun May 13, 2012 10:27 am Post subject: |
|
|
The version is used to disable some options that are not available with D1 and to pass the version to cv2pdb. cv2pdb uses it to reconstruct the string data types and the data layout of associative arrays which changed with 2.043.
The recently added GDC support also takes advantage of the version to either compile D1 or D2 code. |
|
Back to top |
|
|
|