Hi
I am trying to call NewL of one particular class from some s60 dll and I am getting the error as KErrNotSupported. What can be the problem here?
Hi
I am trying to call NewL of one particular class from some s60 dll and I am getting the error as KErrNotSupported. What can be the problem here?
That the feature you are trying to use is not supported on the device or emulator you are using?
Which specific class are you trying to instantiate?
Mark
sorry came to know its a thrid party dll.It is being tried on device not on emulator as it has to indirectly interact with the hardware.
You should contact the supplier of the DLL and ask them how to use it correctly then. I'm fairly sure this has nothing to do with Qt.
Mark