<div dir="ltr">Hi all, in order to sort out my macro issues I made a little test project specifically for verifying builds across OSX and Windows. I have it grabbing the latest S7 from the mirror on github (thanks Woody, super handy that!).<div><br></div><div>With the current version of S7.h and S7.c, I get the following issues on Visual Studio 2019, Windows 10:</div><div><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">compiling S7 throws errors for lines 11121 to 11125:
Error        C2491        'asinh': definition of dllimport function not allowed
Error        C2491        'acosh': definition of dllimport function not allowed
Error        C2491        'atanh': definition of dllimport function not allowed
Error        C2491        'cbrt': definition of dllimport function not allowed</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap"><br></pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">If I comment those out, it builds fine. But I imagine that's not the right solution... :-)</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap"><br></pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">If there's anything I can do to assist, let me know, I'm set up to build easily on win 10, VS 2019 now.</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap"><br></pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">HTH</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">iain</pre></div></div>