This is a follow-up question to this question I asked earlier. Btw thanks Neil Butterworth for your help
I have been away from BCB开发者_JAVA百科 for over five years, and now I am having a st00pid n00b moment.
Are there an开发者_JAVA技巧y tips to speed up debugging in Codegear? For example, when I set breakpoints it can sometimes take a long time for the IDE to be active once the breakpoint is reached and
I finally have my C++ Builder 2010 installation the way I want it, with all my components upgraded and installed. (touch wood)
I just came back to C++ Builder after 5 or more years away.I seem to remember a nice tool where I could drag its pointer over the GUI of my running application and get lots of info about what was poin
I can\'t compile yaml-cpp in RAD Studio 2010. I have error in nodeutil.h template <typename T, typename U>
It\'s a TMemo, not that that should make any difference. Googling suggests that I can use Canvas->TextWidth() but those are Delphi examples and BCB doesn\'t seem to offer this property.
I am looking for some BCB code to iterate over the controls on a form and get some information about them.
I have some projects which were done in c++ builder 2009 and they need borlandmm.dll to run. I have read that c++ Builder 2010 by default use Fastmm, but it doesn\'t seems to be the case in my project
I have a huge issue of adapting the code into C++Builder. What is the equivalent in C++Builder for __declspec (align (n))? I do not mean the #pragma pack ([show] | [push | pop] [, identifier], n). I