Hi everyone
I am evaluating your .net compiler. I am trying to compile an existing project. This project compiles fine for Win32 (Watcom compiler), but I am getting the above error on the last line of the following code
CHARACTER*4 cvtmap(27)/
& 'C','K','F','R',
& 'M','CM','MM','FT','IN',
& 'M/S','FT/S','FT/M','MPH','KTS','KPH',
& 'KG','LB','KN',
& 'S','MIN','HR',
& 'KPA','HPA','PSI','IHG',
& '#','%'/
As I mentioned, this works in Watcom for Win32. Can anyone suggest what is wrong with it?