drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.45k stars 1.1k forks source link

Debug mode can't run, SSL CPP/std::length_error #1507

Open hks2002 opened 1 year ago

hks2002 commented 1 year ago

Describe the bug exe of Debug mode can't run

To Reproduce Steps to reproduce the behavior:

  1. new installation by vcpkg in windows
  2. drogon_ctl create an new project
  3. using vscode cmake tools build a debug
  4. then debug the .exe
  5. See error

Screenshots image

image

Desktop (please complete the following information):

hks2002 commented 1 year ago

@oToToT

oToToT commented 1 year ago

I don't have a Windows machine on my hand now. I will test this once I got one 😶

MrShreyas commented 2 months ago

did this issue is solved? cuz i am also facing same issue