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