REST API5 C++ GUI : wxWidgets의 webRequest로 REST API Client 만들기 1. wxWidgets 설치는 아래를 참고하세요https://taekho.tistory.com/5 C++ GUI : wxWidgets 설치Visual Studio 2022( Community 판) 기준으로 설치를 진행함.참고 : Visual Studio Community 다운로드 - https://visualstudio.microsoft.com/ko/vs/community/ Visual Studio Community | 최신 무료 버전 다운로드Windows, Android 및 iOS용taekho.tistory.com 2. JSON 데이터 처리를 위해 nlohmann/json 을 사용하였습니다. - vcpkg install nlohmann-json:x64-windows 로 설치합니다. - POC.. 2026. 6. 1. C++ GUI : wxWidgets & POCO 라이브러리를 REST API Client 만들기 1. wxWidgets를 설치합니다.https://taekho.tistory.com/5 C++ GUI : wxWidgets 설치Visual Studio 2022( Community 판) 기준으로 설치를 진행함.참고 : Visual Studio Community 다운로드 - https://visualstudio.microsoft.com/ko/vs/community/ Visual Studio Community | 최신 무료 버전 다운로드Windows, Android 및 iOS용taekho.tistory.com 2. POCO 라이브러리를 설치합니다.https://pocoproject.org/download.html POCO C++ Libraries - Simplify C++ DevelopmentThe POCO.. 2026. 6. 1. C++ : Poco라이브러리로 REST API 서버 만들기(3) 1. POCO 라이브러리를 설치합니다.https://pocoproject.org/download.html POCO C++ Libraries - Simplify C++ DevelopmentThe POCO C++ Libraries are powerful cross-platform and open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT and embedded systems.pocoproject.org 2. vcpkg를 이용하여 쉽게 설치할 수 있습니다. - vcpkg를 설치합니다. - vcpkg search poco를 실행.. 2026. 6. 1. C++ : Poco라이브러리로 REST API 서버 만들기(2) 1. POCO 라이브러리를 설치합니다.https://pocoproject.org/download.html POCO C++ Libraries - Simplify C++ DevelopmentThe POCO C++ Libraries are powerful cross-platform and open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT and embedded systems.pocoproject.org 2. vcpkg를 이용하여 쉽게 설치할 수 있습니다. - vcpkg를 설치합니다. - vcpkg search poco를 실행.. 2026. 6. 1. C++ : Poco라이브러리로 REST API 서버 만들기(1) 1. POCO 라이브러리를 설치합니다.https://pocoproject.org/download.html POCO C++ Libraries - Simplify C++ DevelopmentThe POCO C++ Libraries are powerful cross-platform and open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT and embedded systems.pocoproject.org 2. vcpkg를 이용하여 쉽게 설치할 수 있습니다. - vcpkg를 설치합니다. - vcpkg search poco를 실행.. 2026. 6. 1. 이전 1 다음