From: Jim K. <ji...@ji...> - 2003-11-11 21:34:05
|
And now it's been rev'ed to v0.3 <http://www.openg.org/tiki/tiki-index.php?page=OpenG+Toolkit%3A+Downloads> I promise that I have actually tested it in LV70 this time ;-) -Jim > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] > On Behalf Of Jim Kring > Sent: Tuesday, November 11, 2003 11:25 AM > To: ope...@li... > Subject: RE: Relinking Projects to OGTK-2.x > > > I have just rev'ed ogrsc_relink_project_to_ogtk_2 to v0.2. > Ed found a bug caused by the fact that I didn't build vi.lib > into the utility and this was causing the same problem it was > trying to solve (the utility was linking to "Simple Error > Handler.vi" which uses "Trim Whitespace.vi" in LV70). > > <http://www.openg.org/tiki/tiki-index.php?page=OpenG+Toolkit%3 > A+Downloads> > > -Jim > > > -----Original Message----- > > From: ope...@li... > > [mailto:ope...@li...] > > On Behalf Of Jim Kring > > Sent: Tuesday, November 11, 2003 8:42 AM > > To: ope...@li... > > Subject: Relinking Projects to OGTK-2.x > > > > > > Hello All, > > > > As you may know, the OpenG Toolkit 2.0 has some changes. > > > > (1) OpenG Toolkit VIs are now installed beneath > > <./user.lib/_OpenG.lib/>. > > > > (2) The OGTK library packages are integrated into the > > palettes by installing the libraries' .mnu files beneath the > > "Dynamic Palette View" directory <./user.lib/_dynamicpalette_dirs/>. > > > > (3) OpenG Toolkit VIs now have a suffix and are named like > > "*__ogtk.vi". This avoids name collisions with new LV70 > > vi.lib VIs such as "Trim Whitespace.vi" and "Get Tag.vi". > > > > #3 introduces the problem that projects, which are linked to > > OGTK-1.x, will need to be relinked to OGTK-2.x (because the > > Toolkit VI names have changed). For this, I have created a > > tool called "Relink Project to OGTK-2.x" > > (ogrsc_relink_project_to_ogtk_2 package). This tool performs > > the following > > actions: > > > > 1 - Creates a temporary copy of OGTK 2.x in a temp dir > > 2 - Removes the __ogtk suffix from the OGTK 2.x in the temp > > dir 3 - Loads the OGTK 2.x in the temp dir into memory 4 - > > Opens your project source files into memory 5 - Restores the > > __ogtk suffix to the OGTK 2.x in the temp dir 6 - Saves > > project source files 7 - Unloads all files from memory 8 - > > Deletes OGTK 2.x in the temp dir 9 - Loads the OGTK 2.x into > > memory 10 - Opens your project source files into memory 11 - > > Saves project source files > > > > There is a link for downloading this tool on the "OpenG > > Toolkit: Downloads" page... > > > <http://openg.org/tiki/tiki-index.php?page=OpenG+Toolkit%3A+Downloads> > > Please back up your project source files, before running this > utility :-) > > -Jim > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, > and more! http://www.apachecon.com/ > _______________________________________________ > OpenGToolkit-Developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opengtoolkit-developers > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, > and more! http://www.apachecon.com/ > _______________________________________________ > OpenGToolkit-Developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opengtoolkit-developers > |