Hi,<br><br>I am trying to load the DLL(Wrapper.dll) in my code(Main.hs). When I am placing the dll in local directory, I am able to load it through 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 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 command.<br><br>Please correct me if I am wrong.<br><br><br>Thanks in advance.<br><br><br>Regards,<br>

Rajendra<br>