|
From: | Till Heuschmann |
Subject: | Re: [libredwg] How to compile in VS 2010? |
Date: | Wed, 02 Jul 2014 21:53:47 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
Hi Morteza, unfortunately it is not possible to compile libredwg with Visual Studio without some work. LibreDwg is written in C99 and VS simply does not support all of the language features. To compile libredwg you have to change: - declarations must be at the beginning of a function and not elswere in the body - Variadic Macros must be changed to variadic functions. This type of macros are used for logging (logging.h) Regards Till Am 02.07.2014 15:45, schrieb Morteza
Ghorbani Moghaddam:
|
[Prev in Thread] | Current Thread | [Next in Thread] |