Antonio Linares wrote:Enrico,
I email you the most recent FWH Harbour libs, just to be sure we use the same files
Tried. No changes.
EMG
Antonio Linares wrote:Enrico,
I email you the most recent FWH Harbour libs, just to be sure we use the same files
TrackMouseEvent( ::hWnd, TME_LEAVE )Enrico,
But TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.
Anyhow, an error like the one that you describe looks as a recursive call that forces the operating system to quit the task
Can you compile my sample and send me the resulting EXE?
EMG
Enrico,
Already sent
Your EXE works fine here too.
EMG
Antonio Linares wrote:Enrico,
But TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.
Anyhow, an error like the one that you describe looks as a recursive call that forces the operating system to quit the task
Can you send me a ZIP file containing:
from your Harbour installation?
EMG
Enrico,
Have you used the libraries that I just sent you ? If we use the same libraries and the same Harbour, then we should get the same EXE
Antonio Linares wrote:Enrico,
Have you used the libraries that I just sent you ? If we use the same libraries and the same Harbour, then we should get the same EXE
Using your Harbour libraries the problem goes away. The size of your libraries are different from those I have. I'm going to investigate why...
EMG
It is vm.lib. I have to find what I'm doing wrong building Harbour...
EMG
I tried all the differences from your compile batch and mine. The only one that I've not tried yet is Bison. I don't have bison.simple here. Can you send it to me? Are you sure it is required?
EMG
Enrico,
Already sent
I don't know if it is still required, but I use it
Tried with Bison. No differences. I'm running out of ideas... ![]()
EMG