We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835f08e commit d16056aCopy full SHA for d16056a
README.md
@@ -8,9 +8,11 @@ Visual Studio 2012 Express can be used to create a binary file. By default it's
8
After creating a library file you need to register it:
9
10
x86: %windir%\Microsoft.NET\Framework\v4.0.30319\RegAsm /codebase bin\Release\FBThumbs.dll
11
+
12
x64: %windir%\Microsoft.NET\Framework64\v4.0.30319\RegAsm /codebase bin\Release\FBThumbs.dll
13
14
After that you need to add registry entries:
15
16
[HKEY_CLASSES_ROOT\.fb2\shellex\{e357fccd-a995-4576-b01f-234630154e96}]
17
@="{YOUR-GUID}"
18
0 commit comments