Hi, <br><br>I am using GHC version 7.0.4.<br><br>Thanks,<br>Rajendra<br><br><br><br><br><div class="gmail_quote">On Wed, Mar 28, 2012 at 2:09 PM, Simon Marlow <span dir="ltr">&lt;<a href="mailto:marlowsd@gmail.com">marlowsd@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 27/03/2012 08:56, rajendra prasad wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I am trying to load the DLL(Wrapper.dll) in my code(Main.hs). When I am<br>
placing the dll in local directory, I am able to load it through<br>
following command:<br>
<br>
ghci Main.hs -L. -lWrapper<br>
<br>
<br>
But, I am not able to load it if I am putting it in some other<br>
directory(../../bin). I used the following command:<br>
<br>
ghci Main.hs -L../../bin/ -lWrapper<br>
<br>
I doubt I am not using the correct way to specify the path of dll in the<br>
command.<br>
<br>
Please correct me if I am wrong.<br>
</blockquote>
<br></div></div>
What version of GHC is this?  We fixed some bugs in that area recently.<br>
<br>
Cheers,<br>
        Simon<br>
<br>
<br>
</blockquote></div><br>