Link to home
Start Free TrialLog in
Avatar of wolsen
wolsen

asked on

compiler ingnoring changes to axctrls.pas

I am using delphi 5.  I have made a change to axctrls.pas to fix a known bug.  My problem is that the changes do not get compiled.

The compiler seems to be ignoring this file.  If I type some random characters in the source file, such as "alsdjgasdgasgd", there are no compiler errors generated.

I have deleted axctrls.dcu, to see if that would force it to recompile, but it does not.

I have also tried adding axctrls.pas to my project.  and it still does not compile.  

Oddly, the application compiles, even with axctrls.dcu missing.

How do I get axctrls.pas to re-compile?
ASKER CERTIFIED SOLUTION
Avatar of shaneholmes
shaneholmes

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wolsen
wolsen

ASKER

Thanks shane,

Yes, I tried a rebuild.

I closed delphi, reopened delphi, and then tried again.  it worked.  

So, this is no longer an issue.