Tagged Questions

1
vote
2answers
233 views

#pragma once equivalent for Codegear RAD Studio

Is there anything equivalent to #pragma once for Codegear RAD Studio 2009? I am using the precompiled header wizard and I would like to know if it is still necessary to use include guards when ...
1
vote
3answers
230 views

C++ Compiler Optimization for Fastest Possible Code in RAD Studio 2009

I would like to select the compiler optimizations to generate the fastest possible application. Which of the following settings should I set to true? Dead store elimination Eliminate duplicate ...
1
vote
4answers
1k views

How do I convert System::WideString to a char* in C++ and vice versa?

I have a situation where I need to compare a char* with a WideString. How do I convert the WideString to a char* in C++?
1
vote
2answers
672 views

What happened to CodeGear's TBitBtn and TButton inheritence chain?

I've recently began to upgrade my RAD Studio 2007 project to RAD Studio 2009. One thing I noticed is when seemingly simple code all of a sudden failed to compile. Example Code: class ...
0
votes
1answer
154 views

Indenting in Codegear

Is there a way to indent/tab multiple lines in one action in the Codegear RAD Studio IDE? I.e. I would like to be able to highlight multiple lines and indent them all by one tab simultaneously.