Compatibility problem after update

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Compatibility problem after update

Zian_Fanti
Hello

I develop a large plugin using the 1.43I version of the ij.jar file,
now update to 1.43s version,
and the plugin stop working in some of it's functions. Recompile the
plugin with the new version
of imagej (1.43s), the plugin compile without errors and now run
perfect in version 1.43s but in version
1.43I don't.

The question is, if i need to generate a version pluing for each
version of imagej?
or have a stable version of imagej without compatibility problems?

Thanks

--
Atte:
Zian Fanti GutiƩrrez
CLIMBING???
IT'S NOT JUST OUR LIFESTYLE......... iT'S OUR WAY OF LIFE
Reply | Threaded
Open this post in threaded view
|

Re: Compatibility problem after update

Gabriel Landini
On Saturday 20 March 2010, you wrote:
> The question is, if i need to generate a version pluing for each
> version of imagej?

Usually not, but maybe your plugin uses a function that has been changed due
to some bug fix (we cannot tell until you show us what errors are reported and
what is your plugin doing.

I would just update the old versions of IJ and use the newly compiled plugin.

G.
Reply | Threaded
Open this post in threaded view
|

Re: Compatibility problem after update

Zian_Fanti
In reply to this post by Zian_Fanti
The plugin don't throws any exception, only stop working in some of the functionality.

It uses a  FreeHandROI class (I think that in this class is the problem). The strange of the problem is
if I compile the plugin with 1.43I version an run it on 1.43s the plug present problems and if I
compile with version 1.43s and run with 1.43I the plugin present the same behavior. If compile and
run with the same version runs fine.

Thank for advice.

Zian Fanti