Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad configuration for VS debug #154

Open
libor13 opened this issue Nov 10, 2022 · 0 comments
Open

Bad configuration for VS debug #154

libor13 opened this issue Nov 10, 2022 · 0 comments

Comments

@libor13
Copy link

libor13 commented Nov 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant