Windows support for influxdb C++ client #279
Replies: 3 comments 7 replies
-
|
I've used it in Windows using Visual Studio, loaded via vcpkg, yes it works. |
Beta Was this translation helpful? Give feedback.
-
|
This sounds very similar to this known MSVC issue. If so, there's a fix pending but hasn't received any feedback yet. If someone has time, it would be very helpful if someone could try out the PR. vcpkg (and conan) pass the define on their build already to workaround the issue. |
Beta Was this translation helpful? Give feedback.
-
|
I am Windows only. Have no experience with CMake or vcmkg. Having hard time building project using Visual Studio...as that's what I know. Any help making a VS Solution out of this would be nice. Thanks!! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
will this work in windows 11?
i am able to compile it anyhow but when i try to use it its now giving any output.
to build it i manually defined one macro

Interestingly its building simple code itself which is taken from your webiste itself.
but its not giving any output, i am not sure why. it would be very helpful if you guys can help me regarding how to make it work on windows.
Beta Was this translation helpful? Give feedback.
All reactions