2010/7/29 Michael Van Canneyt <[email protected]> > I'm sorry to say, but it is your own fault that it fails. > > You should never use the released version of Lazarus to compile a program > developed in the latest (SVN) version. > That can never work. (the unknown property should already have given you a > clue, actually). > > One of the reasons is that the streaming system has changed, and this is > why you get the error: > > > Compiling resource C:\SW\jorma\unit1.lfm >> windres: can't open file `TForm1': No such file or directory >> > > This is where you get an error related to streaming (windres is used to > compile resources) >
Damn yes. I thought it can't make such a big difference. I tested with a new program and it works. I still don't know why my friend could not compile even a new project. Anyway we will work with binaries now and return to Lazarus installation later, if he is still interested. Again it looks like the Windows installer works after all. Thanks. Juha
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
