2010/8/6 Ger Remmers <[email protected]>: > On Friday 06 August 2010 11:50:52 Ger Remmers wrote: >> Hi all, >> >> After a clean reinstall I get the above error message. >> >> Lazarus svn revision 27014 >> Free Pascal Compiler version 2.4.0 [2009/12/18] for x86_64 >> >> Running on both >> >> openSUSE 11.2 i86 and openSUSE 11.3 >> >> The strange thing is that I can install and use Lazarus/fpc for a while, >> but at some undefined point I get that message. Undoing the last, or even >> all, changes in the source doesn't make a difference. Restarting Lazarus >> doesn't make a difference either. >> >> What am I doing wrong or missing here? >> > > I have found so far that I can start a new project and it will compile/run > just fine. Adding components works for a while but goes wrong after some > point. Changing the order in which I add components doesn't make a difference. > Adding functions to buttons and such after all components are on the form or > adding after each component is placed on the form doesn't make a difference. > Hitting F9 after each change or at the end of a whole bunch of changes doesn't > make a difference. > > As soon as I get the error there's no way I can get the project to compile > again. > > I'm at a loss here.
FPC 2.4.0 can handle a limited number of resources (e.g. forms), Use fpc 2.4.1 or later to compile your application. See also: http://www.lazarus.freepascal.org/index.php/topic,8513.0.html Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
