Tagged Questions
2
votes
2answers
3k 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 Development Community around ...
2
votes
1answer
1k 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, however, works ...
1
vote
1answer
138 views
Tips to speed up debugging in Codegear
Are there any 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 likewise when I ...
1
vote
4answers
361 views
Printf used in unfamiliar fashion
I found this line of code when upgrading a C++ Builder project to RAD Studio 2009:
mProcessLength->Text.printf("%d",mStreamLength);
It doesn't compile in 2009, however what is the intent of this ...
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 ...
1
vote
2answers
475 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.
Here's what it did:
...