Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Starting Delphi without a project
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Does it disturb you that the Delphi IDE starts up with the a 'noname project'?
There is help. Run Delphi with passing the -np switch. That will open it without a project. You could put this parameter in your shortcut that you use to start up the IDE.
\Delphi5\bin\Delphi32.exe -np
Comments:
|