Hello! I am new on C++ and today I have a very big problem. I created a 2 forms (later will be more) program. In the first form I have a button that does this:
. But on Form2, after I put this code:
i get the following error when I try to open my program: "EAccessViolation" and my program doesn't start.
I think it is because of my
code, because when I comment this code, my program works very well. So. How to correctly "ShowModal" a form, then deinitialize it correctly?
Programming environment: Borland CBuilder 6(Trial Version)