MySQL Forums
Forum List  »  Connector/C++

C++ Connector Source Build Issues in VS2017
Posted by: Hao Zhou
Date: January 25, 2018 03:27PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
C++ Connector Source Build Issues in VS2017
1081
January 25, 2018 03:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.