Zitat von Antonio Sanguigni <[EMAIL PROTECTED]>: > > > > > tiOPFManager, tiOID, tiQuery, tiConstants, tiAutomap; > > > > I think that's your problem. You wrote 'tiAutomap' and I think it > > should be 'tiAutoMap' instead. > > > > Lazarus IDE tries to combat this issue by recommending to lowercase > > the filename when it's saved the first time. tiOPF project doesn't use > > all lowercase filenames. > > > > > Lesson learned, Graeme :-).
The codetools contain a function to auto fix the case of uses sections. This function is used by the Delphi converter too. If someone wants to write a tool/dialog/package/frontend to fix all units of a package/project and need some help, don't hesitate to ask. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
