Issue with C++builder 2009/2010 and Demos\CPP\Apps\ShellControlsThere is an issue with trying the use the Shell components from the samples directory: Demos\CPP\Apps\ShellControls after building and installing the shell controls, once they are used in a c++ forms project (specifically TShellTreeView) the following runtime error occurs:
Module Load: drprov.dll. No Debug Info. Base Address: $75F60000. Process Project1.exe (4372)
Module Load: NTLANMAN.dll. No Debug Info. Base Address: $71C10000. Process Project1.exe (4372)
Module Load: NETUI0.dll. No Debug Info. Base Address: $71CD0000. Process Project1.exe (4372)
Module Load: NETUI1.dll. No Debug In...
2009Name: MEDO
Email: gray_horse_skyathotmaildotcom
Product: Shiretoko Alpha 2
Summary: 2009
Comments:
very good program
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1
From URL: http://www.mozilla.org/projects/firefox/3.6a1/firstrun/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
2009Name: benzo
Email: l-i-m-31athotmaildotcom
Product: Firefox
Summary: 2009
Comments:
hello
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
C++Builder 2006 stopped working after C++Builder 2009Is there a way to key both IDEs (2006 & 2009) on the same computer while I
complete software migration?
Both compilers are installed on a Windows Vista Proffesional.
Thanks,
Roberto
Hello,
Roberto Meneghini wrote:
> Is there a way to key both IDEs (2006 & 2009) on the same computer
> while I complete software migration?
yes, it works fine for me. What particular problem are you having?
--
Moritz
"Hey, it compiles! Ship it!"
As soon as I launch the compiler, the following error message is displayed:
"Exception EPackageRegistrationEx...
C++ Builder 2009Hello,
in BDS2006 i use the following command
AnsiString Text = (AnsiString ) DataSet.FieldValues["FieldName"];
when i use this in C++ Builder 2009 an compile error occur:
[BCC32 Fehler] TGP_GruppenZuordnung.cpp(354): E2015 Mehrdeutigkeit zwischen '_fastcall System::AnsiStringT<0>::AnsiStringT(const System::AnsiStringT<0> &) at c:\program files\codegear\rad studio\6.0\include\vcl\dstring.h:358' und '_fastcall System::AnsiStringT<0>::AnsiStringT(const wchar_t *,int) at c:\program files\codegear\rad studio\6.0\include\vcl\dstring.h:392...
c_str()I have problems a lot using c_str()...
*Example :*
String sDir;
sDir = Ediretorio->Text+"CEC02500.txt";
fpArqSaida = *fopen( sDir.c_str(), "wt" );*
*Error:* [BCC32 Error] MC223700.cpp(27): E2034 Cannot convert 'wchar_t *' to 'const char *'
What is the correct syntax ?
Any ideas ?
Thanks
Marcio Tomazelli
SMARAPD Informática Ltda wrote:
> I have problems a lot using c_str()...
>
> *Example :*
>
> String sDir;
> sDir = Ediretorio->Text+"CEC02500.txt";
> fpArqSaida = *fop...
Builder 2009 UpgradeI would like to upgrade to Builder 2009 Enterprise. I have the following products:
BCB 5 Pro
BCB 6 Ent
BDS 2006 Pro
These are all legitimate licensed versions, in my name. However, the registration server is only listing the BDS 2006 Pro license on my account. Am I going to have a problem if I purchase BCB 2009 Ent Upgrade? Do I need to get my BCB6 Ent license properly listed on the server before upgrading? If so, how?
Thanks!
In article <20186@forums.codegear.com>, Benjamin Pratt <> wrote:
> These are all legitimate licensed versions, in my name. However, the
>...
Profiler for builder 2009I am looking for a profiling tool to identify some bottle neccks in my code.
I am just running (or trying to run) AQtime but wondered whether there are any other good tools out there?
<Paul Sanderson> wrote in message news:310948@forums.embarcadero.com...
>I am looking for a profiling tool to identify some bottle neccks in my
>code.
>
> I am just running (or trying to run) AQtime but wondered whether there are
> any other good tools out there?
Are you having trouble with AQtime? In my experience, AQtime is about as
good as they get, and I think more recen...
builder 2009 and TButtonHello,
I just did the following under builder 2009
File->VCL Form New Application C++ Builder
Placed a TButton and added Image to TButton.
Run->Click the button.
The image started fade in and fade out automatically until the focus is
removed from the TButton.
How can i remove this behaviour of TButton
Thanks
Any comments
Even we can see this behaviour without image.
Run VCL Form Application and Place TButton.
Mousemove over the TButton, the button starts fading.
Thanks
...
builder 2009 and gifHello.
A quick question, Why the GIF Images are not animating in the TImage
component of BCB 2009.
Thanks
So, i find the following way to do
TGIFImage *TempGIF = new TGIFImage();
TempGIF->Animate = true;
ImageGIF->Picture->Graphic = TempGIF;
?.. In my program i load different format at runtime periodically.
So it means i should everytime check the gif image, load into TGIFImage
variable and then make Animate to true.
Is there a simple way to make gif animated automatically, whenever loaded in
to TImage, without going through the stuff, find the ...
C++ builder 2009I expect this is the wrong newsgroup, but it is my favourite. I am using C++ builder 6, Personal version. Is it worth my while upgrading to 2009 version? Will builder 6 still be supported for some time?
George Probyn
<George Probyn> wrote in message news:49852@forums.codegear.com...
> I expect this is the wrong newsgroup, but it is my favourite.
That does not make it the right group, though. Please always post to the
correct groups. When in doubt about where to post a message, ask in the
"non-technical" group first and someone will direct you.
> I am u...
Problem - Builder 2009I have a problem with Bookmark.
Error > [BCC32 Error] MXP12900.CPP(102): E2316 'c_str' is not a member of 'TByteDynArray'
Source with errors: (ERROR OCURR IN LINE BOLD)
int LinhasSel;
LinhasSel = gridMCT91300->SelectedRows->Count;
if ( LinhasSel > 0 )
{
for (int i=0; i < gridMCT91300->SelectedRows->Count; i++)
{
*qMCT913R->GotoBookmark((void *)gridMCT91300->SelectedRows->Items[i].c_str));*
SPDeleIteAgr->ParamByName("@anogrupo")->AsString=QMCT912->FieldByName("anogrupo")->AsS...
Builder 2009 hangs at breakpointWe've always had this problem to some extent but lately it has gotten much worse. Simply, when the debugger hits a breakpoint, the IDE becomes non-responsive, seeming to be in an infinite loop. This happens on all projects. Is this a known issue? Is there a fix or workaround? Thanks.
On 12/5/2013 5:27 PM, Dean Clark wrote:
> We've always had this problem to some extent but lately it has gotten much worse. Simply, when the debugger hits a breakpoint, the IDE becomes non-responsive, seeming to be in an infinite loop. This happens on all projects. Is this a known issue? I...
2009 to 2010 upgrade for recently purchased 2009 licenceHi
I had to purchase a new 2009 licence for RAD Studio on August 4th. Only a few weeks before 2010 was released. Can I upgrade to 2010 for free? I thought I could but can find no mention of this on the website
Paul
Paul Read wrote:
> Hi
>
> I had to purchase a new 2009 licence for RAD Studio on August 4th. Only a few weeks before 2010 was released. Can I upgrade to 2010 for free? I thought I could but can find no mention of this on the website
>
> Paul
Contact your sales folks. Do it quickly. If they won't deal with you,
return the product within ...
TSynEdit on C++Builder 2009Can someone please help me with installing the TSynEdit
(http://synedit.sourceforge.net/) component in to C++Builder 2009? I've
tried the Ansi and Unicode versions of the component but there seems to be
issues with the new differentiation between Design and Runtime packages. I
don't have the Delphi 2009 personality so I can't open the included Delphi
2009 projects. The latest project they include for C++ is for BCB 6.
Thanks,
Jeff
...