Jeff Trawick wrote:

Please do not do that any more. I'm sorry but I'm vetoing your patches. Use the official API, it is well documented.


strlen() returns size_t, TextOut() requires int; somewhere a cast is
required, no?  what is a better solution?



That's true, but the strlen can never be int (negative). The API is DWORD meaning 32 bit unsigned integer, so either cast to API or no cast.

MT.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to