In the function wBrwLine() there are
hOld = SelectObject( hBrush )
and
SelectObject( hOld )
while they should be
hOld = SelectObject( hDC, hBrush )
and
SelectObject( hDC, hOld )
EMG
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 67 guests