drogonframework/drogon

Windows don't support enableDynamicViewsLoading ??

Open

#1.726 aberto em 14 de ago. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (1.014 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (10.462 stars)
Métricas de merge de PR
 (Mesclagem média 2d 2h) (7 fundiu PRs em 30d)

Description

Trying to create dynamic views, I have followed Wiki but as it doesn't work I have checked the source code and I have seen this

#ifndef _WIN32

https://github.com/drogonframework/drogon/blob/5509091ab8e90bc12df4375b55dee06e7496feb0/lib/src/ConfigLoader.cc#L376

Is this functionality not available under Windows? Apparently it should work on Windows without problem no?

Guia do colaborador