Question about Delphi 2009 vs Delphi 7Hi,
I was wondering if any of you can point me to a URLs that show the most
important improvements between these versions of Delphi.
The objective is convincing the powers-that-pay-the-bills that moving to
D2009 (that we'd have to purchase) is a better idea than moving to D7 (for
which we have licenses).
Fire at will!
--
Saluti,
Alessandro Federici
-------------------------------
"I have been through some terrible things in my life, some of which actually
happened." (Mark Twain)
Alessandro Federici wrote:
> Hi,
> I was wondering if any of yo...
Delphi 4 to Delphi 2009Hello,
Thanks to all who answered my previous question. That was a great help.
And atlast our client agreed to upgrade our delphi version from 4 to Delphi 2009. *Sigh*.
But before that, I need to give the estimation and cost regarding the migration to delphi 2009.
Can anyone tell me is there any tool to migrate from delphi 4 to delphi 2009 or just I need to compile our Delphi 4 application in Delphi 2009.
I have read from the delphi 2009 feature matrix that Delphi 1 through Delphi 2007 import is possible in delphi 2009. But i am not that sure considering the size of our application.
...
Delphi 5 To Delphi 2009I upgraded to Delphi 2009 from D5. The install says I can install Delphi and/or C++. Delphi installed OK but I see nothing of C++. What am I missing or does my upgrade not include C++? Thanks
It depends on what you bought. If you bought Delphi 2009 only, that's
what you get. If you bought Delphi 2009 and C++ Builder 2009 you get
both. My guess is you got Delphi 2009 only. The simplest way to verify
is look your invoice - it should say I would think. You could also go to
members.embarcadero.com, login, then click on my registered products.
There will be a textual description of...
Importing Delphi 2009 project in Delphi 2006I've been using Delphi 2006 for a while and have never really felt the need to upgrade to a newer release given the expense. I'm looking at taking over on a project from someone else who developed it in Delphi 2009. The only code incompatibilities he can think of is some of the Unicode changes that were introduced after D2006 but that should be fairly easy to fix. My main concern is whether or not a project that was created in Delphi 2009 can even be *opened* in Delphi 2006. I don't know how file exte
nsions or formats have changed between the two versions. Can anyone give me...
Re: Where is data form wizard in Delphi 2009? [pubic.delphi.ide]This message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
Sample picture showing drag and drop from persistent fields edit window.
(Any TField in any TDataset should work, TSomeKindofTable, or
TSomeKindofQuery.
Warren
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: image/jpeg;
name="drag_and_drop_from_persistent_fields_editor.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
...
vcljpg to vclimg, packages and Delphi 2006 vs Delphi 2010 compatibilityHello, everybody.
I have a package A which has vcljpg in its "requires" clause. I have
another several packages B, C, D, E, etc which has A in theirs
"requires" clauses. All packages are both Delphi 2006 and Delphi 2010
compatible. The problem is that there is no vcljpg package in Delphi
2010 and in order to compile the whole bunch of packages I have to
change vcljpg to vclimg and compile. Unfortunately it renders the whole
set of packages incompilable under Delphi 2006.
Is there a way to create an alias for vclimg or vcljpg in order to get
the same code...
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...
Delphi 2007 to Delphi 2009 ConversionCharArrayPtr = ^CharArray;
CharArray = array[0..MaxInt-1] of Char;
How to convert to Delphi 2009?
Bill
Bill Miller wrote:
> CharArrayPtr = ^CharArray;
> CharArray = array[0..MaxInt-1] of Char;
>
> How to convert to Delphi 2009?
>
> Bill
it depends heavelly on how it is used fearther down in your project and
what you want to convert it to.
I you want to simple convert the declarations ignoring UNicode
altogether then the only think you have to change is the CharArray
declaratin from a Char to an AnsiChar eg
CharArrayPtr = ^CharArray;
CharArray =...
Upgrading to Delphi 2009 from Delphi 5I've decided it's time to upgrade to Delphi 2009 Professional from my current Delphi 5 Professional which (according to the FAQ) makes me eligible for the upgrade pricing.
However, I'd just like to clarify how this process works. My concern is that my Delphi 5 is not registered on the CodeGear site and this doesn't seem to be possible as far as I can tell. When installing the trial I noticed that Delphi 2009 registers itself with your CodeGear account so does this mean that the previous version must be registered there to verify you own a Professional edition?
I plan to o...
Delphi 7 to Delphi 2009 conversionHello group,
What do I need to do to comile the following code in D2009.
Compiler error after the Else
E2010: Incompatible Types 'AnsiChar' and 'Char'
if isUnicode then
SearchHandle := FindFirstFilew( PWideChar( fn ), FindDataW )
else
SearchHandle := FindFirstFile( PAnsiChar( Ansistring( fn ) ),
FindDataA );
<<<<<compiler error in the above line >>>>>>>>>>>
Regards,
Bryan
> What do I need to do to comile the following code in D2009.
> Compiler error after the Else
> E2010: Incompati...
Delphi 2009 alongside Delphi 2007Hi all,
I am about to install Delphi 2009 on the same development system
as Delphi 2007, before I embark is there anything I should be aware
of so as to not break my Delphi 2007 installation and projects ?
Thanks
JT
John Taylor wrote:
> Hi all,
>
> I am about to install Delphi 2009 on the same development system
> as Delphi 2007, before I embark is there anything I should be aware
> of so as to not break my Delphi 2007 installation and projects ?
As long as you install into a separate folder there is no problem with
the two versions getting into each other...
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 ...
is there a Delphi 2007Would be nice to have a bundle of the latest Delphi packages.
Gilbert Padilla wrote:
> Would be nice to have a bundle of the latest Delphi packages.
>
I expect Delphi 2007 will only be on sale until the full RAD Studio 2009
edition is published, including Delphi 2009.net.
W
...
Delphi 2006 product activation (re end of support for Delphi 2006) [Edit]Apologies if this question has been asked and answered elsewhere, but I recently got an email informing me support for Delphi 2006 was going to be dropped. I have mostly converted to Delphi 2009 now, but I'll still be able to activate my copy of 2006 on any future installation right?
Edited by: David Howes on Jul 18, 2009 9:53 AM
David Howes wrote:
> Apologies if this question has been asked and answered elsewhere, but I recently got an email informing me support for Delphi 2006 was going to be dropped. I have mostly converted to Delphi 2009 now, but I'll still be able to acti...