[Insight-users] problem building DistanceMapFilter
Luis Ibanez
luis.ibanez@kitware.com
Wed, 06 Nov 2002 13:31:00 -0500
Hi John,
This is an FLTK problem, completly unrelated to
ITK. As you already said, the FLTK version that
we recommend for using with ITK is fltk1.1.0rc4.
The Related software page provides easy access
to the corresponding FLTK sources.
http://www.itk.org/HTML/DownloadRelatedSoftware.htm
However, if you want to go with the most recent
FLTK version, Sebastien Barre just found yesterday
a fix in FLTK that will get rid of the problem you
are reporting.
In the file
Fl_win32.cxx
you can comment out the line #75 and recompile FLTK.
This should take care of the problem.
The group of lines look like:
#if !defined(__GNUC__)
# define USE_TRACK_MOUSE <-- COMMENT THIS
#endif // !__GNUC__
Please let us know if you encounter any problem,
Thanks
Luis
============================================
anast.jm@pg.com wrote:
> I'm using fltk 1.1.1. Is this a problem building Distance Map filter???
> noticed on Insight - Related Software page that the version Windows is
> fltk1.1.0rc4 (didn't know that was there until just now)...thanks, john
>
> Platform WinNT - VC++6.0 - CVS from today
>
> --------------------Configuration: DistanceMapFilter - Win32 Release--------------------
> Linking...
> Creating library P:\WinCVS\In\bin\Release/DistanceMapFilter.lib and object P:\WinCVS\In\bin\Release/DistanceMapFilter.exp
> fltk.lib(Fl_x.obj) : error LNK2001: unresolved external symbol __imp___TrackMouseEvent@4
> P:\WinCVS\In\bin\Release/DistanceMapFilter.exe : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>