encfs4win icon indicating copy to clipboard operation
encfs4win copied to clipboard

Bad configuration for VS debug

Open libor13 opened this issue 1 year ago • 0 comments

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

libor13 avatar Nov 10 '22 11:11 libor13