Skip to content
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

Use websockets after cpprestsdk-2.10.19 windows arm build #1807

Open
YoungGonMa opened this issue Oct 10, 2024 · 0 comments
Open

Use websockets after cpprestsdk-2.10.19 windows arm build #1807

YoungGonMa opened this issue Oct 10, 2024 · 0 comments

Comments

@YoungGonMa
Copy link

Hello developers.

After building cpprestsdk-2.10.19 arm on windows, I want to use the resources (websockets, http, pplx) below.
However, there are usage restrictions in arm as follows.
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\http\common\http_compression.cpp(20):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) && !defined(CPPREST_EXCLUDE_COMPRESSION)
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\pplx\threadpool.cpp(7):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) || !defined(_WIN32) \THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websockets\client\ws_client.cpp(16):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) \THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websock ets\client\ws_client_wspp.cpp(18):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) \THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websockets\client\ws_msg.cpp(23):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS)

Are there any other solutions other than implementing resource(websockets, http, pplx) directly??

That's all.
Thank you.


cpprestsdk-2.10.19 windows arm build 후 websockets 사용

windows에서 cpprestsdk-2.10.19 arm build 후 아래 resource(websockets, http, pplx)를 사용 하고자 합니다.
하지만 arm 에서는 아래와 같이 사용 제한이 되어 있습니다.
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\http\common\http_compression.cpp(20):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) && !defined(CPPREST_EXCLUDE_COMPRESSION)
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\pplx\threadpool.cpp(7):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS) || !defined(_WIN32)
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websockets\client\ws_client.cpp(16):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS)
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websockets\client\ws_client_wspp.cpp(18):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS)
\THIRD-PARTY_R7\cpprestsdk-2.10.19\Release\src\websockets\client\ws_msg.cpp(23):#if !defined(CPPREST_EXCLUDE_WEBSOCKETS)

resource(websockets, http, pplx) 직접 구현이 아닌, 다른 해결 방법이 있을까요??

이상입니다.
감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant