> Also in dwg.spec: > DWG_OBJECT(RASTERVARIABLES); > - BITCODE_BL (class_version); > - BITCODE_BS (display_frame); > - BITCODE_BS (display_quality); > - BITCODE_BS (units); > + FIELD_BL (class_version); > + FIELD_BS (display_frame); > + FIELD_BS (display_quality); > + FIELD_BS (units); > > is this correct change or not? >
Good catch! This seems to be a correct fix. Please send us the complete diff needed to build it on msvc Felipe
