From: Jim K. <jk...@us...> - 2004-12-05 02:21:13
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15045/developer docs Modified Files: news.txt Log Message: changes for 2004-12-04 Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** news.txt 20 Nov 2004 06:16:18 -0000 1.23 --- news.txt 5 Dec 2004 02:21:04 -0000 1.24 *************** *** 4,7 **** --- 4,17 ---- + *** 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. + + + *** 12:44 20.11.2004 |