The output directory of all projects is

../../Release
or
../../Debug

depending on the compiler setting.

Note that you must copy the dynapdf.dll into the output directory
or better into a Windows search path, e.g. %WINDOWS%/System32 or
%WINDOWS%/System if you want to use the 64 bit version.

The .Net examples can be easily compiled in 64 bit mode as follows:

- Open the workspace examples.sln with VS 2005 or higher and convert
  the workspace.

- Add a new x64 configuration in the configuration manager.

- The output file path is changed in the new 64 bit workspaces that
  causes that the examples files cannot be found. Just change the file
  paths in the demo projects which try to load files from the
  /examples/test_files directory.

- Copy the 64 bit version of DynaPDF into the %WINDOWS%/System
  directory or copy the DLL into the output directory.

- Compile the project, finished!
