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 7 Pro to Delphi XE2Hi All
I'm porting a project from Delphi 7 Pro to Delphi XE2 and have notice the VersionInfo "Release" and "Build" not being extracted correctly.
Should be "1.2.3.4"
but is getting "1.2.6150.4567"
I'm using the following to extract the VersionInfo and works ok in Delphi 7 but doesnt get the "Release" and "Build" info when used in Delphi XE2.
function GetVersion : string;
{ ---------------------------------------------------------
Extracts the FileVersion element of the VERSIONINFO
structure that Delphi ma...
Is GNU Gettext for Delphi compatible with Delphi XE2 ?The site http://dxgettext.po.dk declare support for Supports for Delphi
5-2009.
Thanks in advance
lior ilan wrote:
> The site http://dxgettext.po.dk declare support for Supports for Delphi
> 5-2009.
> Thanks in advance
It is, if you look in the forums mentioned in that website
http://tech.groups.yahoo.com/group/dxgettext/
http://tech.groups.yahoo.com/group/dxgettext/message/3639
Regards
Olivier
...
Ann: FastReport FMX for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
Will Delphi XE2 co-exist with other Delphi versions ?Can I install it on a machine that's got other Delphi's on it ?
Lut Mentz wrote:
> Can I install it on a machine that's got other Delphi's on it ?
Yes. As far as I know that has always been the case.
--
-Mike (TeamB)
Lut Mentz wrote:
> Can I install it on a machine that's got other Delphi's on it ?
Yes -- it has always been the case that the new version co-exists
peacefully with all the older ones.
--
Nick Hodges -- Product Development Manager
Gateway Ticketing Systems
http://www.gatewayticketing.com
> {quote:title=Mike Williams ...
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', '&...
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...
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 XE2: Printing on OSXI see that both printing component sets provided in XE2 (Rave and
FastReport4) do not support printing on OSX.
Does anybody have any idea what could be used in the interim?
Thanks
Mike
Am 01.09.2011 20:30, schrieb Mike Brindley:
> I see that both printing component sets provided in XE2 (Rave and
> FastReport4) do not support printing on OSX.
>
> Does anybody have any idea what could be used in the interim?
>
> Thanks
>
> Mike
Is there some equivalent of TPrinter available for Mac?
You could use the native Cocoa APIs I guess...
Greetings
...
Ann: X-platform report generator for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
DesignIDE package and porting Delphi 7 components to Delphi XE2HI
I am porting components from Delphi7 to Delphi XE2, and started run in problems regarding MaskProp.dcu, some of the components uses this, and is looking for TMaskProperty class.
After a lot of browsing on the net i figured out that all these units is packaged in the designide.dcp.
So i have the design time component in a package that requires the designide.dcp and then the runtime component package that reguires the designtime package for the component.
In the runtime component package i get errors regarding the MaskProp.dcu and the TMaskProperty class.
I dont know what to do from ...
Access to legacy (Delphi 4) Midas server from Delphi XE2Hello,
My company biggest product is developped with Delphi 4 and uses several Midas servers. It's a really big application (still in evolution, since 1997) , that has been started with Delphi 3.
A partial or complete rewrite of this application is planned in a mid term future, and I must study if we can envisage a soft migration of some parts of the software on Delphi XE2 (or XE4), or if a complete rewrite even of the servers parts is required.
If a complete rewrite must be done, my boss doesn't exclude to study the possibility of using another development environment to rewri...
converting delphi 2007 code to delphi XE2 -- emptyparam problemHi, I am trying to convert my applicantion code from delphi 2007 to delphi XE2 and i got stuck in this error "[DCC Error] ADODB_TLB.pas(4888): E2033 Types of actual and formal var parameters must be identical". This happens when we use emptyparam as an argument in a function that wants an olevariant.
Example:
function TAcadDatabase.CopyObjects(Objects: OleVariant): OleVariant;
begin
Result := DefaultInterface.CopyObjects(Objects, EmptyParam, EmptyParam); //this is where we get the ERROR
end;
The coyobjects function as this signature: " function CopyObjects(Object...
Delphi XE2 Translation Manager is crippled compared to Delphi 7Delphi XE2 Translation Manager enables editing only of the properties that
were previously saved to the DFM file.
That means only properties that were changed from their default values in
the original source language form.
So if a TLabel Alignment is taLeftJustify I can't edit or even see its value
in the translated form grid editor.
Delphi 7 Translation Manager enabled editing and viewing of all the
properties of a component included in the form.
It also enabled editing properties using the Object inspector.
Am I missing some definition in Delphi XE2 to enable all properties ...