from delphi 6 to delphi 2010Hi.
It is possible, with component RX, dxforumlibrary, InfoPower3000Pro,
StringAlignGrid.
Accepts communication BDE.
Thank by comments.
excequiel arostica wrote:
>Hi.
> It is possible, with component RX, dxforumlibrary,
>InfoPower3000Pro, StringAlignGrid. Accepts communication BDE.
>
>Thank by comments.
Rx is dead and sources are taken over by jcl/jvcl. I dont know about
the rest of the components and i have no experiences with bde over the
last 9 years.
excequiel arostica wrote:
> Hi.
> It is possible, with component RX, dxforumlibrary,...
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? ...
Migrate from Delphi 2007 to Delphi 2010Hi All,
Thanks in advance for your help.
Below is my query,
Currently I am using Delphi 2007 and i want to migrate to Delphi 2010.
1. What all things i need to take care while doing this?
2. What all third party components will get impacted?
3. Any known issues in Delphi 2010 which might impact the cause?
4. Any changes in database operation required as i am using Oracle?
Hope I have post this query under correct category. If not sorry for the trouble and could you please suggest me the correct category for this?
Looking forward for your response.
Have a great day.
Th...
Calling Delphi 6 DLL from Delphi 2010We have a Delphi 6 dll that has a PChar passed to it. The dll function then does a search and returns a PCHar. This works good using Delphi 6 to call and recieve the dll
result. We have upgraded our calling program to Delphi 2010 and most of the time, the value is passed back just fine. However, we do have times when we get an access
violation, when calling the dll. The dll does process the request. Below is the code. Has anyone had a similar issue using an older version Delphi Dll with Delphi 2010? I am sure that Unicode has something to do with it, but not sure how to fix th...
Delphi 6 and Delphi 2010 Install same machineI'm currently still on Delphi 6 for some legacy software, but I'm looking at installing Delphi 2010 on my Windows XP machine.
Are there any known issues with installing D2010 on an XP machine that already has Delphi 6 installed?
(I'm not talking about updating the projects code/controls/etc, just running the IDE's).
> I'm currently still on Delphi 6 for some legacy software, but I'm
> looking at installing Delphi 2010 on my Windows XP machine.
>
> Are there any known issues with installing D2010 on an XP machine that
> already has Delphi 6 i...
Delphi 6 to Delphi 2010 upgrade and ADOWe have an application written in Delphi 6 Professional that uses ADO to access databases servers that may be on other PCs in our network.
We want to move to Delphi 2010 but can't decide if we need Professional or Enterprise. 2010 Pro has dbGO - will this give us the same functionality as the ADO components we use in Delphi 6 Pro?
Thanks,
Keith
> 2010 Pro has dbGO - will this give us the same functionality as the
> ADO components we use in Delphi 6 Pro?
Yes.
> {quote:title=Joachim Uersfeld wrote:}{quote}
> > 2010 Pro has dbGO - will this give us the same func...
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...
Migrating from Delphi 6 to Delphi XE 3! [Edit]All,
I am a Delphi developer working in an windows form application developed using Delphi 6.
Now, we are planning to upgrade the development tool.
Can anyone provide me information related to major roadblocks that we can face while migrating from Delphi 6 to Delphi XE 3?
Should we migrate to Delphi XE 3 or any other preferred version of Delphi based on the fact that our target users will be using Windows 7 or Windows 8?
Do we have any tools or utilities to migrate the source code from Delphi 6 to higher version of Delphi?
Also, any suggestions related to best practices are welcome....
Upgrad to Delphi 2010 Enterprise from Delphi 6 EnterpriseHi,
Is it possible to use the upgrade offer when upgrading to "Delphi 2010 Enterprise" from "Delphi 6 Enterprise" ? I can find a lot of different examples on upgrades.... but not this one ;-(
Why is the price in the Nordic region higher than if I was buying in US? (40% off....)
I've tried to registre my "Delphi 6" in order to reveive the Promo offer key, but I can't registre. Why is this ?
Best regards
Nils
Unfortunately Embarcadero has changed the upgrading rules since February 1st.
You can see it at http://www.embarcadero.com/upgrade...
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 5 to Delphi 6 and upDear List,
Trying to add 7Zip compression support to my delphi application.
I am using the ported 7Zip sdk (see their website, they have a link).
I am stumped on how to rewrite a single function:
function ReverseDecode(var Models: array of SmallInt; ....): .....
where the input is mostly a fixed size array of SmallInt.
This code perfectly compiles and functions in Delphi 6 and up, but in Delphi 5 I get the error:
There is no overloaded version of 'ReverseDecode' that can be called with these arguments
And obviously, the input (fixed) isn't the same as the param de...
Has anything changed in the Slice Function from Delphi 2010 to Delphi XE?I have a piece of code which contains the following, it compiles fine under Delphi 2010,
but gives me an E2193 error when I try to compile it with Delphi XE
Has anything changed in the Slice Function from Delphi 2010 to Delphi XE?
{code}
var
i : Integer ;
R : Double ;
dArray : Array[0..24] of Double ;
begin
....
R := Math.Mean( System.Slice( dArray , i ) );
....
end;
{code}
Thanks
On 30/09/2010 6:07 PM, Wayne Davis wrote:
> I have a piece of code which contains the following, it compiles fine under Delphi 2010,
> but gives me an E2193 error...
ProblemsHi;
We have a software developed in the Delphi 2009 and we do NOT use the runtime themes.
So, the option: Projetct / Options / Application / Enable Runtime Themes is UNCHECKED.
When I'm on the Delphi 2009, it's all right.
The problem is when I use the Delphi 2010.
The same configuration (Projetct / Options / Application / Enable Runtime Themes is UNCHECKED).
The form editor (IDE) insists on show the forms with the current Windows theme.
I don't like this, I want the runtime themes off while I'm programming and editing my forms.
How can I solve it?
Thanks to...
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...