Hello,

In our system we use the cWinToolTip class of the cWintooltip.pkg mixin package.
When compiling is displaying error in this line:

Code:
Type tTOOLINFO
     Field tTOOLINFO.cbSize as Integer
     Field tTOOLINFO.uFlags as Integer
     Field tTOOLINFO.hwnd as Handle
     Field tTOOLINFO.uid as Integer
==> Field tTOOLINFO.rect as Char tRect_size
     Field tTOOLINFO.hInst as Handle
     Field tTOOLINFO.lpszText as Pointer
     Field tTOOLINFO.lParam as Integer
End_Type
Where does this "tRect_size" come from that is not recognized?

Does anyone know how to solve it?


Thank you,
Queiroz