hi. how can i use chilkat library in Vc++ 2015. i add headers an lib file in my project but its not working and make some errors.for example:
LNK2001 unresolved external symbol __imp_strncmpD
pls help i want use ftp and now i cant thank you for your help:)
At the top of https://www.chilkatsoft.com/downloads_vcpp.asp it gives you a few tips:
Important: It is likely you will need to add the additional Microsoft libraries when linking: crypt32.lib, ws2_32.lib, dnsapi.liband make sure you do not mix static and dynamic runtime libraries, see http://cknotes.com/choosing-correct-c-library-for-linking/