WenTao Ou

Results 226 comments of WenTao Ou

Nice try. Just moving global and static variables into source can solve the problem of data sharing.But each dll/exe that use api will still have their copy of codes, it...

Yes, I also think [GenerateExportHeader](https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html) module is a good replacement of export declaration above, it can generate codes platform by platform and so it's simpler than write codes to adapt...

`-DWITH_OTLP_GRPC=ON` and `-DWITH_OTLP_HTTP=ON` are just be used to tell build system to build the exporters. Which to use depends your codes.

There are some warnings that will break the compiling when using new gcc and clang.I have some patches for the compiling problems in another project, it may be helpful. +...

I think you should build [opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp) first and add the include directories and libraries by `CFLAGS` and `LDFLAGS` if you use `configure` but not the cmake build system in our...

> @rcjsuen @owent Step 5 & Incorporating into an existing CMake Project, is where i am getting stuck... where and what parameters needed to ensure the headers are installed in...

cmake并不是一定要生成Makefile的,Makefile只是其中一种generator。 主要是跨平台依赖管理上会方便一些,比如使用自定义的openssl,libressl或者boringssl

这么做得使用场景是啥呢?以前保留空值是为了方便用Excel绘制地图。所以不裁剪List严格按Excel的定义长度来

已经部分支持: https://github.com/xresloader/xresloader/releases/tag/v2.11.0-rc1 - [x] protobuf二进制 - [x] lua - [x] msgpack - [x] json - [x] xml - [x] javascript - [x] UE-Json - [x] UE-Csv ( https://github.com/xresloader/xresloader/releases/tag/v2.11.0-rc3 )

#18 已经实现全部输出模式