can i use delphi 2007 bpls in delphi 2009can i use delphi 2007 bpls in delphi 2009 ?
"Gaetan SIRY" skrev i meddelelsen news:8703@forums.codegear.com...
> can i use delphi 2007 bpls in delphi 2009 ?
No.
--
Finn Tolderlund
The compatiblity between D2006 and D2007 was unique.
Normaly they can't be compatible because new version enhance/change the API. And D2009 defines String = Unicode where older version has String = Ansistring so D200x/Dx-BPL are 200% incompatible with D2009.
...
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 I Use Delphi 10 to compile for Windows 98 OS. [Edit]Can I Use Delphi 10 to Compile for Windows 98 OS.
I know its a bit out there, but I have an old Windows 98 SE industrial touchscreen PC with one of my applications running on it in Windows 98 SE.
My cheapest option is to recompile my old source to run on it. I successfully complied it with Delphi 10 but when I try to run it on the Windows 98 PC it says " expects a newer version of Windows. Upgrade your Windows version".
Basically upgrading this machine is near to impossible and giving them new hardware and OS will be very expensive as it is a specialist piece of hardware.
...
Delphi XE2 DLL can't be used in C# application [Edit]For testing I am trying to call a Delphi XE2 DLL (see code) in a C# application (developed in Visual C# 2010 Express).
procedure CLP; stdcall; export;
begin
showmessage('TEST');
end;
exports CLP;
However when trying to add the DLL as reference to a C# project the following message appears:
"A reference to 'D:\temp\test.dll' could not be added. Please make sure that the file is accessible, and that is a valid assembly or COM component."
When the same DLL is compiled under Delphi 2010 it works without any problem.
Any suggestions how to solve the p...
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...
New to DelphiHi
I am new to Delphi & want to know good resources for learning to use it. Is there a list of good Delphi learning resources (books/online tutorials) somewhere? What recommendations can anyone make for someone new to Delphi (& only a hobby programmer at the moment)?
A couple of weeks ago I started with DelphiXE4 trial & have Googled for a few Delphi resources but I haven't found anything very good yet for me as a beginner. I'm just struggling along trying to learn as I go! (I'm presently struggling with DragandDrop...see
[http://stackoverflow.com/questions/17232...
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 Win32 using delphi .NET dllHi,
I'm trying to use a delphi.NET dll in delphi.WIN32. I am currently using CodeGear Delphi 2007 with version2(base version) of .NET
I can get the dll to import into the WIN32 application the only problem is when i include things such as: "using Classes,DateUtils, SysUtils" in the .NET dll the win32 application will instantly hang when any of the dll functions are called.
Any help would be great thanks.
Also I have tried this example and it also crashes for me? http://cc.embarcadero.com/Item/22688
-Braden
I also found this..
"The problem is that, wehn you instal...
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...
To use or not to use DelphiSadly, it seems to me that there is a sort of race between the two threads, for and against using Delphi in new projects, with more or less the same users posting in both threads. Arguments are fiercely debated in both camps.
Borland had their own vision. As a community, now that Delphi has changed ownership I believe we should try to be more consistent, more clear, and more articulate in what we expect from Embercadero in terms of Delphi. We can contribute to keeping Delphi alive and moving in the right direction.
"Laurent Cocea" schrieb:
> Sadly, it seems to me that there ...
Cannot use Microsoft Excel when a Delphi application that uses automat. run [Edit]Dear all,
I built an application that connect to an Excel file using a OleObject:
Excel := CreateOleObject('Excel.Application');
LCID := GetUserDefaultLCID;
all works fine but I cannot use Microsoft Excel externally when my application is running. If I try to open another xls file, Excel tries to open the file in my Delphi application in read only mode. It does not even show it properly but opens a weir transparent application.
I just want to be able to use Excel externally and I'd like the instance opened by my Delphi application to be independent from other Exc...
Problem using InstallAware 7 CodeGear Special Edition with Delphi 2010 [Edit]Hi Everyone,
I am trying to create an installation disk for my delphi 2010 application using the installAware that kind of comes with Delphi 2010.
When I try to built it, it keeps giving me the error message:-
No files matching pattern "C:\Windows\system32\\*120.bpl"
and when I look into my windows\system32 folder, there the files with extension *.bpl end with *140.bpl and not *120.bpl like it was expected.
Can anyone tell me if I am doing something wrong or how I can get around this.
Thanks in advance.
Edited by: Tat Hon Chu on Dec 3, 2009 12:55 AM
> {quo...
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...
Can I update my Delphi 2007 lincense to Delphi 2009?Hi all!!
I have 12 lincense of Delphi 2007. When I bought these licenses to your partner told us that we could update to Delphi 2009 free. But, now I try to do that and I can't do.
Are there any reason for that?
Can I update my version of Delphi?
> {quote:title=Oscar Estevez wrote:}{quote}
> Hi all!!
>
> I have 12 lincense of Delphi 2007. When I bought these licenses to your partner told us that we could update to Delphi 2009 free. But, now I try to do that and I can't do.
> Are there any reason for that?
>
> Can I update my version of Delphi?
...