Installing Delphi 7 and Delphi XE5 on same machineIs there any implication installing Delphi 7 and XE5 on a same machine? Will it affect the 3rd party components, libraries, dll etc.?
On 15/12/2013 23:56, Ebizit IT wrote:
> Is there any implication installing Delphi 7 and XE5 on a same machine? Will it affect the 3rd party components, libraries, dll etc.?
Ebizit,
The usual guideline is to install in release order, Delphi 7 first, then
XE5. I would also advise installing in a dedicated, security open
directory such as:
C:\Tools\Delphi-7
C:\Tools\Delphi-XE5
However, since I cannot afford the grossly inflated pric...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
Modify a working Delphi XE4 installation does not workHello,
i need to upgrade the intraweb component in Delphi XE4 to the official atozed license.
The info from atozed is first to uninstall the bundled version.
But when i start the installation wizard from XE4 and select modify, a message "serial number unvalid" appears
and i can only stop with taskmanager.
What can i do.
Thanks
Theo
Ok, i found the solution myself.
Here is how it goes:
http://support.embarcadero.com/article/43089
...
I have installed the Delphi 2010, How install XE5 on the same computer?HI!
I have Delphi 2010 in my notebook.
And I buy one new upgrade XE5.
1-To install XE5, I have to uninstall 2010 before ?
2-If I install XE5 without uninstalling 2010, the two continue working ?
3-Ideally I could continue compiling my systems, with 2010. While doing compatibility tests with XP5. This is possible ?
Thanks to anyone who can help me !
Luiz,
| I have Delphi 2010 in my notebook.
| And I buy one new upgrade XE5.
|
| 1-To install XE5, I have to uninstall 2010 before ?
|
| 2-If I install XE5 without uninstalling 2010, the two continue
| working ?
|
| 3-...
Converting from Delphi 2005 to Delphi XE5I have developed a number of Windows applications in Delphi 2005.
I recently purchased Delphi XE5.
I have started by trying to compile an existing 2005 application.
I am getting a 7 errors about FMXTeeEditor.
[dcc32 Error] E1026 File not found: 'FMXTee.Editor.Brush.fmx'
Not able to find a solution to this. Any help greatly appreciated.
Did you open every form before compiling? The old forms get updated with new properties when they are opened. I would make a copy of the old project before doing any of this.
maybe you have links to the older tchart files....i.e its not usi...
Unit working on delphi 7Hello,
i have unit working on delphi7 - 2010 BUT on XE5 give me a lot of errors
can you help me please to check whats wrong in the unit on XE5
{$WARNINGS OFF}
unit CommonMemoryUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Dialogs;
type
TCommMemNT = class(TObject)
private
FMemPtr:pointer;
FhProcess:THandle;
FdwProcessId:DWORD;
FSize:integer;
FPosition : Cardinal;
protected
procedure Open(AllocSize:integer);
procedure Close;
public
constructor Create(hTarget:HWND;AllocSize:integer);
destructor Destroy;override;
procedure Ze...
Delphi 6 and Delphi 2010 Install same machineI'm currently still on Delphi 6 for some legacy software, but I'm looking at installing Delphi 2010 on my Windows XP machine.
Are there any known issues with installing D2010 on an XP machine that already has Delphi 6 installed?
(I'm not talking about updating the projects code/controls/etc, just running the IDE's).
> I'm currently still on Delphi 6 for some legacy software, but I'm
> looking at installing Delphi 2010 on my Windows XP machine.
>
> Are there any known issues with installing D2010 on an XP machine that
> already has Delphi 6 i...
Why does this work fine in Delphi 2009, but not in Delphi 2010I've been racking my head trying to figure this out and can't understand what is wrong, TFileStream.ReadComponentRes fails when I try to read a component containing a record, it works fine in Delphi 2009 and Delphi 2007, but fails with Delphi 2010
Here is the unit source and DFM
*+//UnitSource+*
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TThresholdMode = (tm0,tm1,tm2,tm3,tm4,tm5);
TThreshold = Record
Mode:TThresholdMode;
Filter,Start,Stop:Integer;
end;
...
Code works in Delphi 7 but not in Delphi 2010 [Edit]hello,
i have a procedure that open's a file by passing the file name as the parameter to the executable.
something like this
{code}
C : \ P r o g r a m F i l e s \ Da c k e r \ D r a c k e r . e x e " G : \ D E l p h i 7 \ D e l p h i 7 A p p _ l o g . t "
{code}
The source code is
{code}
procedure OpenFileWithExe
var
hReg: HKEY;
Ret: Longint;
RegDataType, RegDataSize: DWORD;
CmdLine: array [0..560] of Char;
Len: Integer;
SInfo: TStartupInfo;
PInfo: TProcessInformation;
begin
Ret := windows.RegOpenKeyEx(HKEY_CURRENT_USER,
...
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...
Debugging DLL compiled with Delphi 7 in Delphi XE5Dear Sirs/Madams,
We are considering changing from Delphi 7 to Delphi XE5.
Our project consists of a dll and an .exe file. I have begun converting the .exe file to Delphi XE5 and have successfully accessed the DLL compiled with Delphi 7.
When I debug the DLL (using the "run parameters" and changing "host application" to the .exe file) in Delphi 7 I can set breakpoints etc. and they are triggered.
However, when I attempt to debug the project in XE5, I get the following message:
Module Load: xxx.dll. No Debug Info. Base Address: $015A0000. Process xxx.exe (2928)
...
Is possible to install delphi 7 and delphi 2009 upgrade?I have delphi 7 interprise installed on my PC. Our company bought a delphi 2009 professional (upgrade). All of our projects now are made in delphi 7. We don't have time to move those projects to delphi 2009. Now, we are planning to create a new project using delphi 2009. Is it possible to install delphi 2009 in different windows profile without affecting delphi 7 projects?
Edwin Aceron wrote:
> I have delphi 7 interprise installed on my PC. Our company bought a
> delphi 2009 professional (upgrade). All of our projects now are made
> in delphi 7. We don't have time to move...
Win32 program: Delphi 7 vs Delphi XE5How is a D7 Win32 program compared to a Delphi XE5 one in terms of stability
and performance?
Is Delphi XE5 good enough for a big ERP project with several DLL's and
hundreds of units and forms?
Thanks in advance
Am 26.12.2013 15:02, schrieb lior ilan:
> How is a D7 Win32 program compared to a Delphi XE5 one in terms of stability
> and performance?
> Is Delphi XE5 good enough for a big ERP project with several DLL's and
> hundreds of units and forms?
> Thanks in advance
>
Hello,
XE5 has increased functionality. Stability seems to be ok for most
...
Delphi 2010 and Delphi XE5 shuts down when opening projectsOver the last week I have found it increasingly difficult to open projects. Even really simple projects, some more complex.
For example if start Delphi 2010 Enterprise Edition. I see the list of recently opened projects. I then click on a simple existing project, I get a hour glass for about a second and then Delphi IDE has gone. In the windows task manager, there are now no applications running.
I have not changed the installation, being using Delphi 2010 enterprise on the same computer for a few years. I'm not a full time developer, but do internal development of our compa...
Delphi 2010 and Delphi XE5 shuts down when opening projectsOver the last week I have found it increasingly difficult to open projects. Even really simple projects, some more complex.
For example if start Delphi 2010 Enterprise Edition. I see the list of recently opened projects. I then click on a simple existing project, I get a hour glass for about a second and then Delphi IDE has gone. In the windows task manager, there are now no applications running.
I have not changed the installation, being using Delphi 2010 enterprise on the same computer for a few years. I'm not a full time developer, but do internal development of our compa...