-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Failed to connect' exception using MSVC #127
Comments
I found the exception throw when creating the socket connection, and I cannot figure out what cause the issue since I'm not familiar with However, there was an older version of |
How did you get msvc to compile clickhouse-cpp correctly? |
Depends on #130 |
Hello,
I was using MSVC to build clickhousecpp (version 2.0.0) on Windows, and the static library was generated successfully. However, an exception of
failed to connect
occurred when I run the simple-test project. There is a clickhouse server running on my localhost, exposing the 9000 port. I test the connection with pythonclickhouse_driver
and everything is ok.By the way, I encountered a problem with
signbit: ambiguous call to overloaded function
when I was building the clickhousecpp library. The problem was solved according to #100, and I don't know whether it is an official solution.Is there any idea of this issue?
Thanks
The text was updated successfully, but these errors were encountered: