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 ...
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 to Delphi XE from Delphi 7.0Below is my code in Delphi 7.0, this is how to call another units in webmodule...
Hello All,
I create a web application in Delphi 7.0, using the Web Server Application, CGI, IntraWeb 7.0.15. And I used TIWPageProducer to view like this url "http://localhost/mcr/mcr.exe/main". I built and run. I viewed in thru IIS and it is running...
This is my code in Delphi 7.0
....
....
procedure TWebModule1.proMainGetForm(ASender: TIWPageProducer;
AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmMain.Create(AWebApplication);
end;...
Migrating to Delphi XE from Delphi 7.0Below is my code in Delphi 7.0, this is how to call another units in webmodule...
Hello All,
I create a web application in Delphi 7.0, using the Web Server Application, CGI, IntraWeb 7.0.15. And I used TIWPageProducer to view like this url "http://localhost/mcr/mcr.exe/main". I built and run. I viewed in thru IIS and it is running...
This is my code in Delphi 7.0
....
....
procedure TWebModule1.proMainGetForm(ASender: TIWPageProducer;
AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmMain.Create(AWebApplication);
end;
procedure TWebModule1....
Migrating from Delphi 6 to Delphi XE 3! [Edit]All,
I am a Delphi developer working in an windows form application developed using Delphi 6.
Now, we are planning to upgrade the development tool.
Can anyone provide me information related to major roadblocks that we can face while migrating from Delphi 6 to Delphi XE 3?
Should we migrate to Delphi XE 3 or any other preferred version of Delphi based on the fact that our target users will be using Windows 7 or Windows 8?
Do we have any tools or utilities to migrate the source code from Delphi 6 to higher version of Delphi?
Also, any suggestions related to best practices are welcome....
What we need to learn as we migrate from Delphi 2007 to Delphi 2012As we prepare to move from Delphi 2007 to the Delphi of next
summer/fall, and 64bit some day, we are looking for a list of
improvements to Delphi (from IDE to the language) that have been done
from Delphi 2007 to Delphi XE, as well as any planned ones for the next
version.
We understand the daunting migration to Unicode that awaits us but know
that we have missed some "new and improved" items where we have to get
all our developers up to speed on that may not be related to Unicode.
So, we will need to plan some training before we jump in.
Is there such a list out ...
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...
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 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 XE / Delphi 2010Hello!
I noticed that Embarcadero® Delphi® 2010 Version is not on the list of products on
Embarcadero page.
Or is it still possible to buy it?
Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
Thanks.
Am 13.09.2010 09:04, schrieb Petra Nemec:
> Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
As always you will probably have to recreate the projects as the import
is still a bit -- special.
Christian
Hello!
Does anybody know if it is still possible to get a Delphi2010 trial version
(if yes where)?
...
DBExpress terrible performance when migrating from Delphi 7 to Delphi 2007Hi,
When I'm migrating my project from Delphi 7 to Delphi 2007, I found that the speed slow down 3-4 times. I've started to investigate what is the reason of that and I've found that the problem is in the TSQLDataset component. So I make a simple example of an application that run one of my problem queries that fetches about 30000 rows and the result was amazing d7: 1500ms, d2007: 13500ms 8 times slower !!!!
Here are some perameters of the TSQLConnection
Delphi 7:
object SQLConn: TSQLConnection
ConnectionName = 'OracleConnection'
DriverName = '...
MOVED: Use Delphi XE TLB importer in Delphi 2007?....to the ActiveX group:
https://forums.embarcadero.com/thread.jspa?threadID=47170
--
Craig Stuntz · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz/
...
Special care for Installing Delphi XE and keeping RAD Studio 2007Hi to all,
I have a RAD Studio 2007 version that is in production, and I need to install Delphi XE in the same machine but I don't want my 2007 projects to be affected with this. I'm planning to migrate all projects to XE but it is going to take a while.
For doing this is there any special care to take?
Any tips about this will be appreciated.
Nando.
> {quote:title=Hernando Duque wrote:}{quote}
> Hi to all,
>
> I have a RAD Studio 2007 version that is in production, and I need to install Delphi XE in the same machine but I don't want my 2007 projects t...
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...