Hi,

I have a program l compiled as a DLL . It is working very well except when it call QFileDialog::getOpenFileName ... it doesn't makes any sense to me as it is working very well if l compile my code as .exe..

I read in the code this QFileDialog::getOpenFileName is actually callingWindows system filedialog ....so should l include other library in addition to QGui/ Qobject .. ?

thanks,

Michael