-----Messaggio Originale----- Da: "Juan Gálvez" <[EMAIL PROTECTED]>
A: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Data invio: venerdì 3 ottobre 2008 11.24
Oggetto: Re: [Harbour] Sample of the problem with FWH


Enrico,

I remember FWH has a dynamic link to this function and although I don't know the reason of the problem, I fixed it with this new implementation :

HB_FUNC( TRACKMOUSEEVENT )
{
  TRACKMOUSEEVENT tme;

  tme.cbSize = sizeof( TRACKMOUSEEVENT );
  tme.hwndTrack = ( HWND ) hb_parnl( 1 );
  tme.dwFlags = hb_parnl( 2 );
  tme.dwHoverTime = 0;

  hb_retl( TrackMouseEvent( &tme ) );
}

Best regards
Juan

Thank you. I just forwarded your suggestion to Antonio.

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to