I am not too familiar with Borland C++ and how it works, but am reletively good with C++. I have created multiple forms using BCPP and would like to reference a control on one form from another. How do I go about this?
That doesnt seem to work. Message comes up saying "Unable to invoke code completion due to errors in source code". I have three forms with the default names (Form1, Form2, etc).
Attempt to compile all your modules. check your errors, because the message you are getting indicates there is a problem in the compilation. Code completion will not work if there are errors in preceding code. (I know this is rather obvious, but did you forget to include Form2's Header file by any chance?)
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.