<!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> </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, I just found
the symbol in a source fileof ftk,Fl_win32.cxx:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#ifdef USE_TRACK_MOUSE<BR> if
(Fl::belowmouse() != window) {<BR> TRACKMOUSEEVENT
tme;<BR> tme.cbSize =
sizeof(TRACKMOUSEEVENT);<BR>
tme.dwFlags = TME_LEAVE;<BR>
tme.hwndTrack = hWnd;<BR>
_TrackMouseEvent(&tme);<BR> }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I do not know 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 CMake.</FONT></DIV>
<DIV> </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>