My current developing application is built in VS2017. So I tried to build C++ Connector source in VS2017 to avoid linking issues. I made the build succeed. VS2017 says "35 succeeded, 0 failed, 2 skipped". The c++ connector version is 1.1.9.
I found the lib and dll files under driver/Release. However, the size of dll file is not match with the installed version. In the install version, dll file is 5.7 MB. But in the source compiled version, dll file is 578 KB.
I wrote a simple test to check which one works. The installed version dll works fine, but source compiled version dll does not work. Could you provide suggestion to fix the problem?
Thanks for your help.
I found the lib and dll files under driver/Release. However, the size of dll file is not match with the installed version. In the install version, dll file is 5.7 MB. But in the source compiled version, dll file is 578 KB.
I wrote a simple test to check which one works. The installed version dll works fine, but source compiled version dll does not work. Could you provide suggestion to fix the problem?
Thanks for your help.