From: Konstantin S. <ks...@us...> - 2004-10-04 12:01:28
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** news.txt 1 Oct 2004 11:52:55 -0000 1.2 --- news.txt 4 Oct 2004 12:00:48 -0000 1.3 *************** *** 4,7 **** --- 4,23 ---- + 19:31 04.10.2004 + + - Top-Level VIs in EXEs: Have 'Run When Opened' property set to True + - LLBs: VIs are directly written to LLBs now (instead of saving VIs to Dirs with further + conversion of Dirs to LLBs). It significantly reduces total time to build LLBs. + - Method of loading VIs and testing for VIs 'are already in memory' condition changed in + order to speed up building. + - Other changes intended to speed up building. + - Non-fatal errors are reported as a warning in an 'error out' cluster. + + An application involving 597 VIs, DLLs, CINs, Help files was successfully built. + The application (EXE) works correctly. Time spent to build was more than 3 times less + than in previous release. + + + 19:36 01.10.2004 |