3
votes
1answer
74 views
How can I troubleshoot design-time packages in Delphi/C++Builder?
I have consistently had IDE problems in Delphi/C++Builder for years, with every version. I usually just reboot, recompile, etc. and move on. However, I keep seeing others say tha …
6
votes
5answers
390 views
RAD Studio 2011 ( ? )
Hi to all,
is there any information available for the next version ( 2011 ?? ) of Delphi/cbuilder from Embarcadero ?.
Is there some link somewhere pointing to info related to nex …
0
votes
1answer
56 views
Borland C++ Builder compile error
I am using Borland C++ Builder 6, on an XP PC. When I compiled a software unit that made reference to crtdbg file, I received the following error messages:
/* Borland version of …
0
votes
2answers
74 views
Why can’t C++ Builder find my headers?
I am required to recompile a C++ builder project, and am come across this problem.
one of the unit contains the followings:
#include "LMDBaseControl.hpp"
#include "LMDBaseG …
0
votes
2answers
41 views
VCL multiple inheritance
Hi,
I'm trying to develop a set of controls which all have a number of common behaviours with respect to sizing. I think that this is an instance where multiple inheritance is re …
0
votes
1answer
28 views
c++ language related to funtions
If void main is a user efined function then can we make any change in this user dfeined function.for eg: can we write/use void main1() in place of main()????
0
votes
4answers
56 views
Use CArray class from MFC in C++ Builder application
Hello.
There is a need to pass CArray instance to an external DLL from my application written in C++ Builder. Is there a way to utilize MFC from C++ Builder? If yes, how?
Addendu …
1
vote
1answer
65 views
C++ builder 6 and codegear’s C++ builder 2009 compatibility
Hello,
I am required to support some software codes that were developed using C++ builder 6, and the current development environment is Codegear's C++ builder 2009. I wonder if th …
3
votes
4answers
257 views
What do I need to know to upgrade a complex application from C++Builder 2007 to 2010?
My company's main application is mostly written in C++ (with some Delphi code and components). We are upgrading from RAD Studio 2007 to 2010 for the next release, starting in abou …
0
votes
0answers
58 views
BDS2006 and Zeos installation
Hi all,
I recently installed Zeos 6.6 stable on BDS2006 for both the Delphi and C++ personalities.
In order to do so, and since Zeos is written in Delphi, I checked the "Generat …
0
votes
11answers
155 views
Ideas to debug and solve a very sporadic crash - appears to be an AV
Hi,
I have a bug somewhere that is causing my app to just vanish without an error message or something like that. The app just dissapears from the screen and it's no longer listed …
3
votes
2answers
250 views
Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj?
Can you suggest what factors can cause an C++ Builder's 2009 linker error "Unresolved external '__fastcall System::TObject::NewInstance(System::TMetaClass *)' referenced from XXX.o …
0
votes
2answers
163 views
Store a screen capture (Bitblt) in a memory buffer to send over IdTCPClient
In c++ builder 6 on windows vista ...
Graphics:: TBitmap * bmpscreencapture = new Graphics::TBitmap;
bmpscreencapture-> Height = Screen-> Height;
bmpscreencapture-> Width …
1
vote
11answers
633 views
C++ Builder vs Delphi vs MFC
I am learning MFC and find it not that easy to use.
I've heard a lot about Delphi . researching on Delphi lead me to C++ Builder.
does C++ Builder offer a serious and good altern …
1
vote
5answers
246 views
Cancel / abort creating a new form in Delphi / C++Builder?
Is there any way to cancel or abort form creation from within the form's OnCreate event handler or C++Builder constructor?
Basically, I'd like to be able to call Close() from On …
