<br><br><div class="gmail_quote">2010/5/21 Felipe Monteiro de Carvalho <span dir="ltr"><<a href="mailto:felipemonteiro.carvalho@gmail.com">felipemonteiro.carvalho@gmail.com</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;">
2010/5/21 Robin Hoo <<a href="http://robin.hoo.cn" target="_blank">robin.hoo.cn</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>>:<br>
<div class="im">> I tried my APP both on device and emulator with agyshell.dll staying in same<br>
> folder. No luck.<br>
<br>
</div>I added another FAQ for this:<br>
<a href="http://wiki.lazarus.freepascal.org/WinCE_Programming_Tips#Current_Directory_and_Placement_of_DLLs" target="_blank">http://wiki.lazarus.freepascal.org/WinCE_Programming_Tips#Current_Directory_and_Placement_of_DLLs</a><br>

<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Felipe Monteiro de Carvalho<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">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>Hi, Felipe Monteiro<br><br>I don't think the placement of DLL for WINCE is right. Per my understaning and the material from MS, the searching order as following. You could check it out from <a href="http://msdn.microsoft.com/en-us/library/ms886736.aspx">http://msdn.microsoft.com/en-us/library/ms886736.aspx</a>. Thanks<br>
<br><ul type="disc"><li>The absolute path specified by the <i>lpLibFileName</i>
 parameter</li><li>The .exe launch directory</li><li>The Windows 
directory</li><li>ROM DLL files</li><li>An OEM-specified search path</li></ul><br>