ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


Building the sample applications with MSVC

The workspace apps\apps.dsw contains all of the sample applications. In order to build all of the applications, follow these steps:

  1. Open the workspace apps\apps.dsw.
  2. Select Build->Batch Build from the menu, and click "Build All". This will build both the Debug and Release versions of the applications.

The executables for each application are found in the Debug and Release folders. Normally one runs the Release version, and by way of example, the executables for the DMA application are located as follows:

Executable file Configuration
apps/dma/debug/dma.exe MSVC Debug version
apps/dma/release/dma.exe MSVC Release version

 


 Top of page