Hi Jeff,
[CCing ImageJ mailing list, for others' interest]
> Is it possible to create an update site that only works in 32-bit mode
> (for my aging QuickTime plugins)?
Nope. But rather than checking that at the update site level, I would
suggest having your plugins each check the architecture, and display a
dialog box if the requirements aren't met. Something like:
if (IJ.is64Bit()) {
IJ.showMessage("32-bit mode required");
return;
}
Regards,
Curtis
On Wed, Jun 25, 2014 at 10:14 AM, Jeff Hardin <
[hidden email]> wrote:
> Hi Curtis,
> I hope you're well. Is it possible to create an update site that only
> works in 32-bit mode (for my aging QuickTime plugins)?
> Like Gabriel Landini, I need to look into this myself, so sorry...
>
> Cheers,
> Jeff
> *************
> Jeff Hardin
> Professor and Chair
> Department of Zoology
> University of Wisconsin
> 1117 W. Johnson St.
> Madison, WI 53706
> Voice: (608) 262-9634
> Fax: (608) 262-7319
>
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html