setting version

matmunn14 matmunn14 at gmail.com
Tue Mar 10 02:45:57 PDT 2009


When compiling my D program for Win32 I would like to set a version number in the executable so I call dmd.exe with -L/version:01.01. No messages appear so I assume everything worked alright but in my program I have message box popup with the following code. It's supposed to show the version number but always shows 0.0.

auto temp = new Version;
msgBox(temp.toString());



More information about the Digitalmars-d mailing list