I have the following code, and for the life of me, I cannot understand why there would be an Access Violation exception? I even deleted all the OBJs, TDS etc files and put it into a new project, still
How can I add libCurl to a Borland C++ Builder 6 Project? I tried including its directory in the project\'s compiler and linker search paths, then I made a lib f开发者_JAVA百科rom the libcurl dll and
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:
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 required (although am fully
I am required to recompile a C++ builder project, and am come across this problem. one of the unit contains the followings:
If void main is a user defined function the开发者_开发技巧n can we make any change in this user defined function. For eg: can we write/use void main1() in place of main()?No. The program loader looks
I am trying to inherit from TButton in order to provide some size aware capabilities, where the buttons are able to resize themselves and/or their font size (within certain constraints) to allow for c
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 \"Generate all C++ Builder files\" wh
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
There is开发者_StackOverflow 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?