Delete unit of lazarus

0

Someone could help me on an issue that I could not decipher. It is as follows, I created a unit in which I named frmGroups, well, it was giving error, I could not identify the error and I decided to delete everything that belonged to it and recompile the executable, and when I try to create this unit again with the same name, says that already has a unit with this name, (frmGroups), can someone tell me how and where can I delete it once and for all to be able to create it again?

This is all about Lazarus.

    
asked by anonymous 04.08.2016 / 19:43

1 answer

0

To delete a project unit, go to [Menu / Project / Remove from project]: Select the desired unit. Check if any other form references the deleted unit in the USES clause. See also in [Menu / Project / View Project Source]: The list of units that are part of the project.

    
04.08.2016 / 23:53