04-11-2008 02:28 AM
04-11-2008 06:05 AM - edited 04-11-2008 06:08 AM
04-11-2008 07:03 AM
04-14-2008 09:29 AM - edited 04-14-2008 09:30 AM
04-14-2008 09:46 AM
04-14-2008 05:11 PM
No it can't be anything with the patent. The VI is there since LabVIEW 7.0 and seems to callback into LabVIEW hence the password protection. 7.0 would have been early enough to conflict with the GIF patent but that patent is specifically an issue with the LZW compression algorithme used for compressed GIFs, while the help text for this VI specifically says that it will only save uncompressed VIs, so without LZW algorithme.
@Phillip Brooks wrote:
Maybe this is a historical, relating to the GIF patent issue?
It appears that the patent is no longer an issue, so maybe it would make sense to add this feature into a built app...
Message Edited by Phillip Brooks on 04-11-2008 07:08 AM
07-28-2008 02:57 PM
07-29-2008 01:14 AM - edited 07-29-2008 01:21 AM
I'm pretty sure you missed here something. vi.lib/picture/gif.llb/Write GIF File.vi seems to not call a DLL but instead calls directly into LabVIEW.exe most probably using the exported function LVImageToGIF(). No DLL involved there. At least it did so in earlier LabVIEW versions.
@Vijay Ramalingam wrote:
Double click the dll file, now it will display the VI. Now double click that and the VI will open. Now save the VI in your desktop, or under your working directory. Now include this saved VI into your main program. Your run-time should work like a charm.
Good Luck!
VJ.