BenjaminKim / dokanx

user-mode filesystem framework for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dokanx.dll requires ProcMonDebugOutputx64(Win32).dll to run

don-Pardon opened this issue · comments

After commit 49d9016 dokanx.dll requires presence of ProcMonDebugOutputx64.dll or ProcMonDebugOutputWin32.dll (depending on platform). Could you please either add reference about this dll into installation manual or (if possible) make it optional in dokanx.dll.
Thanks!

@don-Pardon It means you can't run dokanx after the commit? Try to put dokanx.dll and ProcMonDebugOutputXXX at same directory.

@BenjaminKim yeah, I did and it worked, but I think it's not reasonable to distribute ProcMonDebugOutputXXX alongside dokanx.dll. I suggest to use ProcMonDebugOutputXXX with debug version, and make it optional in release version of dokanx.dll.

@don-Pardon Understand. I totally agree that. I will try it. You can also help me it, though :)

@BenjaminKim yeah, all right, I'll try today or tomorrow =)