Ticket Hash: | ad7b6870864a442babb25b2503e32d4bc97724f4 | |||
Title: | Prevent duplicate lround() declaration with recent MSVC compilers | |||
Status: | Closed | Type: | Build_Problem | |
Severity: | Minor | Priority: | Immediate | |
Subsystem: | Resolution: | Rejected | ||
Last Modified: | 2020-01-10 15:44:05 | |||
Version Found In: | 1.0.5 | |||
User Comments: | ||||
anonymous added on 2018-08-24 14:08:02:
With Visual Studio 15.8.1 (msvc 2017), the following changes must be made to have a successful compile: - in nmake.opt add: MSVC_VER=1910 - in freexl.c on line#92 change to: #if defined(_WIN32) && !defined(__MINGW32__) && $(MSVC_VER) < 1800 sandro added on 2020-01-10 15:43:40: not confirmed 1.0.6 build nicely without requiring any change in Visual Studio 2019 |