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
It is not possible to build encfs project in VS in debug mode.
Encfs4win version: 1.11.0-beta.4
There is bad configuration in Properties-Linker-Input-Additional Dependencies:
$(DOKAN_ROOT)\Win32\Debug\dokan1.lib
$(DOKAN_ROOT)\Win32\Debug\dokanfuse1.lib
$(OPENSSL_ROOT)\lib\libeay32.lib
$(OPENSSL_ROOT)\lib\ssleay32.lib
Correct is:
$(DOKAN_ROOT)\Win32\Debug\dokan2.lib
$(DOKAN_ROOT)\Win32\Debug\dokanfuse2.lib
$(OPENSSL_ROOT)\lib\libcrypto.lib
$(OPENSSL_ROOT)\lib\libssl.lib
The text was updated successfully, but these errors were encountered:
It is not possible to build encfs project in VS in debug mode.
Encfs4win version: 1.11.0-beta.4
There is bad configuration in Properties-Linker-Input-Additional Dependencies:
$(DOKAN_ROOT)\Win32\Debug\dokan1.lib
$(DOKAN_ROOT)\Win32\Debug\dokanfuse1.lib
$(OPENSSL_ROOT)\lib\libeay32.lib
$(OPENSSL_ROOT)\lib\ssleay32.lib
Correct is:
$(DOKAN_ROOT)\Win32\Debug\dokan2.lib
$(DOKAN_ROOT)\Win32\Debug\dokanfuse2.lib
$(OPENSSL_ROOT)\lib\libcrypto.lib
$(OPENSSL_ROOT)\lib\libssl.lib
The text was updated successfully, but these errors were encountered: