Hi, there is one and it is correct, but when I go have a look at the options, there is no main form defined.
Any other ideas, or is this something buggy in D2005? Thanks --- In [email protected], Rob Kennedy <[EMAIL PROTECTED]> wrote: > Jason Fischer wrote: > > I get this when trying to set the Main form in Delphi 2005. > > What is going on here. > > Look in your DPR file and check that the call the Application.CreateForm > is there and that it is correct. > > If your main form is named "JasonForm," then there should be a line in > the DPR like this: > > Application.CreateForm(TJasonForm, JasonForm); > > -- > Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

