From: Jim K. <jk...@us...> - 2004-12-05 02:26:55
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16188/developer docs Modified Files: news.txt Log Message: changes word wrap for latest news Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** news.txt 5 Dec 2004 02:21:04 -0000 1.24 --- news.txt 5 Dec 2004 02:26:47 -0000 1.25 *************** *** 6,14 **** *** 18:10 04.12.2004 ! - Bug fixed: "New VI Library (proxy).vi" used incorrect case for vi.lib/Utility folder (was "vi.lib/utility"), when building path for dynamic call. ! - Bug fixed: DEAB and DEAB API build files had incorrect case for some file/folder names and weren't using universal file path seperator "/" (was using the windows path seperator "\"). ! - Bug fixed: DEAB Builder was using a string constant for storing relative path information that included path seperators. Always use a path constant (not string constant) since LabVIEW will automatically convert the path seperator to the target platform. --- 6,20 ---- *** 18:10 04.12.2004 ! - Bug fixed: "New VI Library (proxy).vi" used incorrect case for vi.lib/Utility ! folder (was "vi.lib/utility"), when building path for dynamic call. ! - Bug fixed: DEAB and DEAB API build files had incorrect case for some file/folder ! names and weren't using universal file path seperator "/" (was using the windows path ! seperator "\"). ! - Bug fixed: DEAB Builder was using a string constant for storing relative path ! information that included path seperators. Always use a path constant (not string ! constant) since LabVIEW will automatically convert the path seperator to the target ! platform. |