some syntax issues found when compiling FoxCharts 1.46.1 beta
PRIVATE poTempbmp AS 'XFCBITMAP'
PRIVATE poclrmatrix AS 'XFCCOLORMATRIX'
PRIVATE poTempbmp AS 'XFCBITMAP', poclrmatrix AS 'XFCCOLORMATRIX'
=.DrawContour (EVL(loShape.Front,loShape.Contour ),loShape.CoordNum ),.F.)
DECLARE LONG DrawThemeEdge IN UXTHEME LONG hTheme, LONG hdc, LONG iPartId, LONG iStateId, LONG @pDestRect, uint egde, uint flags, LONG @pRect
DECLARE LONG HitTestThemeBackground IN UXTHEME LONG hTheme, LONG hdc, LONG iPartId, LONG iStateId, LONG dwOptions, LONG @pRect, LONG hrgn, POINT ptTest, STRING @code
VFP9 does not report any error but ignores it and the compiled code is not as expected
- AS clause in PRIVATE command
- unbalanced parenthesis
- type UINT and POINT in DECLARE-DLL command
↧