"Fossies" - the Fresh Open Source Software Archive

Member "mapm_4.9.5a/WINDOWS_DOS/labwindw.cvi" (21 Feb 2010, 1076 Bytes) of package /linux/misc/old/mapm-4.9.5a.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 -----------------------------------------------------------
    3 Build Instructions for National Instrumwents LabWindows CVI
    4 
    5 (This was tested with LabWindows Version 6.0)
    6 -----------------------------------------------------------
    7 
    8 1)  Create a new project (mapm.prj)
    9 
   10 2)  Set this project to create a "STATIC" library.
   11     (goto Build -> Target Type)
   12 
   13 3)  The following files should be part of this project
   14 
   15     m_apm.h
   16     m_apm_lc.h
   17     mapm*.c          <---   38 files as of MAPM Version 4.8
   18 
   19 4)  Build the static library  (mapm.lib)
   20 
   21 
   22 To build the demo programs (for example 'validate')
   23 
   24 5)  Create a new project (validate.prj)
   25 
   26 6)  Set this project to create a RELEASE executable.
   27     (The default is "DEBUG" executable which will work also.)
   28 
   29 7)  Build a console application.
   30     (goto Build -> Target Settings)
   31 
   32 8)  The following files should be part of this project
   33 
   34     m_apm.h
   35     validate.c
   36     mapm.lib         <---   built in step (4) above
   37 
   38 9)  Create the executable   
   39 
   40 10) In a DOS Window, you can now run validate.exe
   41     When complete, should display 'PASS'.
   42