libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] MSVC support?


From: Felipe Sanches
Subject: Re: [libredwg] MSVC support?
Date: Sun, 22 Aug 2010 11:14:21 -0300

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]