9 questions
1
vote
1
answer
69
views
Linking Errors with Static Library Multiple Nesting Using MinGW-w64
I'm currently build the Drogon framework on a Windows platform with MinGW.
Drogon integrated the hiredis library.
While building the project, I encountered the following linker errors:
D:/dev/mingw/...
0
votes
0
answers
78
views
Ordinal Number not found in DLL
I'd like to start developing a C++ web application with the drogon framework for learning purposes.
I followed the Installation Guide and the Quick Start tutorial from the drogon docs. I'm using ...
0
votes
0
answers
119
views
Drogon framework MAKE throws error for postgresql
I am using cpm.cmake to install the dependencies for drogon on MAC (Intel)
Postgresql was installed using
brew install postgresql
Also installed the libpq
brew install liqpq
include(cmake/CPM.cmake)
...
-2
votes
1
answer
349
views
c++ framework drogon how to use different config.json for different environments?
When using the c++ framework drogon, the configuration I want to use for local development, e.g. mysql configuration is: localhost:3306.
Then when pushing the code to the test or main branch, I want ...
-1
votes
1
answer
1k
views
A simple authentication mechanism drogon
The encryption is temporary.
I have a quite unreadable error with all the instances execSqlAsync function.
The error is:
In template: invalid operands to binary expression ('std::stringstream' (aka '...