<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/11/22 Juha Manninen <span dir="ltr"><<a href="mailto:juha.manninen62@gmail.com" target="_blank">juha.manninen62@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Fri, Nov 22, 2013 at 1:15 PM, Frederic Da Vitoria<br>
<<a href="mailto:davitofrg@gmail.com">davitofrg@gmail.com</a>> wrote:<br>
> ... with Lazarus, so I don't know how and why it searched there.<br>
<br>
Ok, this is the fundamental cause of your problems.<br>
The converter searches for unit files from project's sibling<br>
directories, meaning the directories that are below its parent dir.<br>
Don't place copies of the same project there.<br>
This is a useful feature because many projects include their libraries<br>
there and they are found automatically.<br>
<br>
Test again without those copied dirs and let me know what happens.<br></blockquote><div><br></div><div>Sorry to disappoint your hopes, but after copying the Delphi sources to c:\temp\lazarus_test_memo (no, temp does not contain any other pascal sources, and C: only contains the fpc/lazarus binaries in different subdirectories), I get the same results: issue with .res file and after commenting out the $R *.res directive, running the application triggers an exception.<br>

<br></div><div>... and this time I managed to upload the source successfully :-P<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">


> I had at one point a problem with the dfm files: the project wouldn't<br>
> compile because they were binary.<br>
<br>
</div>The converter is able to convert from old binary DFM to text LFM. It<br>
should not cause problems.<br>
</blockquote></div><br></div><div class="gmail_extra">As I explained, I suppose that for some reason, the LFM files were not created that time. I can't be sure because the directory where this happened has been emptied and recreated numerous times since, but this is the best explanation I can suggest. So this LFM problem would be a sporadic and probably unrelated issue. I only mentioned it because my supposition could be wrong and maybe telling this could help you find where the main problem comes from.<br clear="all">

</div><div class="gmail_extra"><br>-- <br>Frederic Da Vitoria<br>(davitof)<br><br>Membre de l'April - « promouvoir et défendre le logiciel libre » - <a href="http://www.april.org" target="_blank">http://www.april.org</a><br>


</div></div>