* * *

Author Topic: converting Delphi project for 90% perfect  (Read 1205 times)

JohnKuiper

  • Newbie
  • Posts: 1
converting Delphi project for 90% perfect
« on: September 27, 2011, 10:52:41 pm »
I have a few delphi applications running BDE/DBF. Delphi doesn't support the BDE anymore, so I can't deploy my application. Using Lazarus .9.31 is de solution for this.
When converting the whole application, de unit table.pas is not found. I can choose the button for comment the unit.
I think it's better to choose another unit for table.pas and that all other classnames are renamed to for example TDBF. Is this possible to realise it.

The conversion is improved for the forms. Now I can see the gui tools and the actual form when there are no founded gui tools for disabled components. But the datamodule is still a problem

Leledumbo

  • Hero Member
  • *****
  • Posts: 2989
Re: converting Delphi project for 90% perfect
« Reply #1 on: September 28, 2011, 06:32:18 am »
Quote
I think it's better to choose another unit for table.pas and that all other classnames are renamed to for example TDBF. Is this possible to realise it.
Use "rename identifier" refactoring feature, ensure the scope is the whole project.

 

Recent

Get Lazarus at SourceForge.net. Fast, secure and Free Open Source software downloads