Hello,
I would like to try it, but I cannot get your last release compiled even under Delphi 2010.
When I try to Install NxDBGriDDsgn.bpl I get the error:
E:\Codegear\Components\Next Suite\Packages\Delphi 2010\NxGridDsgn.dpk(42,60): error F1026: F1026 File not found: 'NxScrollControl.dcu'
And Installing NxThirdpartyRun.bpl leads to:
E:\Codegear\Components\Next Suite\Packages\Delphi 2010\NxDBGridRun.dpk(41,54): error F1026: F1026 File not found: 'NxEdit.dcu'
Any Idea?
Best Regards,
Peter
Hello,
Starting from next release, Next Suite will include Delphi XE packages.
Who want to compile current release on Delphi XE, please open nxsuite.inc file (in Sources sub-folder)
and add next lines at the end:
CODE
{ Delphi XE }
{$IFDEF VER220}
{$DEFINE DELPHI2010UP}
{$DEFINE DELPHI2009UP}
{$DEFINE D2006UP}
{$DEFINE D2005UP}
{$ENDIF}
Best regards