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.generalSorry if this is "out of topic"! but since some days ago I can't read
the group *embarcadero.public.delphi.language.delphi.general*
Does anybody know if there's something wrong with it? Or maybe is my
reader? (Thunderbird)
I get this messagge when I try to read the latest messages:
Error!
newsgroup server responded:no such article found
Perhaps the article has expired
<692702@forums.embarcadero.com> (33145)
Click here to remove all expired articles
sergio wrote:
> Sorry if this is "out of topic"! but since some days ago I can'...
What generals generally doReading a McChrystal thread elsewhere, I came across someone quoting a
US general
http://en.wikipedia.org/wiki/Smedley_Butler
> I spent 33 years and four months in active military service and
> during that period I spent most of my time as a high class thug for
> Big Business, for Wall Street and the bankers. In short, I was a
> racketeer, a gangster for capitalism. I helped make Mexico and
> especially Tampico safe for American oil interests in 1914. I helped
> make Haiti and Cuba a decent place for the National City Bank boys to
> collect revenues in. I ...
Delphi 7 to Delphi XE2Hi,
Still using that old workhorse, Delphi7, but am going to the conference in
London hosted by Embarcadero on Delphi XE2.
Although I would like to "move with the times" and am keen to get the
UNICODE and 64-bit support offered by the latest IDEs, I confess to being
more than a little scared about all the UNICODE/String/AnsiString and 32/64
bit issues I'm probably going to fall over. Anyone recently upgraded from
Delphi7 to one of the latest Delphi IDEs?
Thanks,
Alain
On 03/02/2012 08:55, Alain Dekker wrote:
> Still using that old workhorse, Delphi7, but...
Delphi 2007 to Delphi 7I've written a class in Delphi 2007 that is not supported in Delphi 7. What
would be the best way to achive what I've done in Delphi 2007 in Delphi 7?
Thanks,
Tom
type BondConstants = class
{ Bond Types }
type BondType = record
const
TREASURY = 3;
AGENCY = 0;
CORP = 1;
MUNI = 2;
SBA = 5;
MBS = 4;
CMO = 6;
end;
{ Day Count Methods }
type DayCount = record
const
ACTUAL_360 = 2;
ACTUAL_365 = 1;
ACTUAL_ACTUAL = 1;
d30_360 = 0;
...
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...
General question on the concept of integer handling in Delphi 2009I found in system.pas new names "NativeInt" and "NativeUInt".
According to all computer languages worldwide, Integer (and Cardinal) is
*already* a native integer that represents the CPU register for best
performance etc...
What will happen in Delphi 2010 Win64 ??? I don't want to change Integer
to NativeInt in my code thousand times to get adequate performance.
> {quote:title=Ralf Stocker wrote:}{quote}
> I found in system.pas new names "NativeInt" and "NativeUInt".
Interesting.
> According to all computer languages wor...
A general question about supporting offline databasesI am a bit of a newbie with Delphi databases, we've been using Delphi for 15 years but we have always used a proprietary binary data format. We now want to switch to an SQL file format. For now we're working with SQLITE, so the Java and C# guys in our shop can read the file too.
We have all the latest tools now, XE5 with FireDAC, Datasnap, REST etc. I am very, very impressed with what we can do now.
Currently, we have a Delphi desktop app that controls the data file, and use XMLRPC calls from the clients to send and receive transactions. We have what we call a "refresh&...
I wrote an application and used cracked delphi 7, after i bought delphi 7I wrote an application and used cracked delphi 7, I sold it, after i bought delphi 7 and recompiled application, is now my application legal or?
> {quote:title=Ivan Ivanov wrote:}{quote}
> I wrote an application and used cracked delphi 7, I sold it, after i bought delphi 7 and recompiled application, is now my application legal or?
"I embezzled some money from my employer, returned the funds, and then got it back as a bonus. Can I still be arrested?"
Uhhh .... didn't you just confess to a crime?
> {quote:title=Ivan Ivanov wrote:}{quote}
> I wrote an appli...
Delphi and Delphi Prism licensing questionWhen I buy Delphi and Delphi Prism, do I get a "named user licence" or a "workstation licence"?
Can I install both products on two machines I use with the same licence keys?
I have a Mac Pro ("Cyrus") running Vista 64 in VMware and a MacBook ("Blacky") running Vista 32 in Parallels. Can I install Delphi and Delphi Prism on both Cyrus and Blacky since I use both machines (and like to have all dev tools I use installed on both machines at all times)?
Andrew Brehm wrote:
> When I buy Delphi and Delphi Prism, do I get a "named user licence...
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 2007 RTL in Delphi 7I read somewhere that it is possible to use Delphi 2007's (or for that
matter Delphi 2006's) RTL in Delphi 7 by just recompiling the source of RTL.
Is this really possible? What are the benefits that we can derive using
a higher version's RTL?
TIA
Yogi Yang
Yogi Yang wrote:
> I read somewhere that it is possible to use Delphi 2007's (or for
> that matter Delphi 2006's) RTL in Delphi 7 by just recompiling the
> source of RTL.
If it actually compiles in Delphi 7, I guess it would be possible.
OTOH, if one has Delphi 2007 already, I don't s...
Migrating from Delphi 7 to Delphi XE3Hello, Its time to leave the old Delphi 7 and move to the new (but not the latest) XE3.
I was wondering if there is a good book or reference to learn all new things XE3 added.
Any suggestions?
On 5/3/2013 10:17 PM, George Karatsiolis wrote:
> Hello, Its time to leave the old Delphi 7 and move to the new (but not the latest) XE3.
> I was wondering if there is a good book or reference to learn all new things XE3 added.
Try this one for starters:
http://tinyurl.com/cgsu243
Aside from that you really need to evaluate your application. XE3 is
Unicode for example....
So her...
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...