manuel76413
manuel76413
VC2017 版本15.9.41 X64 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C2664 “cinatra::simple_client::simple_client(cinatra::simple_client &&)”: 无法将参数 1 从“_Ty2”转换为“const cinatra::simple_client &” ssPixrClient c:\program files (x86)\microsoft visual studio\2017\enterprise\vc\tools\msvc\14.16.27023\include\memory 1801 查了下是这句编译不通过 auto client =...
find reason, in the code '# if !defined(_DEBUG) '# define NDEBUG '# endif I defined an ReleaseDbg configuration, the code above change to Release config, so link to lib is...
> devenv /updateConfiguration doesn't take effect, still blank toolbar, empty icon
> Both dmgee and Pingnoo repositories on this GitHub contain applications that use this library. Both projects are big and failed to compile, can you write a tutorial, thanks.
Hmm, could you write more examples? If I don't define a struct, how can to parse a JSON file with high performance? I tried, but the key string became '00'...
The compile log is : `ninja -C build_wasm -j 8 ninja: Entering directory `build_wasm' [1/5] Building C object glfw3webgpu/CMakeFiles/glfw3webgpu.dir/glfw3webgpu.c.o FAILED: glfw3webgpu/CMakeFiles/glfw3webgpu.dir/glfw3webgpu.c.o C:\dev\emsdk\upstream\emscripten\emcc.bat -DWEBGPU_BACKEND_EMDAWNWEBGPU -IF:/cmo-dev/my_osgearth_web/LearnWebGPU-Code-step100-next2/glfw3webgpu/. -IF:/cmo-dev/my_osgearth_web/LearnWebGPU-Code-step100-next2/webgpu/emdawnwebgpu/include --use-port=F:/cmo-dev/my_osgearth_web/LearnWebGPU-Code-step100-next2/build_wasm/_deps/emdawnwebgpu-src/emdawnwebgpu.port.py -MD -MT glfw3webgpu/CMakeFiles/glfw3webgpu.dir/glfw3webgpu.c.o -MF...
Yes, I defined the CINATRA_ENABLE_SSL macro and linked it to libssl 1.0.2. I was able to compile and link successfully. However, when I tried to set a proxy, the v2ray...
test code : #include "cinatra.hpp" void testhttpstile_cinatra() { #ifdef CINATRA_ENABLE_SSL cinatra::coro_http_client client2{}; client2.init_ssl(); auto result = client2.get("https://baidu.com"); assert(result.status == 200); client2.set_proxy("127.0.0.1", "10809"); auto result1 = client2.get("https://mt.google.com/vt/lyrs=t,r&hl=x-local&src=app&apistyle=s.t%3A0%7Cs.e%3Al%7Cp.v%3Aoff&x=1&y=3&z=2"); assert(result1.status == 200); #endif...
after use seperate client, and comment init_ssl call, the result status is **302 and 404.** I add CINATRA_ENABLE_SSL, but while compiling, cinatra didn't ask to include ssl head and link...
I catch message from v2rayN,the client.get function call cause message like 2024/04/30 09:50:17 [Warning] [2497071007] app/proxyman/inbound: connection ends > proxy/http: failed to read http request > malformed HTTP request "\x16\x03\x01\x016\x01\x00\x012\x03\x03\xbc$\x87\x1c\x0e\xc6\vl^c\x9d\x81Ƞ\xed\x92h\x918u\x86\x98hAw\x1c\xbeq\xa8\xbb\xd0\x02...