Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by minime911

  1. minime911

    Borland C++ Builder v6 - Missing form in design mode

    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...
  2. minime911

    Borland C++ Builder v6 - Missing form in design mode

    I deleted the resource file and the IDE generated a new one. If I drag and drop it into the IDE, all I get is gibberish (not ASCII?).
  3. minime911

    Borland C++ Builder v6 - Missing form in design mode

    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...

Part and Inventory Search

Back
Top