<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,&quot;Liberation Mono&quot;,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        &#39;asinh&#39;: definition of dllimport function not allowed
  Error        C2491        &#39;acosh&#39;: definition of dllimport function not allowed
  Error        C2491        &#39;atanh&#39;: definition of dllimport function not allowed
  Error        C2491        &#39;cbrt&#39;: definition of dllimport function not allowed</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,&quot;Liberation Mono&quot;,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,&quot;Liberation Mono&quot;,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&#39;s not the right solution... :-)</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,&quot;Liberation Mono&quot;,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,&quot;Liberation Mono&quot;,Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">If there&#39;s anything I can do to assist, let me know, I&#39;m set up to build easily on win 10, VS 2019 now.</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,&quot;Liberation Mono&quot;,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,&quot;Liberation Mono&quot;,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,&quot;Liberation Mono&quot;,Menlo,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;color:rgb(36,41,46);white-space:pre-wrap">iain</pre></div></div>