[Insight-users] Compile error related to FLTK in Visual C++

Steve Boyd skboyd@ucalgary.ca
Wed, 20 Nov 2002 12:34:33 -0700


Hi,

I'm building ITK for the first time (v1.0.0), including FLTK (v1.1.1). 
After creating my workspace file with Cmake and compiling, I got the
following error regarding an unresolved external error during linking.  

Should I be using a different version of FLTK?  Any other suggestions to
resolve the problem?

Sincerely,

Steve

--------------------Configuration: DistanceMapFilter - Win32
Debug--------------------
Linking...
   Creating library C:\Documents and Settings\User\My
Documents\pack\bin\itk\bin\Debug/DistanceMapFilter.lib and object
C:\Documents and Settings\User\My
Documents\pack\bin\itk\bin\Debug/DistanceMapFilter.exp
fltkd.lib(Fl_x.obj) : error LNK2001: unresolved external symbol
__imp___TrackMouseEvent@4
C:\Documents and Settings\User\My
Documents\pack\bin\itk\bin\Debug/DistanceMapFilter.exe : fatal error
LNK1120: 1 unresolved externals
Error executing link.exe.

ALL_BUILD - 2 error(s), 0 warning(s)