dlopen issue with a dll

HI All,
I am trying to use a dll using dlopen but in vain. When I try to ldd that dll it returns no output. Can anybody please tell me how I can load this dll in my process space.

PS: ldd -l returns a lot of unsatisfied dependent symbols.

Thanks a lot in advance

Codeman