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...
dll fails when compiled with delphi 2010, but works with delphi 7I may be doing good if someone can just point me to the right forum
I have not created a dll for some time and have not written one with 2010 before. The dll I am creating will be called as a cfx function by either a ColdFusion or BlueDragon webserver. I have written cfx DLLs in the past.
The function declaration is below, it is the standard declaration from ColdFusion or Bluegradon documention on creating a CFX.
procedure ProcessTagRequest(Request: TCFXRequest); export; cdecl;
Since this was the first time using 2010 I wrote a very basic function to build off that was not much mor...
delphi 2006 code in delphi 2010hello,
is there any option to make delphi 2006 code work in delphi 2010? something like in java IDEs where you can define the code level you like to use?
the problem is, that i made a project with 2006 and sent it to my customer. they got 2010 and it compiles fine, but it just doesn't work. it deals with en-/decryption of text, we assumed, that it has something to do with ansi vs. unicode strings... but we cant find the exact position where the error occurs.
i am a bit dissapointed, because everywhere i read that the new IDE will always be downwards compatible and so on.. but in ...
Migrating From Delphi 7 to Delphi 2010We did not know which forum was the best for this question.
We have been wanting to migrate from Delphi 7 to a later version for years but it appears to be a daunting task. We first looked at D2006 and that was a radical new world. We bought D2010 a couple of years ago and not done much with it because there are so many parts to our applications. We have done a few new applications in D2010 and they seem to work okay. D2010 has not been impressive, perhaps because of the strangeness compared to D7.
Is is possible for us to do a phased sort of migration where we do a form at a time? ...
Using Delphi 7 and Delphi 2010I had a project in Delphi 7.
I worked on it in Delphi 2010.
When I try to open the .dpr again in Delphi 7, the IDE toolbar widens across both monitors, and Delphi 7 locks up.
It appears that Delphi 2010 modifies the .dpr in a way that makes Delphi 7 unable to open it again.
All my forms & units appear to open fine in D7 after D2010, except for the warnings on the ExplicitHeight and ExplicitWidth properties being missing...
I can easily recreate the .dpr, but is this expected behavior?
Thanks.
Tom Field wrote:
> I had a project in Delphi 7.
>
> I worked o...
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;
...
Convert Delphi 7 to Delphi 2009 [Edit]Hi!
Please, I have a code done in Delphi 7...
Now I want to convert Delphi 7 to Delphi 2009 but I'm having problems when compile the code.
Error message:
+[DCC Fatal Error] Far.dpr(9): F2063 Could not compile used unit 'System.pas'+
Please can somebody help me?
Source Download (349KB): http://rapidshare.com/files/256191328/FileManager.rar.html
Mirror Source Download: http://www.megaupload.com/?d=12GYLPT0
Password: delphi
Thank u so much!
(sorry for my bad english, it is not my native language)
Edited by: loquax loquax on Jul 15, 2009 12:24 PM
Sorry, bu...
Delphi 7 to Delphi 2010We have decided to move up some applications running under Delphi 7 to
Delphi 2010. However, I was surprise to see that simply recompiling the
application causes the application to be much slower than version 7. We
have a lot of string transformation routines, some mathematical
transformations, etc. When I mean slower, I mean up to two times slower
than with Delphi 7, so it not a minor difference. (The EXE is also a lot
bigger but I don't worry too much about that).
Is there something I can do to obtain the same kind of speed I had in Delphi
7 but with Delphi 2010? ...
Pchar for PansiCharhello, I use a DLL developed in D7 and not have the same sources. I will use Delphi 2010 and the functions do not work
function TkmInitialize(LOGXMLDIR: PChar; TkmByExt: dWord): dWord; stdcall; external 'trackbuffer.dll';
function TkmCreateStream(FileName: PChar; Var Stream: dWord; Var Error: dWord): PChar; stdcall; external 'trackbuffer.dll';
function TkmLogEnd(Stream: dWord; MediaDuration, MediaPosition, MediaType: dWord; MediaName: PChar): dWord; stdcall; external 'trackbuffer.dll';
function TkmIsTkm(FileName: PChar): Bool; stdcall; external 'trackbuffer.dl...
Delphi 7 to Delphi XE: TBlobField to XML [Edit]Hi,
I'm migrating a Delphi7 application to Delphi XE.
I'm using a TClientDataSet to communicate, by using a XML frame, with my server.
In this TClientDataSet I'm using a TBlobField which is an array of 384 byte.
The blobField is allocate by a code like this :
{code}
myStream : TStream;
myStream := aClientDataSet.CreateBlobStream(myBlobField, bmwrite);
vResult := myStream.Write(ArrayOf384Byte[0], length(ArrayOf384Byte)); //vResult = 384 => GooD !
(...)
{code}
For communicate with the server, we have to decode the Blobfield in XML before to sending it.
We have...
Delphi 7.0 code convert to delphi XE ...Hello All,
I create an application using Web Server Application then CGI stand alone... In WebModule I add ModuleController component and IWPageProcedure...
Below is my code in Delphi 7.0, this is how to call another units in webmodule...
....
....
procedure TWebModule1.proMainGetForm(ASender: TIWPageProducer; AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmMain.Create(AWebApplication);
end;
procedure TWebModule1.proLogInGetForm(ASender: TIWPageProducer; AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmLogIn.Create(AWebA...
Is it worth to move my code from Delphi 2009 to Delphi 2010?Hi guys,
we are working on Delphi 2009 till this day because we do not have the time to upgrade our code to the newest version. There is always something more important (features, bugs...) and our code has 2+ million lines.
I thought that instead of moving from D2009 to XE7 I could atleast move code to D2010 because it is more or less backward compatible and it shouldn't take me that much of a work. I wanted to ask you about your opinion. Is it a good version to move to?
Regards.
Dimitrij wrote:
> I thought that instead of moving from D2009 to XE7 I could atleast
> move ...
Update Delphi 2005 to Delphi 2010, which do i need? [Edit]Hello,
we have one Delphi 2005 Professional here and want to upgrade to Delphi 2010, but we are a bit confused. Our distributor in Germany, ingram-micro offers several upgrade products:
UPG DELPHI 2010 PRO - NAMED USER
UPG DELPHI 2010 PRO - NAMED USER ELS
UPG DELPHI 2010 PRO - NAMED USER FLEX
RAD STUDIO 2010 PRO - UPG
UPG RAD STUDIO 2010 PRO - NAMED ELC
UPG RAD STUDIO 2010 PRO - NAMED FLEX
UPG DELPHI 2010 PRO - CONCURRENT ELS
UPG DELPHI 2010 PRO - CONCURRENT FLEX
What do they mean exactly and which one do i need? At the moment delphi is installed on two PCs and we want to use ...
Delphi 6 to Delphi 2010 character codes conversionI an converting a unit from Delphi 6 to Delphi 2010. Everything works except for a couple of character codes, the decimal values are(224 and 227). As far as I can tell when data is loaded from the socket into a buffer, the codes are ok. When they are written to another buffer these 2 codes use the upper case version of the characters(192 and 224). I don' t see it on any other of the codes. I set the code page in the compiler options to 1252, but that did not work. Any other options I can set in Delp
hi 2010 to correct this?
TIA
Jan B wrote:
> I an converting a unit from D...