Conversation
Added makefile and fixed some compilation errors.
|
libltc is already known to compile with MSVC (also older compilers). You also seem to have been using an old version of libltc without git-rebasing your changes. There are a few nice parts, e.g. some explicit typecasts, but I have zero interest in making this lib strict ANSI-C89 compatible in 2020. I'm sorry. Also I have no interest in explicit .def and .rc files. I can not maintain them and this information should be automatically generated in the first place. |
|
I'm curious: which version of MSVC do you use that requires these changes? |
|
I made changes for Visual Studio 2008. |
|
Odd. The library is known to build with Visual Studio 2005 (version 8) as-is. |
|
Oh, I build via command line, so I may have missed a switch for this. |
|
I can build master successfully with MSVC (vs2019) with my Meson build system port for what it's worth. (Unit tests fail with MSVC, but that might be a problem with the test code or the wrapper script). |
Added makefile and fixed some compilation errors.