Hi, I am a beginner in Borland C++ builder. I want to create a project with numerous forms. However, I must create every form separately. Now I am having a problem of combining all forms into 1 project.
Trying to link Form2 in Unit2.h into Project 1, but instead I got this message.
It seems to be not working? Any guidance on that? I appreciate your help.
[Linked Error]Unresolved external'_Form2' reference from D:\PROJECT\NEW FOLDER\UNIT1.OBJ
How could I include the implementation of Form2 in the project? For eg, I want to display Form2 on the click of a button in Form1. That's where I got that error message...