Jump to content


Photo

Delphi xe3 support


  • Please log in to reply
22 replies to this topic

#1 KarlisB

KarlisB
  • Members
  • 8 posts

Posted 10 September 2012 - 11:42 AM

Hi, I try to compile using Delphi XE 2.groupproj files but I got lot of errors when xe3 suport will be avialbe?

#2 KarlisB

KarlisB
  • Members
  • 8 posts

Posted 10 September 2012 - 05:20 PM

There is only one problem in all pas files now all user format setings like decimalseparator, listseparator, shortdayname, .....

now under Formatsetings.decimalseparator, formatsetings.listseparator

and vo la laa now I have next components under xe3

#3 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 12 September 2012 - 08:20 PM

Hi,

I have relase version for XE3. You may download it from Members Section.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#4 marekm

marekm
  • Members
  • 1 posts

Posted 25 September 2012 - 04:58 PM

I want to order Grid component for Delphi but need to make sure XE3 is supported. On this forum you say that it is but I cannot find any piece of info on your website and in components's feature list. Can you please confirm ?
Thanks a lot.

#5 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 25 September 2012 - 07:38 PM

Hi,

Yes, NextGrid support XE3. It is listed on products page too. You may find it inside SUPPORT section of page:
http://www.bergsoft....id/overview.htm

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#6 GeorgS

GeorgS
  • Members
  • 2 posts

Posted 05 October 2012 - 06:34 PM

Hi,
in order to install in Delphi XE3:
- unzip all the files under $(BDS)\comps\BergSoft
- open the $(BDS)\comps\BergSoft\Packages\Delphi XE 3.groupproj
- if needed, change the "Delphi Compiler -> Search path" in the Project options to:
$(BDS)\comps\BergSoft\Packages\Delphi XE 3\Win32\Release, or:
$(BDS)\comps\BergSoft\Packages\Delphi XE 3\Win32\Debug
- Build and install all packages

#7 pka4916

pka4916
  • Members
  • 42 posts

Posted 06 October 2012 - 06:20 AM

It's not 100% working for XE3.

Try installing it through the Command line with dcc32.exe, then it's failing bigtime, since the correct USES are not being used. throught all the components.
Think Boki needs to resolve that, in order to make is compile correctly.

For Example:
for XE3 it should be

uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;

and NOT

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;

Within Delphi it's working most of the time, but if you want to install it with the DCC32.exe from Delphi, then it fails, since it cannot find Classes etc...

#8 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 06 October 2012 - 10:58 AM

Hello,

Maybe you need to install Aliases into compiling somehow. I will need to research for this on Embarcadero support groups.

It will be big mess if I change Classes to System.Classes (and others) since components are used in other versions of Delphi, before namespaces are used.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#9 pka4916

pka4916
  • Members
  • 42 posts

Posted 06 October 2012 - 10:46 PM

Hello,

Maybe you need to install Aliases into compiling somehow. I will need to research for this on Embarcadero support groups.

It will be big mess if I change Classes to System.Classes (and others) since components are used in other versions of Delphi, before namespaces are used.

Best regards


I know how to do that.. i will modify them all and let you know if that worked.
if so you might thinking about implementing it if you want,,
I will let you know either later today or tomorrow

#10 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 October 2012 - 03:37 PM

Hello,

Thanks, I will like to get it and replace my own.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#11 Der§en

Der§en
  • Members
  • 167 posts
  • Gender:Male
  • Location:Paris

Posted 16 January 2013 - 02:08 PM

Hello,

The new version supports you, it compile 32 bits AND 64 bit?

#12 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 January 2013 - 11:21 PM

Yes, both versions.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#13 amma

amma
  • Members
  • 9 posts

Posted 12 February 2013 - 11:16 PM

Hi,

I have now followed GeorgS's suggestion, changed Compiler search path, and the compilation and installing went smooth.
But when using a component in my project, I got errors to everyone, can't find dcu-files - can't find res-files.
I can get then when i add more search path to the project, but how do I get this work smooth. It is not the right way, to add search path for every component in every project. It is not nessesary in all my other third party components.

Do anybody have a more smooth way to work with these components.

#14 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 15 February 2013 - 09:30 PM

Hello,

For dcu and res files, do you have add path to the Library Path to them?
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#15 amma

amma
  • Members
  • 9 posts

Posted 17 February 2013 - 10:49 PM

Hi,

When and where?

I have followed the instruktions bundled, and that is not enough. Where do I find installing instructions that makes it function. Why can't it just be installed and work?

These are the instructions I have:

Installing

Follow this steps to install component. It is very IMPORTANT to follow the procedure in CORRECT order. If you do this steps in correct order you will successfully install component (if you have source or not). Click here if you want to install component in Borland C++ Builder 6.
  • If you have it, uninstall previous version first!.
  • Run components setup
  • Follow setup instructions, enter unlock code and install components into desired folder (e.g. C:\Program Files\Berg\Suite or C:\Components).
  • Run Delphi and click on on File -> Open
  • Find sub-folder named "Packages" in folder where you have install components
  • Open, Compile and Install next packages in THIS order:


#16 jharris

jharris
  • Members
  • 10 posts

Posted 21 June 2013 - 09:58 PM

I'm still trying to install the Next Components in Delphi XE3 and Windows 8 64bit. Is this possible? I've looked at the other posts in the forum and nothing seems to work for me. I am new to Delphi so any help would be much appreciated.

Regards,
JHarris

#17 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 22 June 2013 - 05:25 PM

Hello,

Please check next image.

You need to add path to the <Berg Folder>\Sources, <Berg Foder>\Sources\Next Grid\... and all other.

Attached Files


boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#18 jharris

jharris
  • Members
  • 10 posts

Posted 26 June 2013 - 12:25 AM

Thanks Boki,
I've added the library paths, but still can't get the components to compile. This is a screenshot of the IDE when I try to compile.
Posted Image

#19 jharris

jharris
  • Members
  • 10 posts

Posted 26 June 2013 - 12:29 AM

Maybe this will help:

[dcc32 Fatal Error] NxCommonReg.pas(6): E2213 Bad packaged unit format: c:\program files (x86)\embarcadero\rad studio\10.0\lib\win32\release\designide.dcp.DesignIntf - Expected version: 24.0, Windows Unicode(x64) Found version: 24.0, Windows Unicode(x86)

I've added the library paths as you instructed.

Thanks boki,
JHarris

#20 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 30 June 2013 - 09:40 AM

Hello,

Please sorry for huge delay. I think that there is some problem with your Delphi installation. I never saw this problem (and saw them many Delphi errors in past) Please try to re-install it.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users