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...
Can delphi 2009 and delphi 7 be on the same computer?Can I install and run delphi 2009 and delphi 7 separately on the same
computer or will they interfer with each other?
I have delpi 7 already so do I need to choose a new folder (not c:\Borland)
when installing 2009?
Lorne Anderson wrote:
> Can I install and run delphi 2009 and delphi 7 separately on the same
> computer or will they interfer with each other?
>
> I have delpi 7 already so do I need to choose a new folder (not c:\Borland)
> when installing 2009?
It works fine. You usually want to install the older version first.
As for folders, the root folde...
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...
ANN: wxForms for DelphiWe are pleased to announce the release of our wxWidgets Form Designer for Delphi - wxForms for Delphi 1.1.
wxForms for Delphi is an integrated form designer plugin for Borland /CodeGear Delphi that helps to create cross platform applications for Windows, Mac OSX and Linux using single source base. The wxForms code from Delphi can be compiled in Mac OSX and Linux without much change using FreePascal.
wxForms for Delphi allows you to use all the Delphi's powerful Form Designer/ Editor features (Form Alignment, Object inspector, Component Palette etc ) to quickly create Cross platfor...
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 ...
.net component to Delphi component ?Hello,
Is there a way to use .net component inside Delphi ?
Thanks
On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
> Is there a way to use .net component inside Delphi ?
http://www.managed-vcl.com/ has some libraries for this.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
Marc Rohloff wrote:
> On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
>
>> Is there a way to use .net component inside Delphi ?
>
> http://www.managed-vcl.com/ has some libraries for this.
>
I was hoping for a free tool but thanks
On Tue, 18 Nov 2008...
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 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...
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 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;
...
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 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...