Replies: 4 comments
-
Hi @peikwang , it looks like a build error with fmt which is used by spdlog. I tried to reproduce but couldn't. Be sure to pull spdlog using the git submodule command |
Beta Was this translation helpful? Give feedback.
-
Hi Liryna! Thanks for your help! After I use git submode instead of vcpkg , it's built successfully! |
Beta Was this translation helpful? Give feedback.
-
But I find a question that it's case-insensitive in windows systems, but I can mkdir the upper and lower case directory. How should I solve this problem? |
Beta Was this translation helpful? Give feedback.
-
You can add the DOKAN_OPTION_CASE_SENSITIVE mount option here to have the drive run as case insensitive but memfs wasn't written to be case-insensitive so you might have some issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
why there is LNK2001 and LNK2019 error in dokan memfs? I get it from this git

Beta Was this translation helpful? Give feedback.
All reactions