Converting POS application to xHarbour + FWH

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Jose,

In class CRect there is a call to WndTop( ::hWnd ) and there is not a DATA hWnd defined.
regards, saludos

Antonio Linares
www.fivetechsoft.com
xhbcoder
Posts: 100
Joined: Wed Oct 04, 2006 4:50 pm
Location: USA

Post by xhbcoder »

Antonio,

You mean there is a need to modify the class crect for FWH? The same code is used with FW24.

Do we have samples. Thanks.

Regards,

Jose :)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Jose,

It seems to me that the call to WndTop( ::hWnd ) was recently introduced by you.

That code can't work, as there is no a DATA hWnd in your class CRect
regards, saludos

Antonio Linares
www.fivetechsoft.com
xhbcoder
Posts: 100
Joined: Wed Oct 04, 2006 4:50 pm
Location: USA

Post by xhbcoder »

Antonio,

The original code is oRect:Move( max( oRect:nTop, ::ntop ) is not working which I changed to call to WndTop( ::hWnd ) as suggested.

Any suggestion for possible work around would be highly appreciated.

Thanks,

Jose
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Jose,

Could you email me the 16 bits working EXE (as a ZIP file) so we can check what the application does and get a better idea about it ? thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
xhbcoder
Posts: 100
Joined: Wed Oct 04, 2006 4:50 pm
Location: USA

Post by xhbcoder »

Antonio,

Thank you very much for your support but it is not posilble due to company's policy.

Regards,

Jose
Post Reply