Recent

Author Topic: LRescources  (Read 2940 times)

lewjoubert

  • New Member
  • *
  • Posts: 23
    • http://www.contact51.com
LRescources
« on: July 04, 2006, 11:44:21 am »
The instant I place any database component on a form I get the complaint thus:

/usr/lib/lazarus/components/tdbf/registerdbf.pas(25.22)
Fatal: Can't find unit LResources

Now, when I check the directories, registerdbf.pas is indeed right there in the path as described above.

Any ideas how to resolve this issue?
 :?

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
RE: LRescources
« Reply #1 on: July 19, 2006, 06:23:49 pm »
You could try to add the path to this unit on the "Compiler Options" dialog, on "Other Unit files"

Another option it to compile the software on the command line. Put all options lazarus puts for your project (look for them on the Compiler Options dialog), and also add -va

The -va option will tell the compiler to give full output of what is going on, so this should tell you the reason why it can´t find the unit. If can be many things, like the .o file being corrupted.

 

TinyPortal © 2005-2018