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,...
Trying to call a .DLL from Delphi XE (used to work with Delphi 6 :-) )Hi everyone,
I have a problem where perhaps some one could help point me in the right direction.
In Delphi 6 I used a stand alone package to train a neural netowrk,. The trained neural network was stored as a .DEF file.
The standalone software provided a .DLL and Delphi code to call the network and get the prediced values from your sw. (The .DLL was created in 2002 and apparently is 32 bit.)
I have'nt used it for years but am now coming back to it.... I now use Delphi XE on Windows 7 (32 bit)
The old .exe's I had compiled from that time work fine.
However in Delphi XE ...
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...
Change icon after migrating from Delphi 6 to Delphi 2010I have an old project I am moving to Delphi 2010. I have attempted to change the icon for this project by setting the Application icon in the Project Options. After building the project, the exe file shows the new icon. However, when I create a shortcut to my application, the icon is the old Delphi lightning bolt icon.
I have tried to get rid of the old icon by completely deleting the RES file and letting Delphi create a new RES file but that didn't change anything. I know I am missing something but I can't seem to find it. Help!
RG
Robert Gutierrez wrote:
> I have a...
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...
Is dll developed in Delphi 6 works on Delphi 2?I have a one dll, whose work is to creates a form with some normal vcl controls, print selected tables and email some reports. It was developed in Delphi 6. Can any other application which was developed in Delphi 2 use that dll.? If not, please let me know in which areas i need change. The dll work is only to print and email.
With regards,
Srikanth Varma
Srikanth varma wrote:
> I have a one dll, whose work is to creates a form with some normal
> vcl controls, print selected tables and email some reports. It was
> developed in Delphi 6. Can any other application which was d...
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...
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...
dynamical DLL loading in delphi 7 & delphi 2010Hello,
i am loading a DLL dynamical in Delphi 7 and Delphi 2010:
[delphi]
var
hDLL: THandle;
pCode: Pointer;
type
TProcMainEntry = function: TForm;
begin
hDll := 0;
if FileExists(Pfad + vpeDllName) then
hDLL := LoadLibrary(PChar(Pfad + vpeDllName))
else
SetLastError(2);
if hDLL = 0 then
RaiseLastOSError;
pCode := GetProcAddress(hDLL, PChar(vpeFunction));
if pCode = nil then
RaiseLastOSError;
Result := TProcMainEntry(pcode)();
[/delphi]
in delphi 7 there's a variable filled with data of the main application which used in the...
Price of upgrade from Delphi 2010 Professional to Delphi 2010 Enterprise?It's weird, but I could not find the answer on so simple question not in Embarcadero Shop, neither by the forum search.
For example, the shop info about Enterprise upgrade says:
The Upgrade product is available to registered owners of 2006-2009 versions, blah-blah...
So, if I'm Delphi 2010 Professional user, I even not eligible for upgrade? I have to buy a new version of Enterprise???
But if I'm Delphi 2006 Professional user, I can upgrade.
Please clarify this nonsense for me.
Exact question is in the subject.
Thanks!
Hi Dmitri,
> It's weird, but I could not...
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...