Delphi 4 to Delphi 2007Hello,
I will have to port a D4 application (with source) to D2007.
what kind of problem could I face ?
I will have to go to customer site tommorow to analyse its source code
to quote the work, what should I care of to hestimate the porting time ?
Thanks
John Terry wrote:
> Hello,
> I will have to port a D4 application (with source) to D2007.
> what kind of problem could I face ?
> I will have to go to customer site tommorow to analyse its source code
> to quote the work, what should I care of to hestimate the porting time ?
You can probably do it by just changi...
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;
...
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 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...
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 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 =...
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...
Moving from Delphi 7 to Delphi 2007Is there any compelling reason to move (quite a large project) from
Delphi 7 to Delphi 2007?
Specifically, is there better Vista/Win7/Win8 integration provided by
Delphi 2007? (In the project I am already using a custom manifest file
for Vista/Win7 etc.. and not the std XPMan component)
Does 2007 add any new bugs to the scene?
Thanks
Rael
Rael wrote:
> Is there any compelling reason to move (quite a large project) from
> Delphi 7 to Delphi 2007?
If you are going to upgrade, why not upgrade to something newer?
> In the project I am already using a custom man...
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 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 ...
Code PortingHi people,
Basically, I am moving an app from Delphi 5 to Delphi 2009 which is all great (yeah right!) and I am having a couple of issues with some thirdparty components that we have the source code for.
Being that I wanted to make the task as easy as possible, I was able to download the component in Delphi 2007 format. I have now managed to port that to 2009 so it compiles only with warnings and no errors. So all is good at this moment.
Now I am trying to install the component into the IDE by using the install menu option from the project manager. This is where I run into errors. ...
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...
can i use delphi 2007 bpls in delphi 2009can i use delphi 2007 bpls in delphi 2009 ?
"Gaetan SIRY" skrev i meddelelsen news:8703@forums.codegear.com...
> can i use delphi 2007 bpls in delphi 2009 ?
No.
--
Finn Tolderlund
The compatiblity between D2006 and D2007 was unique.
Normaly they can't be compatible because new version enhance/change the API. And D2009 defines String = Unicode where older version has String = Ansistring so D200x/Dx-BPL are 200% incompatible with D2009.
...
Delphi 2007 to Delphi XE2 paint order changeHello all,
I have a program here that does some very specific work in the paint
handlers and requires that the controls are painted from bottom to top.
This worked just fine under Delphi 2007 but now that we have migrated to
Delphi XE2, it no longer works.
Tracing the paint order, we discovered that there are cases when the
bottom most component (the form for instance) is drawn last instead of
first, which means that the painting code we do in the program gets a
black area for the bottom most control instead of its background.
This was observed with D2007 and DXE2 on the same c...
Move from Delphi 2009 to Delphi XE2 and now failingI recently moved from Delphi 2009 to Delphi XE2 (combined with a new computer).
The XML that is now created no longer accepted by the webservice.
The specific steps I went through were.
1) Delphi 2009 with old pas file. Worked.
2) Delphi XE2 with old pas file. Didn't work.
3) Delphi XE2 with new pas file imported by Delphi XE2. Didn't work.
The new pas file has the following lines, but commenting them out doesn't change the XML.
{
InvRegistry.RegisterParamInfo(TypeInfo(FaCSIADiagnosticInterface), 'Ping', 'Ping_Input', '&...