I am a registered user of Chilkat version chilkat-9.5.0-x86-vc12
When I am using it under Visual Studio everything works as expected. I am porting the project to Qt and I am having the problem with building Qt console app with Chilkat. I managed to get rid of all linker errors except one:
ChilkatDbg.lib(ThreadPool.obj):-1: error: LNK2019: unresolved external symbol _fprintf referenced in function __catch$?createNewObject@_ckThreadPool@@CAPAV1@AAVLogBase@@@Z$0
and
ChilkatDbg.lib(LogBase.obj):-1: error: LNK2001: unresolved external symbol _fprintf
My libs section in pro file is:
LIBS += c:/Libraries/Chilkat/LIBS/ChilkatDbg.lib \
c:/Libraries/Chilkat/LIBS/ChilkatDbgDll.lib \
-lcrypt32 \
-lws2_32 \
-ldnsapi \
-ladvapi32 \
-lrpcrt4 \
-lwininet
Any help/advise will be appreciated. Thanks!