jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
399 stars 41 forks source link

Bad configuration for VS debug #154

Open libor13 opened 1 year ago

libor13 commented 1 year ago

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