Open GoogleCodeExporter opened 9 years ago
Hi,
I'm no expert either but i applied some fixes to make it work on win8 + vs2012.
they are on the attached patch.
In addition if you have issues with Link errors like i had - you need to
specify the correct path to dokan.lib in Linker->Input->Additional Dependencies
for the specific modules you have issue with.
for example in my case:
I had issues with mirror and dokanctl so I just added something like:
"..\dokan\Win8Release\x86\dokan.lib" to Dependencies.
Good Luck!
Original comment by Shira...@gmail.com
on 7 Oct 2013 at 10:27
Attachments:
Original issue reported on code.google.com by
mbul...@gmail.com
on 23 Jul 2013 at 9:55