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...
Unable to deploy to iOS 7.1 device from Delphi XE5 Update 2Hi,
I am unable to deploy to iOS 7.1 device (iPhone 5) from Delphi XE5 Update 2.
When pressing Run I am receiving the error:
Local file cache for platform SDK "iPhoneOS 7.1" not found at C:\Users\ag30\Documents\RAD Studio\SDKs\iPhoneOS7.1.sdk.
Would you like to update the platform SDK now?
After pressing the Yes button I am receiving compiler error: " [Error] Error updating platform SDK "iPhoneOS7.1.sdk". Remote paths for this platform SDK has not been assigned"
Thanks for any help,
Asaf
Asaf Goldman wrote:
> Hi,
>
> I am unable to de...
I can to install one not delphi program foir iOS into one iOS for delphi?For example i have one programm builded as xcode for iOS, and i build one program as delphi for iOS. I want to have only one instalation, i can to add this xcode program into my delphi installer of my ios program?
I can to do the same as android? how i can to to this?
> {quote:title=oscar mejia wrote:}{quote}
> For example i have one programm builded as xcode for iOS, and i build one program as delphi for iOS. I want to have only one instalation, i can to add this xcode program into my delphi installer of my ios program?
>
> I can to do the same as android? how i can to to...
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...
Error on Delphi 6 but not on Delphi Xe for FtpI am Experimenting with get a file from our webside server via Ftp. I have 2 Machines 1 a laptop runing XP Delphi 6 Indy 10.5.8.0 An a machine runing Window 7 Delphi XE2 with Indy 10.5.8.0. I am using the Same Code on Both.
procedure TFrmMain.ProcessItemDalySpecial;
var
PathDest : String;
FileName : String;
begin
with FrmTb2 do
begin
if ReadIniBoolean(IniCfg,'FTP','UseFtpDaly') then
begin
Ftp.Host := ReadIniStr(IniCfg,'FTP','HostDaly');
Ftp.Port := ReadIniInt(IniCfg,'FTP'...
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...
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 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 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...
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
...
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)
...
Attempting to compile Delphi 5 code in Delphi XE5 is failingGreetings All,
If I'm not in the correct formum please tell me which one I should be in.
Just upgraded to Delphi XE5 and am attempting to compile one of my Delphi 5 projects. I used Interbase Express
I use either
TDataSource -> TCDSProvider -> TDataSetProvider -> TIBQuery or
TDataSource -> TClientDataSet -> TDataSetProvider -> TIBQuery
Also used TIBDatabase, TIBTransaction, and TIBStoredProc
I open the smallest project I have and click compile and almost immediately I receive this error
Checking project dependencies...
Compiling CITranEngine.dproj...
ArcGIS runtime errors after upgrading from Delphi 2007 to Delphi XE3We have an application written in Delphi Pascal that accesses the ArcGIS 9.3 API through the COM interface. We recently upgraded from Delphi 2007 to Delphi XE3 and ever since we upgraded we have been getting runtime errors in the ArcGIS libraries that we were not getting before.
Specifically the error is always "invalid floating point operation".
The first one that was occurring was happening in the method "sg.SgCoordRefSetZ". I was able to eliminate this error by adding a call to FGeoSpatialReference.SetZDomain(-10000, 100000.0) even though there is nowhere that we...
Delphi XE5, iOS and dylib creationOur group has to create a dylib for use on iOS (7). Our app will not be distributed through the app store which means dylibs should be allowed according to what I have read. However, if I select new DLL in Delphi, the only target platforms I can select are Win (32 & 64) and OSX. If I create a blank mobile application and change it from "program" to "library" it creates a dylib when compiled for iOS device but won't load using dlopen. What do I have to do to be able to create and use a dylib in iOS?
The saddest part is: if we (Delphi team) can't do this it wil...
Delphi XE5 iOS GPS statusHello, I need your help...
I'm using FireMonkey XE5 to create an app for iPhone.
Is there a way to check if the iPhone's GPS is active?
Thank you.
Try to get the coordinates and if it doesn't work it isn't active?
I've had issues with TLocationSensor so I use a native MapView to do it either from TMS Software or DPF IOS.
http://sourceforge.net/projects/dpfdelphiios/
http://www.tmssoftware.com/site/tmsicl.asp
...
Delphi xe5I installed new pc and transferred my application working well in notebook with same OS
Compiling project I get this error
[dcc32 Fatal Error] GesCom_01_04_prj.dpr(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)
What is it missing ?
Adalberto Baldini
Try launching with -r command line switch as shown here:
http://support.embarcadero.com/article/42597
Make sure you do not have a system environment variable named PLATFORM.
This is common HP computers.
Adalberto Baldini wrote:
> I installed new pc and transferred my application working well in...
Runtime error 217 in Delphi XE5I installed Delphi XE5 which completed the entire installation, but upon entering presents a sequence of errors like the one below
+Exception EPackageRegistrationException in module+
+coreidel9O.bpl at 000357FB.+
+Registration procedure. FmxMobilelDECmd.IDERegister+
+in package c\program files (6)\embarcadero\rad+
+studioU2.0\Bin\delphifmxmobilel90.bpl raised+
+exception class ELocalTimelnvali& The given+
+19110/2013 23:59:59’ local time is invalid (situated+
+within the missing period priorto DST).+
+Do you want to attempt to load this IDE package the+
+next time Delphi XE5 is...
Delphi XE5 DCC Error E2597I can compile and run a FireMonkey app when I select the iOS Simulator.
However when I try to compile it for iPhoneOS5.0 as the target platform
I get the following error:
[DCC Error] E2597 ld: warning: directory not found for option
'-FC:\Users\Glen\Documents\RAD
Studio\SDKs\iPhoneOS5.0.sdk\System\Library\PrivateFrameworks'
ld: file not found: /usr/lib/system/libnotify.dylib for architecture
armv7
Could someone please advise me on what I am doing wrong.
This also happens when I try one of the sample apps that installed with
delphi as well.
Thanks
Glen Welch w...
MacinCloud deploy error Delphi XE6I signed up with MacinCloud to create iPhone apps from my Windows/Delphi XE6 IDE. I followed JT's instructions to connect to the PAServer on MacinCloud. My iPhone code compiles and deploys but fails to kick off the IOS simulator. The message I get is "Unable to launch process on '208.52.189.12' using the parameters from the 'MacinCloud' profile. The following error was returned: 'Session ended'".
I am connected to the latest PAServer for Delphi XE6 update 1. Anyone experience this issue and found a way to get past the error?
Did you put in a pass...
Runtime Error 217 Delphi XE5I installed Delphi XE5 update 2.
However when I try to open the Delphi get the following error: Runtime Error 217.
Someone has gone through this problem?
Thanks
Marcio Bonfim wrote:
> I installed Delphi XE5 update 2.
> However when I try to open the Delphi get the following error: Runtime Error 217.
>
> Someone has gone through this problem?
>
> Thanks
Looks like a welcome page problem. See if following these steps
http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/run-time-error-217/05efa674-7061-4e53-86f4-4f4d9d3577de
helps
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
And so I patrol in the valley of the shadow of the tricolor
I must fear evil. For I am but mortal and mortals can only die.
Asking questions, pleading answers from the nameless
faceless watchers that stalk the carpeted corridors of Whitehall.
(Fish)
...
Using MessageUI in Delphi XE5-iOSDoes anyone here have a clue how I should be able to send emails using the MessageUI on iOS? Afaik it's not natively supported by DelphiXE5.
I need to send out an email with a file attached (no bitmap so the Media Library's share sheet won't do). If there are better ways to achieve this then suggestions are welcome also.
t.i.a.
Hert
Hert Vanzet wrote:
> Does anyone here have a clue how I should be able to send emails using the MessageUI on iOS? Afaik it's not natively
> supported by DelphiXE5.
You can use either Indy (TIdSMTP) component, or use DPF:
ht...
delphi xe5 ios gettickdiff and ticksuses idglobal;
.....
var mytime, timedif:cardinal;
......
mytime := ticks();
.....
timedif := Gettickdiff( mytime, ticks() );
Are ticks and gettickdiff functions for only windows? For delphi xe5 ios Which functions can we use instead of?
mustafa wrote:
> var mytime, timedif:cardinal;
Ticks() and GetTickDiff() operate on LongWord values, not Cardinal values.
> Are ticks and gettickdiff functions for only windows?
No, they are cross-platform.
--
Remy Lebeau (TeamB)
uses idglobal;
.....
var mytime, timedif:longword;//cardinal;
......
mytime := ticks();
.....
XE4 iOS deploymentI was able to run my proj in the iOS emulator on my Mac. I'm now working from home so on a different n/w but pa 'test connection' reports OK.
When I run or debug to the emulator, Delphi hangs whilst 'delploying iOSSimulator/Debug/myproj.rsm' - 'cancel' doesn't work, have to kill it from task manager.
I've rebooted the PC but still the same.
What's going on ?!
OK, seems to have taken about 10 mins but is now OK!!
> {quote:title=martin moore wrote:}{quote}
> I was able to run my proj in the iOS emulator on my Mac. I'm now working ...
Delphi 2009 automatic bug reports appear as Delphi.NET issuesFor automatic bug reports, Delphi 2009 seems to put 'Delphi.NET' into
the field for 'Project'. I will try to verify it and enter it in QC.
Unfortunately this means I have to use the QC database for 'testing',
but will delete my test entries if I have verified the problem.
Michael Justin
Michael Justin wrote:
> For automatic bug reports, Delphi 2009 seems to put 'Delphi.NET' into
> the field for 'Project'.
AFAIK this is as expected. There is no project "RAD Studio" and so
"Delphi.NET" has been choosen as proj...