<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>thanks to Karthik for the advice.</FONT></DIV>
<DIV><FONT face=Arial size=2>Apparently I could almost compile the final 
application, but I still get the following error:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>fltkd.lib(Fl_x.obj) : error LNK2001: unresolved 
external symbol <A 
href="mailto:__imp___TrackMouseEvent@4">__imp___TrackMouseEvent@4</A><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>when linking ImageRegistration2D.</FONT></DIV>
<DIV><FONT face=Arial size=2>I was not able to understand yet,&nbsp;I just found 
the symbol in a source fileof ftk,Fl_win32.cxx:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#ifdef USE_TRACK_MOUSE<BR>&nbsp;&nbsp;&nbsp; if 
(Fl::belowmouse() != window) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACKMOUSEEVENT 
tme;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tme.cbSize&nbsp;&nbsp;&nbsp; = 
sizeof(TRACKMOUSEEVENT);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
tme.dwFlags&nbsp;&nbsp; = TME_LEAVE;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
tme.hwndTrack = hWnd;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_TrackMouseEvent(&amp;tme);<BR>&nbsp;&nbsp;&nbsp; }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I do not know&nbsp;if the function _TrackMouseEvent 
is contained within a Windows library or if I still have to link with another 
external library I am perhaps not including in&nbsp;CMake.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Has somebody any idea about this particular 
problem?</FONT></DIV>
<DIV><FONT face=Arial size=2>Best regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Severino Fernandez<BR>INTA<BR>Departamento de 
Teledeteccion<BR>Ctra. de Ajalvir Km 4<BR>28850 Torrejon de 
Ardoz<BR>Spain<BR>email: <A 
href="mailto:fdezas@inta.es,severinofer@recol.es">fdezas@inta.es,severinofer@recol.es</A><BR>Tel 
+34916487800, +34915206362</FONT></DIV></BODY></HTML>