> -----Original Message-----
> From: Liu Hao <lh_mo...@126.com>
> Sent: Monday, January 25, 2021 9:49 PM
> To: mingw-w64-public@lists.sourceforge.net; Kacvinsky, Tom
> <tom.kacvin...@vector.com>
> Subject: Re: [Mingw-w64-public] More link errors
> 
> * PGP Signed by an unknown key
> 
> 在 2021/1/25 下午10:40, Kacvinsky, Tom 写道:
> > At the bottom you'll find the link errors I am getting
> >
> >
> 
> `iscsym` requires MSVCR80 or UCRT, and is not available in MSVCRT. So looks
> like it is a misconfiguration.
> 
> `strncat_s_l` on the other hand should be be an inline function, but it is
> unimplemented, so looks like a bug to me. As a temporary solution, call
> `wcsncat_s` instead.

I am using a stock MSYS2 + MinGW-w64 package for GCC.  So if there is a 
misconfiguration,
it isn't from me.  All I am doing is including cwhar.  The thing is, our 
product parses the
header files in a TU and "instruments" them, so they end up in the C++ files we 
eventually
compile.  The problem, therefore, is that cwhar has a bunch of 
functions/methods that are
instrumented, but not defined in msvcrt (or the like).  I am not sure how to go 
about fixing this.

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to