You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build and install it on windows.
there is just one mistake in Resource.cpp
which can be fixed through this otherwise the favicon and so on will be having a file path like "C:\dev\my-service\lib\oatpp-swagger\res/favicon-16x16.png" which cannot be load:
I tried to build and install it on windows.
there is just one mistake in Resource.cpp
which can be fixed through this otherwise the favicon and so on will be having a file path like "C:\dev\my-service\lib\oatpp-swagger\res/favicon-16x16.png" which cannot be load:
I think it could be done even better with c++17 since there is a system path library included. But I haven't tried that yet.
The text was updated successfully, but these errors were encountered: