Re: [fpc-pascal] RemoveDir: Error: Identifier not found

2012-04-25 Thread Jürgen Hestermann
Sven Barth schrieb: > You are talking about doing this in Lazarus? Then you should complain on the Lazarus list, > because such lookups are part of the CodeTools of Lazarus (and as this function is part of > an include file, there are some problematic cases still) Yes, you are right (again). ;

Re: [fpc-pascal] RemoveDir: Error: Identifier not found

2012-04-25 Thread Sven Barth
Am 24.04.2012 17:35, schrieb Jürgen Hestermann: If I hit Alt+Up on "RemoveDir" within my program I am moved to D:\Programme\lazarus\fpc\2.6.1\source\rtl\objpas\sysutils\diskh.inc(21,10) with the function header declaration but when doing it again on "RemoveDir" within this file I get: Error: ide

[fpc-pascal] RemoveDir: Error: Identifier not found

2012-04-24 Thread Jürgen Hestermann
If I hit Alt+Up on "RemoveDir" within my program I am moved to D:\Programme\lazarus\fpc\2.6.1\source\rtl\objpas\sysutils\diskh.inc(21,10) with the function header declaration but when doing it again on "RemoveDir" within this file I get: Error: identifier not found: RemoveDir so I can't see the