Delphi 5 to Delphi XE4Thinking about making the conversion. Of course we have numerous components such as:
TurboPower AsyncPro,
TurboPower Orpheus
ICS2
Synactis All-In-The-Box.
You guys have any advice as to the effort and time it may possibly take. It is a large application, several hundred thousand lines.
And that's what happens when using third party components, a lot of extra work. I have been burned a few times.
I now minimize the use to a few well known suppliers, like TMS.
I have "banned" a lot of other components.
Regards,
Ole
>
> Thinking about making the conver...
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...
League System compatible with Delphi 2010 or Delphi XE4I am currently trying to write a league system using delphi to be used for an upcoming football tournamant I am running. However, I have encountered some difficulty in doing so.
Does anyone have a league system they would give me the code for that is compatible with Delphi 2010 or Delphi XE4?
...
Stack overflow when opening a Delphi 7 frame in Delphi XE4I am trying to port a Delphi 7 application to Delphi XE4. I have installed
all the required component libraries in Delphi XE4 and I managed to open the
Delphi 7 project in Delphi XE4. However, when I try to open one of the units
containing a VCL frame I get the error "stack overflow - Save your work and
restart RAD studio XE4". If I don't open any frames and try to build the
project, the compiler can't find the components in the above mentioned frame
unit and stops with an error. What should I do?
Pier
I figured out what the problem was. I has a TsiLang compo...
League System compatible with Delphi 2010 or Delphi XE4 #2I am currently trying to write a league system using delphi to be used for an upcoming football tournamant I am running. However, I have encountered some difficulty in doing so.
+Does anyone have a league system they would give me the code for that is compatible with Delphi 2010 or Delphi XE4?+
...
ActiveX differences between Delphi 7 and Delphi XE4 in an MFC applicationWhen I create an ActiveX control based on a TPanel (with no added code) in Delphi 7, I am able to add this to a MFC C++ application and have it run fine.
When I take the exact same code and compile it in Delphi XE4 (and XE2), MFC throws an assertion. I confirmed that the only changes are in the dcu, ocx and res files.
The assertion is happening on ASSERT(wFlags == DISPATCH_METHOD); in occsite.cpp (I included the source to this).
{code}
STDMETHODIMP COleControlSite::XEventSink::Invoke(
DISPID dispid, REFIID, LCID, unsigned short wFlags,
DISPPARAMS* pDispParams, VARIANT* pvar...
Unofficial Delphi 7 updatesAnybody noticed, even tried this Enhanced Run Time library for Delphi ? It's a hack of the D7 RTL/VCL
http://blog.synopse.info/post/2009/12/20/Enhanced-Run-Time-library-for-Delphi-7
It's very interesting and I'd like to know it's stability.
Edwin Ye wrote:
> Anybody noticed, even tried this Enhanced Run Time library for Delphi
> ? It's a hack of the D7 RTL/VCL
This library violates Delphi's license (redistributing of RTL/VCL
source files is not allowed).
The last post was deleted and I'm sure this one will be deleted, too.
--
Andreas H...
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...
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 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 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?
I recently upgraded a sizeable (Paradox) app from D3 to XE2 and was
pleasantly surprised. About 20-30 hours once I understood how XE2 works.
Andrew
--
Andrew Gabb
email: agabb@tpgi.com.au Adelaide, South Australia
phone: +61 8 8342-1021
-----
Recently moved a lexicographic application from D2007 to XE2 with little pain. As you would imagine,
it is heavily string-based, with much use of TStringLists, cuttin...
Delphi 5 to Delphi 6 and upDear List,
Trying to add 7Zip compression support to my delphi application.
I am using the ported 7Zip sdk (see their website, they have a link).
I am stumped on how to rewrite a single function:
function ReverseDecode(var Models: array of SmallInt; ....): .....
where the input is mostly a fixed size array of SmallInt.
This code perfectly compiles and functions in Delphi 6 and up, but in Delphi 5 I get the error:
There is no overloaded version of 'ReverseDecode' that can be called with these arguments
And obviously, the input (fixed) isn't the same as the param definition (dynamic sized).
However, my question is just as obvious:
How do I rewrite this function so it will behave correctly in Delphi 5? (If this is even possible)
I hope I don't have to overload it to something like:
function ReverseDecode(var Models: array[0..xxx] of SmallInt.......
Thanks in advance for any assistance,
Rory
Rory Slegtenhorst wrote:
> Dear List,
>
> Trying to add 7Zip compression support to my delphi application.
> I am using the ported 7Zip sdk (see their website, they have a link).
>
> I am stumped on how to rewrite a single function:
>
> function ReverseDecode(var Models: array of SmallInt; ....): .....
>
> where the input is mostly a fixed size array of SmallInt.
> This code perfectly compiles and functions in Delphi 6 and up, but in
> Delphi 5 I get the error: There is no overloaded version...
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)?
...
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;
...
from delphi 6 to delphi 2010Hi.
It is possible, with component RX, dxforumlibrary, InfoPower3000Pro,
StringAlignGrid.
Accepts communication BDE.
Thank by comments.
excequiel arostica wrote:
>Hi.
> It is possible, with component RX, dxforumlibrary,
>InfoPower3000Pro, StringAlignGrid. Accepts communication BDE.
>
>Thank by comments.
Rx is dead and sources are taken over by jcl/jvcl. I dont know about
the rest of the components and i have no experiences with bde over the
last 9 years.
excequiel arostica wrote:
> Hi.
> It is possible, with component RX, dxforumlibrary,...
Delphi for PHP or Delphi PRISMHi,
I have the opportunity to develop a web-based library management system.
Nothing fancy, just being able to do the usual CRUD stuff for books and
provide a search facility. Borrowing is to be done via an email request
to the library admin who then sends out the book(s). Since both Delphi
for PHP and Delphi PRISM will enable me to develop the app, which one
will allow me to deliver it in less time and also increase (even how
small) my marketability as a web developer? Thanks.
Phillip Flores
Phillip Flores wrote:
> Hi,
>
> I have the opportunity to develop a...
C++ Events like Delphi eventsHello everyone,
This is not exactly a doubt about Delphi programming, it is more related to
C++ programming, but, as I´m used to Delphi programming, I´m a little
confused with some aspects of C++ Programming..
The problem that I have is with object events on C++, for example, I have
the simple classes:
TMyObject = class
private
FEvent: TNotifyEvent;
procedure TriggerEvent;
public
OnEvent: TNotifyEvent read FOnEvent write FOnEvent;
end;
OK, This is a simple class that I want to use on several different places in
my program, inside several differ...
Delphi 5 To Delphi 2009I upgraded to Delphi 2009 from D5. The install says I can install Delphi and/or C++. Delphi installed OK but I see nothing of C++. What am I missing or does my upgrade not include C++? Thanks
It depends on what you bought. If you bought Delphi 2009 only, that's
what you get. If you bought Delphi 2009 and C++ Builder 2009 you get
both. My guess is you got Delphi 2009 only. The simplest way to verify
is look your invoice - it should say I would think. You could also go to
members.embarcadero.com, login, then click on my registered products.
There will be a textual description of...
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 4 to Delphi 2009Hello,
Thanks to all who answered my previous question. That was a great help.
And atlast our client agreed to upgrade our delphi version from 4 to Delphi 2009. *Sigh*.
But before that, I need to give the estimation and cost regarding the migration to delphi 2009.
Can anyone tell me is there any tool to migrate from delphi 4 to delphi 2009 or just I need to compile our Delphi 4 application in Delphi 2009.
I have read from the delphi 2009 feature matrix that Delphi 1 through Delphi 2007 import is possible in delphi 2009. But i am not that sure considering the size of our application.
...
Delphi and virus, or virus and Delphi.Hi all.
There is some discussion about a 'new' virus, that targets Delphi (and
developers).
The article is in danish:
<http://www.version2.dk/artikel/11833-delphi-udviklere-jages-af-ny-type-malware>
but refers to this article:
<http://news.cnet.com/8301-27080_3-10312628-245.html>
From the Danish article POV, it seems like Delphi itself is vunerable, which
is not true.
As far as i can see, is the attack vector, injection of (source) code in the
'Sysconst' unit.
What's going on?
--
Best regards
Stig Johansen
Perhaps checking other thre...
Delphi XE4 update 1 -- won't run [Edit]I downloaded the ISO file and burned a disc.
I also mounted it in my Mac.
I'm trying to upgrade it inside of my Parallels VM where XE4 is installed.
If I try to run it from the mounted ISO volume, I get an error saying "V:\install\setup.exe cannot be found"
The volume is mounted as V:, and there's very clearly a folder named \install that has a file setup.exe on it.
What's wrong with this that it cannot find a file that I can launch by typing the exact same path into the Run... box?
When I open the Explorer and go to V:\install and double-click on setu...
DelphiHello.
I use the Delphi SQL Explorer for view and edit ASA database. But I can't
see tables DBO owned in the window DATABASES, only as result of select (for
example, select * from dbo.client). Why I can't see these tables?
Alexey Yakushev.
P.S. I use Delphi5.
I don't know much about Delphi, but tables owned by dbo are considered
system tables in ASA. It's possible that SQL Explorer is making ODBC calls
to list tables that execlude system tables.
--
Reg Domaratzki
Sybase iAnywhere Solutions
Please reply only to the newsgroup
ASA EBFs and Whitepapers
ht...
DelphiHi All
Have anyone tried to create a defenition file for delphi
Thanks
Albert
"Albert" <albert@sybase.co.za> wrote
> Have anyone tried to create a defenition file for delphi
Hi Albert,
I tried but gave up after sometime. I have not completed it. If you do
create once, let me know ;-)
-- Reddy
reddyp@nospam.mindpsring.com
...
Delphi
Successfully ported IBuySpy in Delphi, Almost ported in MySql
See it on www.giacomo.cc
Bye!
Hi,
Is it open source??H. G. Sajnani.
MCSD.net, MCDBA, MCSE.
Max Virtual, LLC
Computer Science Applications.
...
DelphiHas anyone done xpcom with a Delphi plugin?
If so could you eventualy provide a little example
which demonstrates xpcom under delphi?
kind regards
Mike
...