[Insight-users] write vector image
Luis Ibanez
luis . ibanez at kitware . com
Fri, 14 Nov 2003 00:36:35 -0500
Hi Bing,
This message indicates that you updated your CVS source
code and recompiled *only* a portion of the libraries.
You application is now attempting to use unsynchronized
versions of the ITK libraries.
Solution: simply go to the ITK binary directory and
build it from the top. (build the ALL_BUILD project).
Then recompile your application.
Regards,
Luis
-------------------------------------------
Bing Jian wrote:
> Well, after I did that and recompiled my program, something happened.
>
> I got an output window which contains following message:
> WARNING: in ...\Common\itkObjectFactory...
> Possible incompatible factory load
>
> Running itk version:
> itk version 140, itk source $Revision:1.1066$, $Date:2003/09/20
> Loaded itk version:
> itk version 150, itk source $Revision:1.1121$, $Date:2003/11/13
> Loading factory:
> Non-Dynamically loaded factory.
>
> Any explanations? Thanks!
>
>