ADM-XRC SDK 2.5.0b1 User Guide (Linux)
© Copyright 2001-2005 Alpha Data


Building the sample applications with MSVC

The workspace apps.dsw,located in the apps/ directory of the SDK, can be opened; this contains all of the sample applications. In order to build all of the applications, select Build->Batch Build from the menu, and place a tick in all checkboxes. Click OK to begin building the applications. Both the Debug and Release versions of the applications will be built. For example, the executables for DMA application will be 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