From 6b261f1b81f3c6f949bc50f57a6ae8fb6552a592 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Tue, 31 Aug 2010 00:12:20 +0000 Subject: [PATCH] Misc --- doc/README.build.msvc.html | 10 +++++----- src/jrd/RecordSourceNodes.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index ac7edc0507..13cdba4c5f 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -18,7 +18,7 @@ Updated by: Popa Adrian Marius (mapopa at gmail.com)

0.-Introduction

-

There are two VisualStudio builds, msvc8 and msvc9. The msvc8 build is used for the official build of Firebird in win32.

+

There are two VisualStudio builds, msvc8 and msvc9. The msvc8 build is used for the official build of Firebird in Windows.

Under the directory where you put Firebird2 sources you will see the following directories

4.- Building

@@ -104,7 +104,7 @@ with the default options (next , next , next)

4.1.-Standard build

    -
  1. Eliminate the fb2control from firebird2 solution if you are using Visual Studio Express (doesn't support MFC) and it's only the control pannel applet and try to build it , it should give you no errors when you build the solution.
  2. +
  3. Eliminate the fb2control from firebird2 solution if you are using Visual Studio Express (doesn't support MFC) and it's only the control pannel applet and try to build it, it should give you no errors when you build the solution.
  4. Open a command line window.
  5. Go to the builds\win32 directory.
  6. Run the following batches in order (your version of VisualStudio is detected automatically)
  7. diff --git a/src/jrd/RecordSourceNodes.cpp b/src/jrd/RecordSourceNodes.cpp index 5db314407b..e9d91cac50 100644 --- a/src/jrd/RecordSourceNodes.cpp +++ b/src/jrd/RecordSourceNodes.cpp @@ -1253,7 +1253,7 @@ WindowSourceNode* WindowSourceNode::copy(thread_db* tdbb, NodeCopier& copier) *tdbb->getDefaultPool()); newSource->rse = rse->copy(tdbb, copier); - + for (ObjectsArray::iterator inputPartition = partitions.begin(); inputPartition != partitions.end(); ++inputPartition)