Board index » cppbuilder » Rule for project "Project1.exe" is not specified.

Rule for project "Project1.exe" is not specified.


2004-02-09 06:44:20 PM
cppbuilder112
I'm using BCB 6, and I always get this error on startup: "Rule for project
"Project1.exe" is not specified". If I try to create a new project from the
IDE I get a similar error, although I can create them by importing an
existing project.
Has anyone else seen this problem, and does anyone know how to fix it?
Reinstalling Builder doesn't seem to help!
Thank you,
Vicky
 
 

Re:Rule for project "Project1.exe" is not specified.

Vicky wrote:
Quote
I'm using BCB 6, and I always get this error on startup: "Rule for project
"Project1.exe" is not specified". If I try to create a new project from the
IDE I get a similar error, although I can create them by importing an
existing project.
Make sure that the <MAINSOURCE>tag in the project file refers to a
valid source file that contains a WinMain function.
h^2