Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
104 views

Reading proxy details in a vcl.net application using Rad Studio 2007

How to read the proxy details (address and port) from a vcl.net application (Rad Studio 2007) ?. Heard about InternetGetProxyInfo. But didnt find the details any where. Thank you.
1
vote
1answer
59 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
695 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 ...
0
votes
0answers
24 views

Stubborn Borland VCL designer inserts incorrect #include statement

I'm working with Borland C++ 2007. My project group consists of a package and several projects that use a component within that package. When I use this component using the design editor, the IDE ...
0
votes
0answers
66 views

tlibimp.exe output differs on different OSes (Borland)

I'm trying to import a third-party .NET type library (COM server DLL) using tlibimp.exe (version 11.0). This basically works fine, but the results differ when I run it on different computers, one ...
0
votes
2answers
133 views

How to explicitly release GDI handles allocated by TForm derived class owned by the Application?

A single class derived from TForm appears to hold onto GDI handles until the application is closed. class TTestForm : public TForm { public: TTestForm(TComponent*); }; ...
0
votes
1answer
56 views

Evaluate Expression in RAD Studio 2007's Watch

I know that most of you might have noticed now. When you try to evaluate an expression using watch on RAD Studio 2007, it does not evaluate. For example, if I had a vector, I could not do ...