From: <lab...@us...> - 2010-06-16 23:32:09
|
Revision: 1052 http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=1052&view=rev Author: labviewer Date: 2010-06-16 23:32:03 +0000 (Wed, 16 Jun 2010) Log Message: ----------- modifications for 64 bit support Modified Paths: -------------- trunk/lvzip/c_source/Makefile.x64 trunk/lvzip/source/readme.txt Modified: trunk/lvzip/c_source/Makefile.x64 =================================================================== --- trunk/lvzip/c_source/Makefile.x64 2010-06-16 20:56:45 UTC (rev 1051) +++ trunk/lvzip/c_source/Makefile.x64 2010-06-16 23:32:03 UTC (rev 1052) @@ -46,7 +46,7 @@ $(OUTDIR)\zip.obj \ $(OUTDIR)\unzip.obj -ELIBS=user32.lib kernel32.lib +ELIBS=user32.lib kernel32.lib labview.lib # Build rules for resource files Modified: trunk/lvzip/source/readme.txt =================================================================== --- trunk/lvzip/source/readme.txt 2010-06-16 20:56:45 UTC (rev 1051) +++ trunk/lvzip/source/readme.txt 2010-06-16 23:32:03 UTC (rev 1052) @@ -11,6 +11,19 @@ in comparison to earlier versions which might require you to slightly redo your project. +Release 2.6.1, Released: Jun. xx, 2010 +====================================== + +New features: +------------- +1) Upgraded to zlib 1.2.5 and minizip 1.1 sources +2) Support for ZIP64 Archives (>4GB) (an individual file inside the archive still + needs to be smaller than 4GB when getting added or extracted and memory stream + based retrieval is limited to < 2GB large archives due to LabVIEWs 2GB limit for + string handles) +3) Support for LabVIEW for 64 Bit + + Release 2.5.2, Released: Sep. 3, 2009 ===================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |