Hello, I am using Borland C++ 6.0. I am trying to modify a complex program written by somebody else. Comparing two different versions of the same program, I found that under project->option, an automatic creation target is missing. How can I add one more item in this list? Thanks.
Hello. Could you please let me know where I can get more information about TListBox, TIntEdit, TDoubleEdit, etc?
I encountered a code fragment like:
TListBox *lbMP;
lbMP->Clear()
I suppose there is a member function Clear() within TListBox. However, cannot find any information on what it...
Hello. I found the following statement from the program I try to understand. Could you please let me know what it is supposed to do?
editFBG1->Value = CTG->GetFBG1()
where
- editFBG1 is a pointer to TDoubleEdit.
- It is also a _published member of TFormCT
- CTG->GetFBG1() returns a value of...
Hello. Could you please let me knows what the following two code statements mean? Is PACKAGE somekind of special file in Borland C++ Builder? Thanks.
extern PACKAGE TFCT *FCT;
FCT->ShowModal();
Are there any good books on Form of BC++ 6?
Hello, I have a C++ Builder 6 program written by others. When the program is executed, there is a main form. Depending on the buttons being pushed, different forms appear on the screen to prompt the users for appropriate actions. In Main.h, there is a class definition as follows:
class...
Hello.
I am a new user of Borland C++ Builder 6. I have been using C for a few years but I just started learning C++.
I was given a complex c++ program written by former lab members. My task is to understand the program and modify
it to suite my needs. I have all the source codes (.cpp and .h...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.