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
Hi, I have difficulties with embedding Dokany to my app. The purpose is to make it as little as possible.
The total size of the required files (dokan1.sys, dokan1.dll, dokanctl.exe) is within 400 Kb, which is quite small. But the last two files require the VC2019 redistributable to work, and this is another 14 Mb (https://aka.ms/vs/16/release/vc_redist.x64.exe). Unacceptably large for me.
What can be done? Can these files be compiled without dependency on the latest redistributable?
The text was updated successfully, but these errors were encountered:
You should find your answer in this issue #660
I am open to any suggestions but if you can build and sign dokan1.dll, dokanctl.exe yourself, it might be good to try MT option.
Hi, I have difficulties with embedding Dokany to my app. The purpose is to make it as little as possible.
The total size of the required files (dokan1.sys, dokan1.dll, dokanctl.exe) is within 400 Kb, which is quite small. But the last two files require the VC2019 redistributable to work, and this is another 14 Mb (https://aka.ms/vs/16/release/vc_redist.x64.exe). Unacceptably large for me.
What can be done? Can these files be compiled without dependency on the latest redistributable?
The text was updated successfully, but these errors were encountered: