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.
...
Delphi 2009 alongside Delphi 2007Hi all,
I am about to install Delphi 2009 on the same development system
as Delphi 2007, before I embark is there anything I should be aware
of so as to not break my Delphi 2007 installation and projects ?
Thanks
JT
John Taylor wrote:
> Hi all,
>
> I am about to install Delphi 2009 on the same development system
> as Delphi 2007, before I embark is there anything I should be aware
> of so as to not break my Delphi 2007 installation and projects ?
As long as you install into a separate folder there is no problem with
the two versions getting into each other...
is there a Delphi 2007Would be nice to have a bundle of the latest Delphi packages.
Gilbert Padilla wrote:
> Would be nice to have a bundle of the latest Delphi packages.
>
I expect Delphi 2007 will only be on sale until the full RAD Studio 2009
edition is published, including Delphi 2009.net.
W
...
Delphi 2007 to Delphi 2009 ConversionCharArrayPtr = ^CharArray;
CharArray = array[0..MaxInt-1] of Char;
How to convert to Delphi 2009?
Bill
Bill Miller wrote:
> CharArrayPtr = ^CharArray;
> CharArray = array[0..MaxInt-1] of Char;
>
> How to convert to Delphi 2009?
>
> Bill
it depends heavelly on how it is used fearther down in your project and
what you want to convert it to.
I you want to simple convert the declarations ignoring UNicode
altogether then the only think you have to change is the CharArray
declaratin from a Char to an AnsiChar eg
CharArrayPtr = ^CharArray;
CharArray =...
Code PortingHi people,
Basically, I am moving an app from Delphi 5 to Delphi 2009 which is all great (yeah right!) and I am having a couple of issues with some thirdparty components that we have the source code for.
Being that I wanted to make the task as easy as possible, I was able to download the component in Delphi 2007 format. I have now managed to port that to 2009 so it compiles only with warnings and no errors. So all is good at this moment.
Now I am trying to install the component into the IDE by using the install menu option from the project manager. This is where I run into errors. ...
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...
Restore Delphi 2007 dbxpress after testing Delphi 2009Over on another thread I mentioned that I was having problems with dbxpress after testing Delphi 2009.
It started that I noticed that Delphi 2007 was compiling against the newer version of dbxpress drivers (dbxmys.dll, rather than dbxmys30.dll). This was spotted after testing an application on a colleagues machine that had the older driver, but not the newer. The application was "pure" 2007.
This continued after uninstalling Delphi 2009.
It was suggested that Delphi 2009 had overwritten my +dbxdrivers.ini+ file - and looking at it that looks like the problem. It was also...
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 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.
...
Indy IdHMACSHA1 different results in Delphi 2007 and Delphi 2009Hello newsgroup
A test of the IdHMACSHA1 encryption method shows different results, and
I am not sure if there is an error in my code or in the Indy code
shipped with Delphi 2009.
The Delphi 2007 version works in an application which communicates with
Amazon Web Services and so it seems to be the correct one.
Any suggestions are very welcome, maybe I just need to download a newer
version of Indy?
program Test;
{$APPTYPE CONSOLE}
uses
IdHMACSHA1, IdCoderMIME, IdGlobal, SysUtils;
function Base64Encode(const Input: string): string;
begin
Result := TIdEncode...
Importing Delphi 2009 project in Delphi 2006I've been using Delphi 2006 for a while and have never really felt the need to upgrade to a newer release given the expense. I'm looking at taking over on a project from someone else who developed it in Delphi 2009. The only code incompatibilities he can think of is some of the Unicode changes that were introduced after D2006 but that should be fairly easy to fix. My main concern is whether or not a project that was created in Delphi 2009 can even be *opened* in Delphi 2006. I don't know how file exte
nsions or formats have changed between the two versions. Can anyone give me...
Delphi 2010 can't upgrade Delphi 2007 projectsIf I open any of my Delphi 2007 projects in Delphi 2010 it prompts me that it will upgrade it. Unfortunately, that leaves Delphi 2010 to give errors about not knowing where to find system and other core units. On the other hand, if I delete all the BDS project files and only leave the .dpr, Delphi 2010 can successfully open and compile my project.
However, besides that quirk, I have another problem. I need to have both a working Delphi 2007 project and Delphi 2010, so I can compile using both without being prompted each and every time about upgrading project :)
So... Any ideas to what m...