Startup of C++Builder 2009 OR Delphi 2009On startup of C++Builder 2009 OR Delphi 2009 I get the following Error message during
the loading of bcbcompro120.bpl OR delphicompro120.bpl :-
Windows -- No Disk
X Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c
Cancel Try Again Continue
If I click 'Continue' seven times the program loads and seems to work.
...
component installation in delphi 2009 and C++ builder 2009hi all,
I going to migrate from delphi to c++ builder. and also just installed RAD studio 2009.
when I install a delphi component, I see it only in delphi ide Tool Palette (while see them in design packages of rad)
but when I try install its C++ builder version in c++ builder ide, RAD tell me that its file is associated with one of installed components and i can't install it.
what can i do for Making delphi component visible at c++ builder ide, or Installing their c++ builder version?
regards
js
I'm not an expert here, and to be honest, I'm pretty confused by the whole ...
component installation in delphi 2009 and C++ builder 2009 [Edit]hi all,
I going to migrate from delphi to c++ builder. and also just installed RAD studio 2009.
when I install a delphi component, I see it only in delphi ide Tool Palette (while see them in design packages of rad)
but when I try install its C++ builder version in c++ builder ide, RAD tell me that its file is associated with one of installed components and i can't install it.
what can i do for Making delphi component visible at c++ builder ide, or Installing their c++ builder version?
regards
js
Edited by: john smith on Apr 30, 2009 6:58 AM
<john smith> wrote in mess...
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...
Help me download Hotfix 2 for Delphi 2009 and C++Builder 2009I am recovering from a hard drive crash. I am installing CB 2009 on a Windows 7-64 bit computer. I need to download the "ID: 27476, Hotfix 2 for Delphi 2009 and C++Builder 2009" from the web page below. This requires a user name and password that was used to register cb2009. This information was saved on the hard drive that crashed. How can I get the needed user name and password?
http://cc.embarcadero.com/item/27476
ID: 27476, Hotfix 2 for Delphi 2009 and C++Builder 2009
Thanks
Patrick Mikula
I pulled the needed user name and password off my dead harddrive so I ...
Delphi / C++ Builder 2009 Update2 and TImage or PBear HTMLViewer for 2009Hello,
when i use the HTMLViewer componnet in my programm the linker shows the following messages:
[ILINK32 Fehler] Error: Nicht auflösbares externes 'Pnglang::_EPngInvalidCRCText' referenziert von C:\PROGRAM FILES\CODEGEAR\RAD STUDIO\6.0\LIB\OBJ\PNGIMAGE.OBJ
[ILINK32 Fehler] Error: Nicht auflösbares externes 'Pnglang::_EPNGCannotAssignChunkText' referenziert von C:\PROGRAM FILES\CODEGEAR\RAD STUDIO\6.0\LIB\OBJ\PNGIMAGE.OBJ
[ILINK32 Fehler] Error: Nicht auflösbares externes 'Pnglang::_EPNGInvalidIHDRText' referenziert von C:\PROGRAM FILES\CODEGEAR...
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.
...
C++Builder 2009 and Delphi 2009 information now available on codegear.comThe Delphi and C++Builder pages on http://www.codegear.com have now been updated with new 2009 product information.
http://www.codegear.com/products/delphi/win32
http://www.codegear.com/products/cppbuilder
Thanks,
Tim
Tim DelChiaro wrote:
> The Delphi and C++Builder pages on http://www.codegear.com have now been updated with new 2009 product information.
>
Which version of Indy will be shipped with C++ Builder 2009?
Dennis Cote
Dennis Cote wrote:
> Which version of Indy will be shipped with C++ Builder 2009?
It will be a version of Indy 10 updated with U...
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...
Upgrading to Delphi 2009 from Delphi 5I've decided it's time to upgrade to Delphi 2009 Professional from my current Delphi 5 Professional which (according to the FAQ) makes me eligible for the upgrade pricing.
However, I'd just like to clarify how this process works. My concern is that my Delphi 5 is not registered on the CodeGear site and this doesn't seem to be possible as far as I can tell. When installing the trial I noticed that Delphi 2009 registers itself with your CodeGear account so does this mean that the previous version must be registered there to verify you own a Professional edition?
I plan to o...
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 =...
Delphi 7 to Delphi 2009 conversionHello group,
What do I need to do to comile the following code in D2009.
Compiler error after the Else
E2010: Incompatible Types 'AnsiChar' and 'Char'
if isUnicode then
SearchHandle := FindFirstFilew( PWideChar( fn ), FindDataW )
else
SearchHandle := FindFirstFile( PAnsiChar( Ansistring( fn ) ),
FindDataA );
<<<<<compiler error in the above line >>>>>>>>>>>
Regards,
Bryan
> What do I need to do to comile the following code in D2009.
> Compiler error after the Else
> E2010: Incompati...
nterbase 2009 / delphi 2009 / unicodeI tried to use unicode in delphi 2009 / interbase 2009 and to test I've done
this simple procedure
procedure TForm1.Button1Click(Sender: TObject);
var
Test: String;
begin
Label4.Caption:=ibDataBase1.DataBaseName;
ibDataBase1.Connected:=True;
ibTransaction1.StartTransaction;
Test:='Look '#$D840#$DC01'!';
Label1.Caption:=Test;
// DATABASE INTERBASE 2009 WITH CHARACTER SET UNICODE_FSS
// CREATE TABLE TESTTABLE (FNORMAL VARCHAR(60), FUTF8 VARCHAR(60)
CHARACTER SET UTF8)
ibQuery1.Close;
ibQuery1.Sql.Text:='insert into testtable (fnormal...
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
...