home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / demo / janbit / cvitour / disk1 / extcode.msc / EXTCODE.ARR next >
Text File  |  1995-11-28  |  16KB  |  1,882 lines

  1. 50228
  2. 3.21
  3. -1 
  4.  2 
  5.  17 
  6.  58 
  7.  0 
  8.  21754 
  9.  640 
  10.  480 
  11.  15 
  12.  15 
  13.  0 
  14.  2460 
  15.  960 
  16.  5340 
  17.  2460 
  18.  0 
  19.  0 
  20.  0 
  21.  0 
  22. BEGIN_TEXT
  23. LabWindows/CVI is an open development system.  You can integrate your own external routines into the LabWindows/CVI development as DLLs, object modules, or libraries.  You simply add the external library files to the Project window to use them within your programs.
  24.  
  25. Pull down on the Edit menu and select Add Files to Project.
  26. !
  27. BEGIN_TEXT
  28.  
  29. !
  30. Integrating External Code with LabWindows/CVI
  31.  0 
  32.  0 
  33.  0 
  34.  0 
  35.  255 
  36.  255 
  37.  255 
  38.  255 
  39.  0 
  40.  0 
  41.  0 
  42.  0 
  43.  0 
  44.  0 
  45.  255 
  46.  255 
  47.  255 
  48.  0 
  49.  
  50.  5 
  51.  
  52.  
  53.  0 
  54.  0 
  55.  
  56.  0 
  57.  0 
  58.  0 
  59.  0 
  60.  0 
  61.  0 
  62.  0 
  63.  0 
  64.  0 
  65.  0 
  66.  0 
  67.  
  68.  0 
  69.  0 
  70.  0 
  71.  0 
  72.  8 
  73.  8 
  74.  
  75. ~~
  76. ~~
  77.  0 
  78.  0 
  79.  0 
  80.  0 
  81.  0 
  82.  3 
  83.  3 
  84.  0 
  85.  3 
  86.  0 
  87. -1 
  88. EXTCODE.AVI
  89.  0 
  90.  
  91.  4 
  92.  3765 
  93.  1470 
  94.  7365 
  95.  2235 
  96.  0 
  97.  0 
  98.  0 
  99.  0 
  100. BEGIN_TEXT
  101. Because LabWindows/CVI is a 32-bit development environment, the libraries, and object modules that you add to your projects must be 32-bit as well.  Under Windows 3.1, you can use libraries and object modules compiled with the WATCOM, Borland, or Symantec 32-bit C compilers within the LabWindows/CVI development environment.
  102.  
  103. Click on the arrow to continue.
  104. !
  105. BEGIN_TEXT
  106.  
  107. !
  108. Integrating Libraries and Object Modules with LabWindows/CVI
  109.  0 
  110.  0 
  111.  0 
  112.  0 
  113.  255 
  114.  255 
  115.  255 
  116.  255 
  117.  0 
  118.  0 
  119.  0 
  120.  0 
  121.  0 
  122.  0 
  123.  255 
  124.  255 
  125.  255 
  126.  0 
  127.  
  128.  5 
  129.  
  130.  
  131.  0 
  132.  0 
  133.  
  134.  0 
  135.  0 
  136.  0 
  137.  0 
  138.  0 
  139.  0 
  140.  0 
  141.  0 
  142.  0 
  143.  0 
  144.  0 
  145.  
  146.  0 
  147.  0 
  148.  0 
  149.  0 
  150.  8 
  151.  8 
  152.  
  153. ~~
  154. ~~
  155.  0 
  156.  0 
  157.  0 
  158.  0 
  159.  0 
  160.  3 
  161.  3 
  162.  0 
  163.  3 
  164.  0 
  165. -1 
  166. EXTCODE.AVI
  167.  0 
  168.  
  169.  5 
  170.  3660 
  171.  900 
  172.  5760 
  173.  3240 
  174.  0 
  175.  0 
  176.  0 
  177.  0 
  178. BEGIN_TEXT
  179. Because DLLs are 16-bit libraries under Windows 3.1, there are conversion issues for integrating DLLs with LabWindows/CVI.  LabWindows/CVI requires "glue" code to call a 16-bit DLL from the 32-bit LabWindows/CVI environment.  For many DLLs, LabWindows/CVI creates this glue code automatically, making DLL integration seamless. For more complex DLLs, you may have to make manual changes to the glue code or the DLL code for it to function properly in LabWindows/CVI.  Under Windows 95 and Windows NT, both 32-bit operating systems, these integration issues will be simplified and in many cases eliminated.
  180.  
  181. Click on the arrow to continue.
  182. !
  183. BEGIN_TEXT
  184.  
  185. !
  186. Integrating DLLs with LabWindows/CVI
  187.  0 
  188.  0 
  189.  0 
  190.  0 
  191.  255 
  192.  255 
  193.  255 
  194.  255 
  195.  0 
  196.  0 
  197.  0 
  198.  0 
  199.  0 
  200.  0 
  201.  255 
  202.  255 
  203.  255 
  204.  0 
  205.  
  206.  5 
  207.  
  208.  
  209.  0 
  210.  0 
  211.  
  212.  0 
  213.  0 
  214.  0 
  215.  0 
  216.  0 
  217.  0 
  218.  0 
  219.  0 
  220.  0 
  221.  0 
  222.  0 
  223.  
  224.  0 
  225.  0 
  226.  0 
  227.  0 
  228.  8 
  229.  8 
  230.  
  231. ~~
  232. ~~
  233.  0 
  234.  0 
  235.  0 
  236.  0 
  237.  0 
  238.  3 
  239.  3 
  240. -1 
  241.  3 
  242.  0 
  243.  0 
  244. EXTCODE.AVI
  245.  0 
  246.  
  247.  7 
  248.  3660 
  249.  900 
  250.  6000 
  251.  2415 
  252.  0 
  253.  0 
  254.  0 
  255.  0 
  256. BEGIN_TEXT
  257. You can build function panels for any external C libraries that you want to use in the LabWindows/CVI environment.  With function panels, you can generate code, supply online help, and provide an interactive method for experimenting with the functions. 
  258.  
  259. Select the mylib.fp file and click on the OK button to load a sample external library.
  260. !
  261. BEGIN_TEXT
  262.  
  263. !
  264. Integrating DLLs with LabWindows/CVI
  265.  0 
  266.  0 
  267.  0 
  268.  0 
  269.  255 
  270.  255 
  271.  255 
  272.  255 
  273.  0 
  274.  0 
  275.  0 
  276.  0 
  277.  0 
  278.  0 
  279.  255 
  280.  255 
  281.  255 
  282.  0 
  283.  
  284.  5 
  285.  
  286.  
  287.  0 
  288.  0 
  289.  
  290.  0 
  291.  0 
  292.  0 
  293.  0 
  294.  0 
  295.  0 
  296.  0 
  297.  0 
  298.  0 
  299.  0 
  300.  0 
  301.  
  302.  0 
  303.  0 
  304.  0 
  305.  0 
  306.  8 
  307.  8 
  308.  
  309. ~~
  310. ~~
  311.  0 
  312.  0 
  313.  0 
  314.  0 
  315.  0 
  316.  3 
  317.  3 
  318.  0 
  319.  3 
  320.  0 
  321. -1 
  322. EXTCODE.AVI
  323.  0 
  324.  
  325.  11 
  326.  3660 
  327.  900 
  328.  5955 
  329.  1380 
  330.  0 
  331.  0 
  332.  0 
  333.  0 
  334. BEGIN_TEXT
  335. Pull down on the Instrument menu and select My Library.
  336. !
  337. BEGIN_TEXT
  338.  
  339. !
  340. Integrating DLLs with LabWindows/CVI
  341.  0 
  342.  0 
  343.  0 
  344.  0 
  345.  255 
  346.  255 
  347.  255 
  348.  255 
  349.  0 
  350.  0 
  351.  0 
  352.  0 
  353.  0 
  354.  0 
  355.  255 
  356.  255 
  357.  255 
  358.  0 
  359.  
  360.  5 
  361.  
  362.  
  363.  0 
  364.  0 
  365.  
  366.  0 
  367.  0 
  368.  0 
  369.  0 
  370.  0 
  371.  0 
  372.  0 
  373.  0 
  374.  0 
  375.  0 
  376.  0 
  377.  
  378.  0 
  379.  0 
  380.  0 
  381.  0 
  382.  8 
  383.  8 
  384.  
  385. ~~
  386. ~~
  387.  0 
  388.  0 
  389.  0 
  390.  0 
  391.  0 
  392.  3 
  393.  3 
  394.  0 
  395.  3 
  396.  0 
  397. -1 
  398. EXTCODE.AVI
  399.  0 
  400.  
  401.  15 
  402.  3660 
  403.  900 
  404.  4815 
  405.  2430 
  406.  0 
  407.  0 
  408.  0 
  409.  0 
  410. BEGIN_TEXT
  411. As with any other library or instrument driver in LabWindows/CVI, you can build a hierarchical function tree to maneuver through the library and find the appropriate functions.
  412.  
  413. Click on the Select button to view the function panel for My External Function 1.
  414. !
  415. BEGIN_TEXT
  416.  
  417. !
  418. Integrating DLLs with LabWindows/CVI
  419.  0 
  420.  0 
  421.  0 
  422.  0 
  423.  255 
  424.  255 
  425.  255 
  426.  255 
  427.  0 
  428.  0 
  429.  0 
  430.  0 
  431.  0 
  432.  0 
  433.  255 
  434.  255 
  435.  255 
  436.  0 
  437.  
  438.  5 
  439.  
  440.  
  441.  0 
  442.  0 
  443.  
  444.  0 
  445.  0 
  446.  0 
  447.  0 
  448.  0 
  449.  0 
  450.  0 
  451.  0 
  452.  0 
  453.  0 
  454.  0 
  455.  
  456.  0 
  457.  0 
  458.  0 
  459.  0 
  460.  8 
  461.  8 
  462.  
  463. ~~
  464. ~~
  465.  0 
  466.  0 
  467.  0 
  468.  0 
  469.  0 
  470.  3 
  471.  3 
  472.  0 
  473.  3 
  474.  0 
  475. -1 
  476. EXTCODE.AVI
  477.  0 
  478.  
  479.  17 
  480.  4335 
  481.  2160 
  482.  5955 
  483.  2625 
  484.  0 
  485.  0 
  486.  0 
  487.  0 
  488. BEGIN_TEXT
  489. For each function, you can automatically generate function calls, display online help, and execute the function interactively from this function panel.  The function panel interface has proven to be a very effective mechanism for our customers to access C libraries and automatically generate code.  Many of the add-on toolkits developed by National Instruments and other Alliance members for LabWindows/CVI are delivered with a function panel interface.
  490.  
  491. Click on the arrow button to continue.
  492. !
  493. BEGIN_TEXT
  494.  
  495. !
  496. Integrating DLLs with LabWindows/CVI
  497.  0 
  498.  0 
  499.  0 
  500.  0 
  501.  255 
  502.  255 
  503.  255 
  504.  255 
  505.  0 
  506.  0 
  507.  0 
  508.  0 
  509.  0 
  510.  0 
  511.  255 
  512.  255 
  513.  255 
  514.  0 
  515.  
  516.  5 
  517.  
  518.  
  519.  0 
  520.  0 
  521.  
  522.  0 
  523.  0 
  524.  0 
  525.  0 
  526.  0 
  527.  0 
  528.  0 
  529.  0 
  530.  0 
  531.  0 
  532.  0 
  533.  
  534.  0 
  535.  0 
  536.  0 
  537.  0 
  538.  8 
  539.  8 
  540.  
  541. ~~
  542. ~~
  543. -1 
  544.  0 
  545.  0 
  546.  0 
  547.  0 
  548.  3 
  549.  3 
  550. -1 
  551.  3 
  552.  0 
  553.  0 
  554. EXTCODE.AVI
  555.  1 
  556. WORKSHOP.AVI
  557.  0 
  558.  3255 
  559.  3870 
  560.  5355 
  561.  3780 
  562.  0 
  563.  0 
  564.  0 
  565.  0 
  566. BEGIN_TEXT
  567. In addition to adding external DLLs or libraries to LabWindows/CVI, you can also easily integrate external applications or programs with your LabWindows/CVI projects.  Using the DDE or TCP libraries, you can send data or commands to many different applications locally or across a network.  In addition, LabWindows/CVI has built-in functions for launching external executables, help files, or utilities directly from your programs.
  568.  
  569. In this example, an external help file, graphics editor, and text editor have been integrated to extend the functionality of the application.  The program is a simplified GPIB design tool.
  570.  
  571. Pull-down the Help menu and select Overview to view some general information about the program.
  572. !
  573. BEGIN_TEXT
  574.  
  575. !
  576. Interapplication Communication Example
  577.  0 
  578.  0 
  579.  0 
  580.  0 
  581.  255 
  582.  255 
  583.  255 
  584.  255 
  585.  0 
  586.  0 
  587.  0 
  588.  0 
  589.  0 
  590.  0 
  591.  255 
  592.  255 
  593.  255 
  594.  0 
  595.  
  596.  5 
  597.  
  598.  
  599.  0 
  600.  0 
  601.  
  602.  0 
  603.  0 
  604.  0 
  605.  0 
  606.  0 
  607.  0 
  608.  0 
  609.  0 
  610.  0 
  611.  0 
  612.  0 
  613.  
  614.  0 
  615.  0 
  616.  0 
  617.  0 
  618.  8 
  619.  8 
  620.  
  621. ~~
  622. ~~
  623.  0 
  624.  0 
  625.  0 
  626.  0 
  627.  0 
  628.  3 
  629.  3 
  630.  0 
  631.  3 
  632.  0 
  633. -1 
  634. WORKSHOP.AVI
  635.  0 
  636.  
  637.  4 
  638.  2940 
  639.  270 
  640.  5325 
  641.  1950 
  642.  0 
  643.  0 
  644.  0 
  645.  0 
  646. BEGIN_TEXT
  647. Notice that a Windows Help file is automatically displayed.  With LabWindows/CVI, it is very easy for you to integrate help files to document your programs.
  648.  
  649. Click on the arrow button to continue.
  650. !
  651. BEGIN_TEXT
  652.  
  653. !
  654. Interapplication Communication Example
  655.  0 
  656.  0 
  657.  0 
  658.  0 
  659.  255 
  660.  255 
  661.  255 
  662.  255 
  663.  0 
  664.  0 
  665.  0 
  666.  0 
  667.  0 
  668.  0 
  669.  255 
  670.  255 
  671.  255 
  672.  0 
  673.  
  674.  5 
  675.  
  676.  
  677.  0 
  678.  0 
  679.  
  680.  0 
  681.  0 
  682.  0 
  683.  0 
  684.  0 
  685.  0 
  686.  0 
  687.  0 
  688.  0 
  689.  0 
  690.  0 
  691.  
  692.  0 
  693.  0 
  694.  0 
  695.  0 
  696.  8 
  697.  8 
  698.  
  699. ~~
  700. ~~
  701.  0 
  702.  0 
  703.  0 
  704.  0 
  705.  0 
  706.  3 
  707.  3 
  708. -1 
  709.  3 
  710.  0 
  711.  0 
  712. WORKSHOP.AVI
  713.  0 
  714.  
  715.  6 
  716.  5595 
  717.  4215 
  718.  5280 
  719.  1425 
  720.  0 
  721.  0 
  722.  0 
  723.  0 
  724. BEGIN_TEXT
  725. Double-click anywhere on the GPIB board image to launch a graphics editor for making changes to the image.
  726. !
  727. BEGIN_TEXT
  728.  
  729. !
  730. Editing the Board Image
  731.  0 
  732.  0 
  733.  0 
  734.  0 
  735.  255 
  736.  255 
  737.  255 
  738.  255 
  739.  0 
  740.  0 
  741.  0 
  742.  0 
  743.  0 
  744.  0 
  745.  255 
  746.  255 
  747.  255 
  748.  0 
  749.  
  750.  5 
  751.  
  752.  
  753.  0 
  754.  0 
  755.  
  756.  0 
  757.  0 
  758.  0 
  759.  0 
  760.  0 
  761.  0 
  762.  0 
  763.  0 
  764.  0 
  765.  0 
  766.  0 
  767.  
  768.  0 
  769.  0 
  770.  0 
  771.  0 
  772.  8 
  773.  8 
  774.  
  775. ~~
  776. ~~
  777.  0 
  778.  0 
  779.  0 
  780.  0 
  781.  0 
  782.  3 
  783.  3 
  784.  0 
  785.  3 
  786.  0 
  787. -1 
  788. WORKSHOP.AVI
  789.  0 
  790.  
  791.  8 
  792.  5025 
  793.  480 
  794.  6405 
  795.  2205 
  796.  0 
  797.  0 
  798.  0 
  799.  0 
  800. BEGIN_TEXT
  801. Notice that the Windows Paint program is automatically launched with the GPIB board image file automatically loaded.  Now you can edit the image.
  802.  
  803. Click on the arrow button to edit the image.  The GPIB board will be redesigned using the new National Instruments TNT4882 GPIB controller chip!
  804. !
  805. BEGIN_TEXT
  806.  
  807. !
  808. Editing the Board Image
  809.  0 
  810.  0 
  811.  0 
  812.  0 
  813.  255 
  814.  255 
  815.  255 
  816.  255 
  817.  0 
  818.  0 
  819.  0 
  820.  0 
  821.  0 
  822.  0 
  823.  255 
  824.  255 
  825.  255 
  826.  0 
  827.  
  828.  5 
  829.  
  830.  
  831.  0 
  832.  0 
  833.  
  834.  0 
  835.  0 
  836.  0 
  837.  0 
  838.  0 
  839.  0 
  840.  0 
  841.  0 
  842.  0 
  843.  0 
  844.  0 
  845.  
  846.  0 
  847.  0 
  848.  0 
  849.  0 
  850.  8 
  851.  8 
  852.  
  853. ~~
  854. ~~
  855.  0 
  856.  0 
  857.  0 
  858.  0 
  859.  0 
  860.  3 
  861.  3 
  862. -1 
  863.  3 
  864.  0 
  865.  0 
  866. WORKSHOP.AVI
  867.  0 
  868.  
  869.  25 
  870.  4515 
  871.  855 
  872.  6405 
  873.  2205 
  874.  0 
  875.  0 
  876.  0 
  877.  0 
  878. BEGIN_TEXT
  879. Now you can save the new image, and the LabWindows/CVI application will automatically update.
  880.  
  881. Pull-down the File menu and select Save to return to the LabWindows/CVI application.
  882. !
  883. BEGIN_TEXT
  884.  
  885. !
  886. Editing the Board Image
  887.  0 
  888.  0 
  889.  0 
  890.  0 
  891.  255 
  892.  255 
  893.  255 
  894.  255 
  895.  0 
  896.  0 
  897.  0 
  898.  0 
  899.  0 
  900.  0 
  901.  255 
  902.  255 
  903.  255 
  904.  0 
  905.  
  906.  5 
  907.  
  908.  
  909.  0 
  910.  0 
  911.  
  912.  0 
  913.  0 
  914.  0 
  915.  0 
  916.  0 
  917.  0 
  918.  0 
  919.  0 
  920.  0 
  921.  0 
  922.  0 
  923.  
  924.  0 
  925.  0 
  926.  0 
  927.  0 
  928.  8 
  929.  8 
  930.  
  931. ~~
  932. ~~
  933.  0 
  934.  0 
  935.  0 
  936.  0 
  937.  0 
  938.  3 
  939.  3 
  940.  0 
  941.  3 
  942.  0 
  943. -1 
  944. WORKSHOP.AVI
  945.  0 
  946.  
  947.  29 
  948.  1350 
  949.  3165 
  950.  6405 
  951.  2205 
  952.  0 
  953.  0 
  954.  0 
  955.  0 
  956. BEGIN_TEXT
  957. This application has built-in context-sensitive help. If you are unsure as to the meaning of any of the controls on the user interface, you can right-click to view help information about the particular control.
  958.  
  959. Right-Click on the Documentation Changes button to learn more about this control.
  960. !
  961. BEGIN_TEXT
  962.  
  963. !
  964. Making Documentation Changes
  965.  0 
  966.  0 
  967.  0 
  968.  0 
  969.  255 
  970.  255 
  971.  255 
  972.  255 
  973.  0 
  974.  0 
  975.  0 
  976.  0 
  977.  0 
  978.  0 
  979.  255 
  980.  255 
  981.  255 
  982.  0 
  983.  
  984.  5 
  985.  
  986.  
  987.  0 
  988.  0 
  989.  
  990.  0 
  991.  0 
  992.  0 
  993.  0 
  994.  0 
  995.  0 
  996.  0 
  997.  0 
  998.  0 
  999.  0 
  1000.  0 
  1001.  
  1002.  0 
  1003.  0 
  1004.  0 
  1005.  0 
  1006.  8 
  1007.  8 
  1008.  
  1009. ~~
  1010. ~~
  1011.  0 
  1012.  0 
  1013.  0 
  1014.  0 
  1015.  0 
  1016.  3 
  1017.  3 
  1018.  0 
  1019.  3 
  1020.  0 
  1021. -1 
  1022. WORKSHOP.AVI
  1023.  0 
  1024.  
  1025.  31 
  1026.  4440 
  1027.  2220 
  1028.  6405 
  1029.  2205 
  1030.  0 
  1031.  0 
  1032.  0 
  1033.  0 
  1034. BEGIN_TEXT
  1035. Again, the Windows Help file is automatically launched.  However, this time the Help file is opened to the screen describing the Documentation Changes button.
  1036.  
  1037. Click on the arrow button to continue.
  1038. !
  1039. BEGIN_TEXT
  1040.  
  1041. !
  1042. Making Documentation Changes
  1043.  0 
  1044.  0 
  1045.  0 
  1046.  0 
  1047.  255 
  1048.  255 
  1049.  255 
  1050.  255 
  1051.  0 
  1052.  0 
  1053.  0 
  1054.  0 
  1055.  0 
  1056.  0 
  1057.  255 
  1058.  255 
  1059.  255 
  1060.  0 
  1061.  
  1062.  5 
  1063.  
  1064.  
  1065.  0 
  1066.  0 
  1067.  
  1068.  0 
  1069.  0 
  1070.  0 
  1071.  0 
  1072.  0 
  1073.  0 
  1074.  0 
  1075.  0 
  1076.  0 
  1077.  0 
  1078.  0 
  1079.  
  1080.  0 
  1081.  0 
  1082.  0 
  1083.  0 
  1084.  8 
  1085.  8 
  1086.  
  1087. ~~
  1088. ~~
  1089.  0 
  1090.  0 
  1091.  0 
  1092.  0 
  1093.  0 
  1094.  3 
  1095.  3 
  1096. -1 
  1097.  3 
  1098.  0 
  1099.  0 
  1100. WORKSHOP.AVI
  1101.  0 
  1102.  
  1103.  33 
  1104.  2535 
  1105.  3060 
  1106.  6390 
  1107.  1515 
  1108.  0 
  1109.  0 
  1110.  0 
  1111.  0 
  1112. BEGIN_TEXT
  1113. Left-click on the Documentation Changes button to launch a simple text editor for tracking design changes for the GPIB board.
  1114. !
  1115. BEGIN_TEXT
  1116.  
  1117. !
  1118. Making Documentation Changes
  1119.  0 
  1120.  0 
  1121.  0 
  1122.  0 
  1123.  255 
  1124.  255 
  1125.  255 
  1126.  255 
  1127.  0 
  1128.  0 
  1129.  0 
  1130.  0 
  1131.  0 
  1132.  0 
  1133.  255 
  1134.  255 
  1135.  255 
  1136.  0 
  1137.  
  1138.  5 
  1139.  
  1140.  
  1141.  0 
  1142.  0 
  1143.  
  1144.  0 
  1145.  0 
  1146.  0 
  1147.  0 
  1148.  0 
  1149.  0 
  1150.  0 
  1151.  0 
  1152.  0 
  1153.  0 
  1154.  0 
  1155.  
  1156.  0 
  1157.  0 
  1158.  0 
  1159.  0 
  1160.  8 
  1161.  8 
  1162.  
  1163. ~~
  1164. ~~
  1165.  0 
  1166.  0 
  1167.  0 
  1168.  0 
  1169.  0 
  1170.  3 
  1171.  3 
  1172.  0 
  1173.  3 
  1174.  0 
  1175. -1 
  1176. WORKSHOP.AVI
  1177.  0 
  1178.  
  1179.  35 
  1180.  5205 
  1181.  2535 
  1182.  6390 
  1183.  1515 
  1184.  0 
  1185.  0 
  1186.  0 
  1187.  0 
  1188. BEGIN_TEXT
  1189. The program has automatically launched Windows NotePad for making documentation notes on the GPIB board design. 
  1190.  
  1191. Click on the arrow button to continue. 
  1192. !
  1193. BEGIN_TEXT
  1194.  
  1195. !
  1196. Making Documentation Changes
  1197.  0 
  1198.  0 
  1199.  0 
  1200.  0 
  1201.  255 
  1202.  255 
  1203.  255 
  1204.  255 
  1205.  0 
  1206.  0 
  1207.  0 
  1208.  0 
  1209.  0 
  1210.  0 
  1211.  255 
  1212.  255 
  1213.  255 
  1214.  0 
  1215.  
  1216.  5 
  1217.  
  1218.  
  1219.  0 
  1220.  0 
  1221.  
  1222.  0 
  1223.  0 
  1224.  0 
  1225.  0 
  1226.  0 
  1227.  0 
  1228.  0 
  1229.  0 
  1230.  0 
  1231.  0 
  1232.  0 
  1233.  
  1234.  0 
  1235.  0 
  1236.  0 
  1237.  0 
  1238.  8 
  1239.  8 
  1240.  
  1241. ~~
  1242. ~~
  1243.  0 
  1244.  0 
  1245.  0 
  1246.  0 
  1247.  0 
  1248.  3 
  1249.  3 
  1250.  0 
  1251.  3 
  1252.  0 
  1253. -1 
  1254. WORKSHOP.AVI
  1255.  0 
  1256.  
  1257.  37 
  1258.  165 
  1259.  240 
  1260.  6420 
  1261.  2145 
  1262.  0 
  1263.  0 
  1264.  0 
  1265.  0 
  1266. BEGIN_TEXT
  1267. This application is a simple example of how you can integrate external utilities to your LabWindows/CVI programs to greatly extend their functionality.  Using some very simple functions for launching executables and help files, this program now has a built-in image editor, text editor, and context-sensitive help information.
  1268.  
  1269. Click on the Quit button to end this module.
  1270. !
  1271. BEGIN_TEXT
  1272.  
  1273. !
  1274. Overview
  1275.  0 
  1276.  0 
  1277.  0 
  1278.  0 
  1279.  255 
  1280.  255 
  1281.  255 
  1282.  255 
  1283.  0 
  1284.  0 
  1285.  0 
  1286.  0 
  1287.  0 
  1288.  0 
  1289.  255 
  1290.  255 
  1291.  255 
  1292.  0 
  1293.  
  1294.  5 
  1295.  
  1296.  
  1297.  0 
  1298.  0 
  1299.  
  1300.  0 
  1301.  0 
  1302.  0 
  1303.  0 
  1304.  0 
  1305.  0 
  1306.  0 
  1307.  0 
  1308.  0 
  1309.  0 
  1310.  0 
  1311.  
  1312.  0 
  1313.  0 
  1314.  0 
  1315.  0 
  1316.  8 
  1317.  8 
  1318.  
  1319. ~~
  1320. ~~
  1321.  0 
  1322.  0 
  1323.  0 
  1324.  0 
  1325.  0 
  1326.  3 
  1327.  3 
  1328.  0 
  1329.  3 
  1330.  0 
  1331. -1 
  1332. WORKSHOP.AVI
  1333.  1 
  1334.  
  1335.  12 
  1336.  66 
  1337.  74 
  1338.  66 
  1339.  74 
  1340.  94 
  1341.  92 
  1342.  94 
  1343.  92 
  1344. -1 
  1345.  0 
  1346. -1 
  1347.  0 
  1348.  347 
  1349.  207 
  1350.  52 
  1351.  187 
  1352.  52 
  1353.  187 
  1354.  548 
  1355.  93 
  1356.  548 
  1357.  93 
  1358.  247 
  1359.  75 
  1360.  248 
  1361.  75 
  1362.  293 
  1363.  93 
  1364.  293 
  1365.  93 
  1366.  555 
  1367.  190 
  1368.  555 
  1369.  189 
  1370.  17 
  1371.  14 
  1372.  18 
  1373.  14 
  1374.  134 
  1375.  97 
  1376.  134 
  1377.  99 
  1378.  134 
  1379.  100 
  1380.  134 
  1381.  99 
  1382.  312 
  1383.  19 
  1384.  310 
  1385.  19 
  1386.  277 
  1387.  219 
  1388.  276 
  1389.  218 
  1390.  178 
  1391.  190 
  1392.  191 
  1393.  189 
  1394.  198 
  1395.  183 
  1396.  502 
  1397.  373 
  1398.  189 
  1399.  161 
  1400.  201 
  1401.  201 
  1402.  198 
  1403.  163 
  1404.  216 
  1405.  282 
  1406.  220 
  1407.  272 
  1408.  220 
  1409.  272 
  1410.  362 
  1411.  396 
  1412.  361 
  1413.  395 
  1414.  147 
  1415.  244 
  1416.  164 
  1417.  243 
  1418.  216 
  1419.  238 
  1420.  236 
  1421.  248 
  1422.  345 
  1423.  255 
  1424.  150 
  1425.  162 
  1426.  150 
  1427.  162 
  1428.  166 
  1429.  220 
  1430.  147 
  1431.  149 
  1432.  245 
  1433.  400 
  1434.  245 
  1435.  399 
  1436.  307 
  1437.  20 
  1438.  306 
  1439.  20 
  1440.  223 
  1441.  393 
  1442.  207 
  1443.  408 
  1444.  166 
  1445.  163 
  1446.  166 
  1447.  163 
  1448.  391 
  1449.  404 
  1450.  390 
  1451.  403 
  1452. EXTCODE.AVI
  1453.  18 
  1454.  0 
  1455.  0 
  1456.  641 
  1457.  481 
  1458. WORKSHOP.AVI
  1459.  38 
  1460.  0 
  1461.  0 
  1462.  641 
  1463.  481 
  1464.  0 
  1465.  1 
  1466.  1 
  1467.  45 
  1468.  56 
  1469.  85 
  1470.  90 
  1471.  0 
  1472.  1 
  1473.  2 
  1474.  45 
  1475.  56 
  1476.  85 
  1477.  90 
  1478.  0 
  1479.  1 
  1480.  1 
  1481.  50 
  1482.  85 
  1483.  303 
  1484.  107 
  1485.  0 
  1486.  1 
  1487.  2 
  1488. -33 
  1489.  80 
  1490.  219 
  1491.  102 
  1492.  0 
  1493.  2 
  1494.  0 
  1495.  40 
  1496. Down
  1497.  0 
  1498.  2 
  1499.  0 
  1500.  38 
  1501. Up
  1502.  0 
  1503.  1 
  1504.  2 
  1505.  220 
  1506.  195 
  1507.  472 
  1508.  217 
  1509.  0 
  1510.  1 
  1511.  1 
  1512.  26 
  1513.  176 
  1514.  204 
  1515.  199 
  1516.  0 
  1517.  1 
  1518.  2 
  1519. -38 
  1520.  174 
  1521.  140 
  1522.  198 
  1523.  0 
  1524.  1 
  1525.  1 
  1526.  509 
  1527.  86 
  1528.  605 
  1529.  105 
  1530.  0 
  1531.  1 
  1532.  2 
  1533.  499 
  1534.  82 
  1535.  595 
  1536.  102 
  1537.  0 
  1538.  1 
  1539.  1 
  1540.  198 
  1541.  64 
  1542.  294 
  1543.  84 
  1544.  0 
  1545.  1 
  1546.  2 
  1547.  199 
  1548.  64 
  1549.  295 
  1550.  84 
  1551.  0 
  1552.  1 
  1553.  1 
  1554.  204 
  1555.  85 
  1556.  352 
  1557.  106 
  1558.  0 
  1559.  1 
  1560.  2 
  1561.  218 
  1562.  82 
  1563.  366 
  1564.  102 
  1565.  0 
  1566.  1 
  1567.  1 
  1568.  513 
  1569.  179 
  1570.  599 
  1571.  198 
  1572.  0 
  1573.  1 
  1574.  2 
  1575.  511 
  1576.  178 
  1577.  597 
  1578.  198 
  1579.  0 
  1580.  1 
  1581.  1 
  1582. -27 
  1583.  3 
  1584.  59 
  1585.  23 
  1586.  0 
  1587.  1 
  1588.  2 
  1589. -26 
  1590.  3 
  1591.  60 
  1592.  23 
  1593.  0 
  1594.  1 
  1595.  1 
  1596.  108 
  1597.  70 
  1598.  157 
  1599.  92 
  1600.  0 
  1601.  1 
  1602.  2 
  1603.  109 
  1604.  87 
  1605.  157 
  1606.  109 
  1607.  0 
  1608.  1 
  1609.  1 
  1610.  112 
  1611.  88 
  1612.  247 
  1613.  111 
  1614.  0 
  1615.  1 
  1616.  2 
  1617.  65 
  1618.  86 
  1619.  201 
  1620.  110 
  1621.  0 
  1622.  1 
  1623.  1 
  1624.  243 
  1625.  6 
  1626.  379 
  1627.  30 
  1628.  0 
  1629.  1 
  1630.  2 
  1631.  241 
  1632.  6 
  1633.  377 
  1634.  30 
  1635.  0 
  1636.  1 
  1637.  9 
  1638.  129 
  1639.  129 
  1640.  518 
  1641.  387 
  1642.  0 
  1643.  1 
  1644.  2 
  1645.  81 
  1646.  88 
  1647.  469 
  1648.  346 
  1649.  0 
  1650.  1 
  1651.  1 
  1652. -17 
  1653.  60 
  1654.  371 
  1655.  318 
  1656.  0 
  1657.  1 
  1658.  2 
  1659. -4 
  1660.  59 
  1661.  384 
  1662.  317 
  1663.  0 
  1664.  1 
  1665.  1 
  1666.  3 
  1667.  53 
  1668.  391 
  1669.  311 
  1670.  0 
  1671.  1 
  1672.  2 
  1673.  307 
  1674.  243 
  1675.  695 
  1676.  501 
  1677.  0 
  1678.  1 
  1679.  1 
  1680. -6 
  1681.  31 
  1682.  382 
  1683.  289 
  1684.  0 
  1685.  1 
  1686.  2 
  1687.  6 
  1688.  71 
  1689.  394 
  1690.  329 
  1691.  0 
  1692.  1 
  1693.  1 
  1694.  3 
  1695.  33 
  1696.  391 
  1697.  291 
  1698.  0 
  1699.  1 
  1700.  2 
  1701.  21 
  1702.  152 
  1703.  409 
  1704.  410 
  1705.  0 
  1706.  1 
  1707.  1 
  1708.  25 
  1709.  142 
  1710.  413 
  1711.  400 
  1712.  0 
  1713.  1 
  1714.  2 
  1715.  25 
  1716.  142 
  1717.  413 
  1718.  400 
  1719.  0 
  1720.  1 
  1721.  1 
  1722.  167 
  1723.  266 
  1724.  555 
  1725.  524 
  1726.  0 
  1727.  1 
  1728.  2 
  1729.  166 
  1730.  265 
  1731.  554 
  1732.  523 
  1733.  0 
  1734.  1 
  1735.  1 
  1736. -48 
  1737.  114 
  1738.  340 
  1739.  372 
  1740.  0 
  1741.  1 
  1742.  2 
  1743. -31 
  1744.  113 
  1745.  357 
  1746.  371 
  1747.  0 
  1748.  1 
  1749.  1 
  1750.  21 
  1751.  108 
  1752.  409 
  1753.  366 
  1754.  0 
  1755.  1 
  1756.  2 
  1757.  41 
  1758.  118 
  1759.  429 
  1760.  376 
  1761.  0 
  1762.  1 
  1763.  1 
  1764.  150 
  1765.  125 
  1766.  538 
  1767.  383 
  1768.  0 
  1769.  1 
  1770.  1 
  1771.  137 
  1772.  154 
  1773.  176 
  1774.  174 
  1775.  0 
  1776.  1 
  1777.  2 
  1778.  129 
  1779.  151 
  1780.  169 
  1781.  171 
  1782.  0 
  1783.  1 
  1784.  1 
  1785.  138 
  1786.  211 
  1787.  300 
  1788.  230 
  1789.  0 
  1790.  1 
  1791.  2 
  1792.  137 
  1793.  209 
  1794.  298 
  1795.  229 
  1796.  0 
  1797.  1 
  1798.  3 
  1799.  139 
  1800.  388 
  1801.  284 
  1802.  411 
  1803.  0 
  1804.  1 
  1805.  4 
  1806.  172 
  1807.  386 
  1808.  316 
  1809.  410 
  1810.  0 
  1811.  1 
  1812.  1 
  1813.  234 
  1814.  7 
  1815.  378 
  1816.  31 
  1817.  0 
  1818.  1 
  1819.  2 
  1820.  233 
  1821.  7 
  1822.  377 
  1823.  31 
  1824.  0 
  1825.  1 
  1826.  1 
  1827.  140 
  1828.  392 
  1829.  285 
  1830.  411 
  1831.  0 
  1832.  1 
  1833.  2 
  1834.  134 
  1835.  397 
  1836.  278 
  1837.  417 
  1838.  0 
  1839.  1 
  1840.  1 
  1841.  93 
  1842.  152 
  1843.  237 
  1844.  172 
  1845.  0 
  1846.  1 
  1847.  2 
  1848.  93 
  1849.  152 
  1850.  237 
  1851.  172 
  1852.  0 
  1853.  1 
  1854.  1 
  1855.  373 
  1856.  390 
  1857.  414 
  1858.  411 
  1859.  0 
  1860.  1 
  1861.  2 
  1862.  369 
  1863.  392 
  1864.  409 
  1865.  412 
  1866. -2 
  1867.  2 
  1868.  1 
  1869. SYSTEM
  1870.  10 
  1871.  0 
  1872.  0 
  1873.  0 
  1874.  0 
  1875.  1 
  1876. SYSTEM
  1877.  10 
  1878.  0 
  1879.  0 
  1880.  0 
  1881.  0 
  1882.