Hi, I am using Borland C++ Builder 5.0. We have a working code, but when we try to make some changes in it, it starts giving error. This happens in one file only. If change is in any other file, it runs smooth. The code doesn't uses any such file or library at runtime which can make effect in this manner.
Even if we add -- int i = 0; --- in a function which is not called until we select some option from the GUI, the code's flow is disrupted even before the GUI is generated. Every time the problem is at function where form is being created.
Any guess what could be the reason?
Even if we add -- int i = 0; --- in a function which is not called until we select some option from the GUI, the code's flow is disrupted even before the GUI is generated. Every time the problem is at function where form is being created.
Any guess what could be the reason?
Comment