wpForm2 error with WPTools7

  • Hi,

    On Delphi2007, after installing WPTools 7, wPDF 3 and wpForm2 (INCLUDE_WPFORM and WPPDFEX are enabled in WPINC.inc)
    When compiling package WPTools7_D2007.dproj, throwing error in WPFRTF5.pas as below:

    [DCC Error] wpfrtf5.pas(182): E2003 Undeclared identifier: 'wpfDontBreakTableRows'
    [DCC Error] wpfrtf5.pas(182): E2003 Undeclared identifier: 'wpDisableSpeedReformat'
    [DCC Error] wpfrtf5.pas(182): E2010 Incompatible types: 'TWPFormatOptions' and 'Set'
    [DCC Error] wpfrtf5.pas(550): E2003 Undeclared identifier: 'wplayNormal'
    [DCC Error] wpfrtf5.pas(566): E2003 Undeclared identifier: 'wpemLimitTextHeight'
    [DCC Error] wpfrtf5.pas(566): E2010 Incompatible types: 'Enumeration' and 'Integer'
    [DCC Error] wpfrtf5.pas(569): E2003 Undeclared identifier: 'wpNoVertScrolling'
    [DCC Error] wpfrtf5.pas(569): E2010 Incompatible types: 'Enumeration' and 'Integer'
    [DCC Error] wpfrtf5.pas(576): E2003 Undeclared identifier: 'wpNoMinimumCellPadding'
    [DCC Error] wpfrtf5.pas(578): E2003 Undeclared identifier: 'wpDisableSpeedReformat'
    [DCC Error] wpfrtf5.pas(578): E2003 Undeclared identifier: 'wpUseAbsoluteFontHeight'
    [DCC Error] wpfrtf5.pas(578): E2010 Incompatible types: 'Enumeration' and 'Integer'
    [DCC Error] wpfrtf5.pas(680): E2003 Undeclared identifier: 'TWPRTFDataCollection'
    [DCC Error] wpfrtf5.pas(680): E2015 Operator not applicable to this operand type
    [DCC Error] wpfrtf5.pas(681): E2066 Missing operator or semicolon
    [DCC Error] wpfrtf5.pas(904): E2003 Undeclared identifier: 'wprNever'
    [DCC Error] wpfrtf5.pas(963): E2003 Undeclared identifier: 'wprNever'
    [DCC Error] wpfrtf5.pas(978): E2003 Undeclared identifier: 'wprNever'
    [DCC Error] wpfrtf5.pas(1051): E2003 Undeclared identifier: 'wpraOnAllPages'
    [DCC Error] wpfrtf5.pas(1051): E2250 There is no overloaded version of 'Get' that can be called with these arguments
    [DCC Error] wptools_reg.pas(93): F2063 Could not compile used unit 'wpfrtf5.pas'

    Am I missing any files?

    Thanks
    Prabhakar.

  • We are upgrading from WpTools6 to WpTools7. Till we get the compatible version of WpForm, is there any procedure or alternative to include it in the WpTools package?

    If we do not include (by disabling INCLUDE_WPFORM in WPINC.inc) and install WpTools7, then would it cause any problems - does WPTools7 internally uses WPForm2 ?

    Prabhakar.