Browse Source

fcl-db: mssql: update readme.txt with info about compiling dblib.dll for x64 under Win8

git-svn-id: trunk@29662 -
lacak 10 years ago
parent
commit
7f69170352
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/fcl-db/src/sqldb/mssql/readme.txt

+ 3 - 2
packages/fcl-db/src/sqldb/mssql/readme.txt

@@ -27,9 +27,10 @@ Compiling FreeTDS DB-Lib with MS Visual C++ 2005/2008/2010:
      Note: To avoid dependency on msvc*.dll you can set in C/C++ / Code Generation / Runtime Library : "Multi-threaded (/MT)" in all projects
      Note: To avoid dependency on msvc*.dll you can set in C/C++ / Code Generation / Runtime Library : "Multi-threaded (/MT)" in all projects
 
 
      To build dblib.dll under MS Visual C++ 2010 Express for Win64 you must:
      To build dblib.dll under MS Visual C++ 2010 Express for Win64 you must:
-     - download and install Microsoft Windows Software Development Kit 7.1
+     - download and install Microsoft Windows Software Development Kit 7.1 (install before Visual Studio 2010 SP1 !)
+     - if you upgrade to Visual Studio 2010 SP1 then you must install Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1 (http://support.microsoft.com/kb/2519277/en-us)
      - setup FreeTDS project to target 64-bit platform (http://msdn.microsoft.com/en-us/library/9yb4317s.aspx)
      - setup FreeTDS project to target 64-bit platform (http://msdn.microsoft.com/en-us/library/9yb4317s.aspx)
-     - Right-click on project "dblib_dll" and select "Properties".
+     - Right-click on project "dblib" and select "Properties".
        Linker / General / Additional Library Directories add path to "Microsoft SDKs\Windows\v7.1\Lib\x64"
        Linker / General / Additional Library Directories add path to "Microsoft SDKs\Windows\v7.1\Lib\x64"