Brian Brooks

Results 11 comments of Brian Brooks

This issue looks similar to this 2013 defect https://sourceforge.net/p/snmpsim/bugs/1/

This issue makes Komodo very difficult to use. Every time I debug my application, I accidentally cause the "Locals/Watch/Globals" pane to "disappear". Is there any better workaround than starting a...

Sure. I submitted a PR for adding VS2019 support but it never got processed. I could also add VS2022 support.

@dgoffredo Any ideas on why this issue is occuring? As far as I can tell, there are no DataDog .h nor .cpp files that are providing definitions of these *_error_category...

I worked around this issue with these changes: ``` PS C:\dev\ddog\dd-opentracing-cpp> git diff .\CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index fc121ca..3f602bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ endif()...

If I try to change to dd_opentracing.dll, I get the following runtime errors: ``` Entry Point Not Found The procedure entry point ?inject@Tracer@v3@opentracing@@UEBA?AV?$expected@XVerror_code@std@@@23@AE8VSpanContext@23@AE8VCustomCarrierWriter@23@@Z could not be located in the dynamic...

@dgoffredo Thanks for your replies. Note in this ticket I mentioned I had to resort to linking opentracing.lib rather than dd_opentracing.lib because of #268. In my comment above I originally...

OK, I understand I can only use dd_opentracing.lib and dd_opentracing.dll. I'll focus on trying to resolve #268 first then #267 may not be an issue.

@dgoffredo I resolved the issue. The root cause is a defect in the configuration of dd-opentracing-cpp’s vcpkg for the opentracing dependency [1]. I’m not sure the correct way to “automate”...

I worked around the issue: ``` PS C:\Users\first.last\dd-opentracing-cpp> git diff .\CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index fc121ca..30964b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,9 +36,12 @@ set(CMAKE_LIBRARY_PATH deps/lib) # Dependencies...