www.digitalmars.com         C & C++   DMDScript  

c++.command-line - Module Definition File Version

reply Derek Parnell <derek psych.ward> writes:
The following lines cause OptLink to fail ...

  VERSION 2.08
  VERSION 2.09

but these are okay ...

  VERSION 2.8
  VERSION 2.9

My guess is that the parser is assuming that numbers beginning with a zero
are in Octal format. Why???? 

-- 
Derek
Melbourne, Australia
9/05/2005 4:52:28 PM
May 08 2005
parent "Walter" <newshound digitalmars.com> writes:
I'll add it to the optlink bug list.
May 09 2005