InputPanel not suported on CE.net emulator?

  • Thread starter Thread starter Alberto Silva
  • Start date Start date
A

Alberto Silva

Hi,
The subject says it all... if I add an inputpanel to a form and run it on
the emulator, I get an 'System.NotSupportedException'... am I doing
something wrong?

If I build the solution & copy manually the exe to the device (CE.net 4.1),
it works fine...

Regards,
Alberto Silva
 
Do you have Coredll.dll in Windows?

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I guess so... I made a dir core.dll.dll /ah on the emulator's windows
folder, and it returned that the file exists...

Thanks,
Alberto Silva
 
InputPanel relies on GetSipInfo and SetSipInfo utilities from cordll.dll.
It is not always present there, you need to specify input panel to be
included in your Platform Builder Image in order for the right stuff to be
included.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top