<div class="gmail_quote">2010/7/29 Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I'm sorry to say, but it is your own fault that it fails.<br>
<br>
You should never use the released version of Lazarus to compile a program developed in the latest (SVN) version.<br>
That can never work. (the unknown property should already have given you a clue, actually).<br>
<br>
One of the reasons is that the streaming system has changed, and this is why you get the error:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Compiling resource C:\SW\jorma\unit1.lfm<br>
windres: can't open file `TForm1': No such file or directory<br>
</blockquote>
<br></div>
This is where you get an error related to streaming (windres is used to compile resources)<br></blockquote></div><br>Damn yes. I thought it can't make such a big difference.<br><br>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.<br>
<br>Again it looks like the Windows installer works after all.<br>Thanks.<br><br>Juha<br><br>