afnarqui / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Building in x64 Based OS #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to compile the library as directed using the x64 compiler.

What is the expected output? What do you see instead?
building the dokan folder fails

What version of the product are you using? On what operating system?
x64 vista sp1

Please provide any additional information below.
the problem is identified here:
http://support.microsoft.com/kb/835326
removing the exports from the def file appears to fix the issue.

Original issue reported on code.google.com by anat...@gmail.com on 17 Mar 2009 at 6:52

GoogleCodeExporter commented 9 years ago
so now the question is how to you actually install the driver in Vista64? 64 
Drivers 
must be digitally signed, which the outlined process does not do. Any hints?

Original comment by anat...@gmail.com on 18 Mar 2009 at 2:29

GoogleCodeExporter commented 9 years ago
Signing is explained here:
http://msdn.microsoft.com/en-us/library/aa906250.aspx
In short, you must have obtain certificate from authority like Verisign, 
download 
cross-certificate file (free) from Microsoft, creaqte PFX file, install it in 
certificate store and then run SignTool to sign your file. After that Vista 
64bit 
will allow driver to be installed.

Original comment by sslav...@gmail.com on 10 Apr 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Instead of a certificate from the cert authority (real cert signed by valid cert
authority is costly and hard to obtain) you can use self-signed certificate for
testing. OS will complain, but it will allow installation.

Original comment by ninkovsl...@gmail.com on 20 Apr 2009 at 9:57

GoogleCodeExporter commented 9 years ago
actually thats not the case unless the os is in test mode.

Original comment by anat...@gmail.com on 23 Apr 2009 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by asa...@gmail.com on 5 Jul 2010 at 3:53