Tagged Questions

1
vote
1answer
61 views

CodeGear configuration name

In Codegear 2007, I'm trying to do some file deletion and copying during the pre-build and post-build events that involve folders named after the current configuration. In Visual Studio, this is ...
1
vote
3answers
736 views

Codegear RAD Studio C++ Go to Definition - Control Click

I am using CodeGear RAD Studio C++, I know that to go to a definition of a variable or class you must press control and click on the method name, or any identifier where you want to go to a ...