<div class="gmail_quote">On 5 February 2010 15:27, Paul Ishenin <span dir="ltr"><<a href="mailto:webpirat@mail.ru">webpirat@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">05.02.2010 19:44, Alex du Plessis wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Previously everything compiled fine - up to today.  Trying to recompile my project gives me the following messages:<br>
</blockquote></div>
..<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
mobilemanager.lpr(45,1) Fatal: There were 1 errors compiling module, stopping<br>
</blockquote></div>
...<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
What should I do to correct the problem? Since I am an applications programmer I am not to clued-up on the resource end of Lazarus and only use what is available via the IDE, I am not sure how to solve this.<br>
</blockquote></div>
Please copy your project build command line and execute it from the console (not from lazarus). The error message will have more details.<div><div></div><div class="h5"><br>
<br>
Best regards,<br>
Paul Ishenin.<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br>Thanx Paul, it pointed me in the right direction.  I found this entry in the project.lpr file:<br><br>{$IFDEF WINDOWS}{$R mobilemanager.rc}{$ENDIF}<br><br>I did not add this, it must have been added automatically at some stage.  Once I removed this entry - it compiled smoothly.<br>
<br>Thank you.<br>-- <br>Alex du Plessis<br><br>