Jump to content


Pete

Member Since 15 Jul 2009
Offline Last Active May 18 2011 09:59 AM
-----

Posts I've Made

In Topic: XE Support

08 September 2010 - 04:30 PM

Hello Boki,

with your changes it looks fine. I can work with it in CBuilder XE and Delphi XE. However I propose some changes to the package files. I will send them to you with email.

Best Reagards,

Peter

In Topic: XE Support

05 September 2010 - 03:01 AM

QUOTE (Boki (Berg) @ Sep 2 2010, 05:38 AM) <{POST_SNAPBACK}>
Hello Pete,

You need to add path to the Sources, Sources\Next Grid, Sources\Next DBGrid in Library Path first.

I hope that this helps.

Best regards


Hello Boki,

I got D2010 up and running, and Delphi XE almost with the exception of "NxAddAddonsRun.bpl". There I get an error:

[DCC Fatal Error] NxAddonsReg.pas(13): F2063 Could not compile used unit 'NxPreview.pas'

Source Code for Error:

uses
NxAutoCompletion, NxProgress, NxBusy, NxFocus{$IFNDEF VER210}, NxPreview, NxVirtualDataSet;{$ELSE};{$ENDIF}

Something with the $IFNDEF VER210?


Best Regards,

Peter

In Topic: XE Support

02 September 2010 - 02:10 AM

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


QUOTE (Boki (Berg) @ Sep 1 2010, 09:14 PM) <{POST_SNAPBACK}>
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