Launched VDF15 compiler to compile one of our major products, turned out that the Type "OPENFILENAME", which was defined in File_Dlg.pkg, has been replaced by Struct TOpenFileName. I was able to copy the "Type" to our program and use #IF !@>141 wrap around the type for now (might change all our source code to use TOpenFileName from now). However, I am just wondering if this is the trend where old "Type"s are being replaced (thus breaking backward compatibility), or this is just simply an oversight.

Frank Cheng