0
votes
1answer
22 views
How to create a simple pascal-program in Codegear RAD Studio 2009?
For example, this simple program:
Program Helloworld;
Begin
writeln ('Hello world!');
readln;
End;
0
votes
1answer
59 views
Associate file extension with vcl forms application
I would like to know the cleanest way of registering a file extension with my VCL Forms application so that when a data file associated with my program is double clicked, the VCL f …
0
votes
1answer
33 views
Indenting in Codegear
Is there a way to indent/tab multiple lines in one action in the Codgear RAD Studio IDE?
I.e. I would like to be able to highlight multiple lines and indent them all by one tab s …
0
votes
1answer
99 views
Implement IDropTarget
I would like to drag and drop files from windows explorer onto my application which is being built in Codegear RAD studio 2009. Then I would like to be able to access data from the …
1
vote
2answers
196 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:
…
1
vote
1answer
220 views
What should I do in order to succesfully link a C++ Builder 6 project in C++ Builder 2009 without unresolved external references to CodeGuard things?
Here's what I did:
I've opened a C++ Builder 6 - project in C++ Builder 2009.
Auto-converted it to a C++ Builder 2009 project.
Told it (C++ Builder 2009) to build everything.
H …
2
votes
2answers
1k views
Can I use Delphi or C++Builder for Windows Mobile 6.1 Development?
I'm curious about what it takes to program for mobile devices (Windows Mobile 6.1) and if I can use the IDE's we're already used to (RAD Studio 2009).
Is there a Mobile Developme …
0
votes
3answers
238 views
F1001 Internal code generator error in RAD STUDIO 2009
I'm getting this worthless error in my code. it's very consistant and restarting the compiler hasn't done anything. Has anyone else ever solved this?
while( int CharPos = _Mes …
1
vote
2answers
607 views
MSB4057 Error when using MSBuild with RAD Studio 2009
Summary: I'm able to compile a RAD Studio 2009 project using MSBuild on a Build Server using the RAD Studio Command Prompt, but not with a batch file. This same batch file, howev …
