Hi,

I have written a QT dll and that dll needs to be called by printer device driver so that a UI can be shown. But loading of dll gets failed when I call LoadLibrary. I have tried with normal dll written in c++ and it gets loaded successfully from printer driver. Is it possible to load QT dll from printer driver. If yes, can you please suggest a way to load it.

Thanks.