<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> You should not include this unit. That's an error.<br>
</div></blockquote><div><br></div><div>Ok.</div><div> </div><div>> It means you have a LCL component somewhere in your app, that's what's</div><div>> causing this.</div><div><br></div><div>Ok.  But everything was completely fine until the latest svn update.  While there is no widget components created some obscure unit may tap into an LCL type or constant.  Which most likely should have been removed during optimization.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
The widgetset independent parts have been moved to a package of its<br>
own: LazUtils.<br>
Open the project inspector and replace the dependency LCL with LazUtils.<br>
Do the same for any of your packages that works without gui.<br>
<span class="HOEnZb"><font color="#888888"></font></span> </blockquote><div>Ok, I just replaced LCL dependency with LazUtils and it compiled and works just like before!  Thanks.  I recommend that you make sure that when a new project is created it uses LazUtils as a dependency for console apps - otherwise other people may run into this problem and not understand why their console apps behave strangely.</div>
<div><br></div><div>Thanks guys!!!  </div></div>