A clue I have not!

Speculation:
'Cant find DLL entry point' means that the library is not loaded into memory. Maybe you can call another API to load the library into memory, then call one of its functions.

Anyone else?