tlw1985 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

if use CnDebug error #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
Last version - CnWizards_0.9.6.571_Unstable.exe

Please provide any additional information below.
unit CnPropSheetFrm
function GetPropValueStr(Instance: TObject; PropInfo: PPropInfo): string;
sub function GetParamFlagsName(AParamFlags: TParamFlags): string;
  const
    SParamFlag: array[TParamFlag] of string
      = ('var', 'const', 'array of', 'address', '', 'out');
in Delphi TypInfo:
 TParamFlag = (pfVar, pfConst, pfArray, pfAddress, pfReference, pfOut, pfResult);
                                                                       ^^^^^^^^ - error
[DCC Error] CnPropSheetFrm.pas(409): E2072 Number of elements (6) differs from 
declaration (7)

    SParamFlag: array[TParamFlag] of string
      = ('var', 'const', 'array of', 'address', '', 'out', 'result'); - ???

Original issue reported on code.google.com by IgorM...@gmail.com on 11 May 2010 at 4:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for your report! We'll fix it in build 572.

Original comment by zjy.cnp...@gmail.com on 13 May 2010 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by zjy.cnp...@gmail.com on 1 Jun 2010 at 11:53