Board index » kylix » Problems with executable line bullets in Gutter pane

Problems with executable line bullets in Gutter pane


2005-10-27 05:06:27 PM
kylix0
When i wrote a program, some lines of it are not execute.
That is some lines are are as non executable(no blue bullets in left
gutter pane). I am sure there is no error in that line. Then why it
is in non executable. How i can change this
 
 

Re:Problems with executable line bullets in Gutter pane

You mean the 'compiler linked line blue dots'?
- Make sure the unit is included in your project.
- Make sure there is no rogue dcu or pas file with the same name in
another directory that could be linked by the compiler.
- If you have a project group and the unit was opened from another
project as the one you are currently compiling. Close the unit and then
open it from the current project selected in the project group from the
project manager.
Siegs