Answer the question
In order to leave comments, you need to log in
How to choose a form in c++ builder that will open when compiling?
It so happened that in c++ builder I did Remove a unit named userUnit , it always opened first when compiling and it had links to other forms, threw a new version of the same unit into the project, made Add to the project, renamed the unit to userUnit , but now it doesn't open anything when compiling. Help dear!
Answer the question
In order to leave comments, you need to log in
Look at ProjectName.cpp, there are lines in WinMain like
Application->CreateForm(__classid(TForm1), &Form1);
before Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question