Migrate from Delphi 2007 for Win32 to Delphi XEwe use Delphi 2007 for Win32 to support legacy (32Bit) OWL-based pascal applications (yes i know it was a mistake not to switch to VCL 15 years ago).
could our applications still be opened and compiled with Delphi XE?
The existing projects are all plain Pascal-Code, coming back from the times of Turbo Pascal for Windows and later on Borland Pascal.
Are there any improvements we could profit from (i.e IDE, Debugger)?
Thanks
Andrej
> {quote:title=Andrej Dimic wrote:}{quote}
> could our applications still be opened and compiled with Delphi XE?
I'm not sure, but I guess ...
from delphi 6 to delphi 2010Hi.
It is possible, with component RX, dxforumlibrary, InfoPower3000Pro,
StringAlignGrid.
Accepts communication BDE.
Thank by comments.
excequiel arostica wrote:
>Hi.
> It is possible, with component RX, dxforumlibrary,
>InfoPower3000Pro, StringAlignGrid. Accepts communication BDE.
>
>Thank by comments.
Rx is dead and sources are taken over by jcl/jvcl. I dont know about
the rest of the components and i have no experiences with bde over the
last 9 years.
excequiel arostica wrote:
> Hi.
> It is possible, with component RX, dxforumlibrary,...
Delphi 7 to Delphi XEHave been using Delphi 7 for many moons ( have got later versions but never
upgraded to )
My first problem is:
Component Palette. in XE it is a small toolbar docked in top right
in Delphi 7 it gives a large view of all the components.
I am struggling to be able to cope/access my components.in Delphi XE.
Can I make the component pallette tool bar the same size as Delphi 7, or is
there a fast way to view/choose all available components in XE, that I have
not spotted yet?
Kind Regards,
Robert.
Hi,
What I know is that in Delphi 2010 and XE you can choose
between t...
Has anything changed in the Slice Function from Delphi 2010 to Delphi XE?I have a piece of code which contains the following, it compiles fine under Delphi 2010,
but gives me an E2193 error when I try to compile it with Delphi XE
Has anything changed in the Slice Function from Delphi 2010 to Delphi XE?
{code}
var
i : Integer ;
R : Double ;
dArray : Array[0..24] of Double ;
begin
....
R := Math.Mean( System.Slice( dArray , i ) );
....
end;
{code}
Thanks
On 30/09/2010 6:07 PM, Wayne Davis wrote:
> I have a piece of code which contains the following, it compiles fine under Delphi 2010,
> but gives me an E2193 error...
Delphi and Delphi for .NetIt seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
I would like to know is it true all .Net application is slower than Win32 native applicaiton or it is Delphi for .Net only.
Your information is great appreciated,
Inung
On 2011-06-21 18:20:17 +0100, Inung Huang said:
> It seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
> I would like to know is it true all .Net application is slower than
> Win32 native applicaiton or it is Delphi for .Net only.
If you are only running the code in the application once then, yes, yo...
Price of upgrade from Delphi 2010 Professional to Delphi 2010 Enterprise?It's weird, but I could not find the answer on so simple question not in Embarcadero Shop, neither by the forum search.
For example, the shop info about Enterprise upgrade says:
The Upgrade product is available to registered owners of 2006-2009 versions, blah-blah...
So, if I'm Delphi 2010 Professional user, I even not eligible for upgrade? I have to buy a new version of Enterprise???
But if I'm Delphi 2006 Professional user, I can upgrade.
Please clarify this nonsense for me.
Exact question is in the subject.
Thanks!
Hi Dmitri,
> It's weird, but I could not...
Delphi 2010 w Delphi 2007I have D2007 installed on my laptop (XP sp3 running on dual core Athlon).
Can I install D2010 on this machine without it affecting D2007? Will D2010
affect D2007 in any way?
Thanks,
Randall Carpenter
> {quote:title=Randall Carpenter wrote:}{quote}
> I have D2007 installed on my laptop (XP sp3 running on dual core Athlon).
> Can I install D2010 on this machine without it affecting D2007? Will D2010
> affect D2007 in any way?
Won't hurt a thing. I have D7, RAD Studio 2007, RAD Studio 2009, and RAD Studio 2010 all on my desktop system and they coexist fine. Jus...
Migrate from Delphi 2007 to Delphi 2010Hi All,
Thanks in advance for your help.
Below is my query,
Currently I am using Delphi 2007 and i want to migrate to Delphi 2010.
1. What all things i need to take care while doing this?
2. What all third party components will get impacted?
3. Any known issues in Delphi 2010 which might impact the cause?
4. Any changes in database operation required as i am using Oracle?
Hope I have post this query under correct category. If not sorry for the trouble and could you please suggest me the correct category for this?
Looking forward for your response.
Have a great day.
Th...
Migrating From Delphi 7 to Delphi 2010We did not know which forum was the best for this question.
We have been wanting to migrate from Delphi 7 to a later version for years but it appears to be a daunting task. We first looked at D2006 and that was a radical new world. We bought D2010 a couple of years ago and not done much with it because there are so many parts to our applications. We have done a few new applications in D2010 and they seem to work okay. D2010 has not been impressive, perhaps because of the strangeness compared to D7.
Is is possible for us to do a phased sort of migration where we do a form at a time? ...
delphi 2006 code in delphi 2010hello,
is there any option to make delphi 2006 code work in delphi 2010? something like in java IDEs where you can define the code level you like to use?
the problem is, that i made a project with 2006 and sent it to my customer. they got 2010 and it compiles fine, but it just doesn't work. it deals with en-/decryption of text, we assumed, that it has something to do with ansi vs. unicode strings... but we cant find the exact position where the error occurs.
i am a bit dissapointed, because everywhere i read that the new IDE will always be downwards compatible and so on.. but in ...
Using Delphi 7 and Delphi 2010I had a project in Delphi 7.
I worked on it in Delphi 2010.
When I try to open the .dpr again in Delphi 7, the IDE toolbar widens across both monitors, and Delphi 7 locks up.
It appears that Delphi 2010 modifies the .dpr in a way that makes Delphi 7 unable to open it again.
All my forms & units appear to open fine in D7 after D2010, except for the warnings on the ExplicitHeight and ExplicitWidth properties being missing...
I can easily recreate the .dpr, but is this expected behavior?
Thanks.
Tom Field wrote:
> I had a project in Delphi 7.
>
> I worked o...
Delphi 2010 professional to Delphi XE3Hello,
Sorry for this is not right place to ask this question:
I have Delphi 2010 professional version, I like to upgrade to Delphi XE3
Am eligible to upgrade or no not? I like answer from Delphi sales team. I couldn’t find email to ask them.
Thanks
Mike Thomas <> wrote in news:506459@forums.embarcadero.com:
> Hello,
>
> Sorry for this is not right place to ask this question:
> I have Delphi 2010 professional version, I like to upgrade to Delphi
> XE3 Am eligible to upgrade or no not? I like answer from Delphi
> sales team. I couldnât find emai...
Nice, Delphi XE includes free access to earlier version licenses and downloads for Delphi 2010, 2009, 2007 and 7.Looking at the details for Delphi XE Professional while checking the
prices etc and found the above as part of a paragraph.
"Delphi XE includes free access to earlier version licenses and
downloads for Delphi 2010, 2009, 2007 and 7. Details will be included
with your order confirmation email and in the product readme."
Very nice bonus!
Brian
> {quote:title=Brian Evans wrote:}{quote}
> Looking at the details for Delphi XE Professional while checking the
> prices etc and found the above as part of a paragraph.
>
> "Delphi XE includes free acce...
Free RAD Studio 2010 and Delphi Prism 2011 with purchase of Delphi 2010Hi All,
For those of you who complain that Delphi (and RAD Studio) is too
expensive... for a few short weeks there are two overlapping special
offers from Embarcadero that you can use to move up to RAD Studio 2010
including the latest Delphi Prism 2011 for the price of a single Delphi
2010 (New User or Upgrade)...
The first "RAD Studio PROMO" offer is still valid until June 28th: when
you order Delphi 2010, you get RAD Studio 2010 delivered instead
(including Delphi 2010, C++Builder 2010 and Delphi Prism 2010).
As of May 26th, the "Delphi Prism 2011" of...