I found a partial solution to the problem.
The original TFormMain.cpp had a line: #pragma resource "*.dfm"
I changed it to: #pragma resource "TFormMain.dfm"
Then I changed it back to: #pragma resource "*.dfm"
Now, the form does not appear instantly when I open the project, but only when I do...
Hi everyone
I created a project with a single form in C++ Builder v6 and added some source/header files. Everything resided in the same directory and worked fine. When I renamed and moved the form (.dfm file) and the matching code (.cpp and .h) to a different directory, I was no longer able to...
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.