libredwg
[Top][All Lists]
Advanced

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

[libredwg] MSVC support?


From: Ivan Radic
Subject: [libredwg] MSVC support?
Date: Sun, 22 Aug 2010 11:46:19 +0200

Hi,

I have tried to compile using Microsoft Visual C++ Express and if you
decide to support it you will need to write C89 code.

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?

Currently there are small changes to make it compile under msvc but
obviously this will change in the future...
If you need patch please advise how to send it ("git diff
master..HEAD" is available)...

Bye



reply via email to

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