Hi,

I thought i would give lazarus a go since i would like to have a cross platform engine, how ever im hitting nothing except problems with it, and im just woundering if its common problems with simple solutions or if i should'nt bother with lazarus.

the first and biggest problem is i can not build or run my engine in lazarus, i keep getting an error saying:

Unable to find file "".
Check search path in
Project>...........

i have all the search paths i need for my project already in the "other unit Files" field, and no matter which field i put it in nothing changes... am i missing something here?

secondly is a problem that is starting to make me pull my hair out, when i complie my engine it complains that it can not find a unit, the missing unit is in the same directory as all my other unit. then after a few changes to figure out why, now it reports that the missing unit is declared in the missing unit itself... at this point im more than confused...

any help will be great.