MSDN sample code error ?

  • Thread starter Thread starter Alina
  • Start date Start date
A

Alina

Hello

I'm working on Windows CE ARMV4 and I download and try the sample code from
http://msdn.microsoft.com/msdnmag/issues/04/04/KeyboardSupport/default.aspx
and it keeps throwing me the following error (as soon as I launch the app):

Application PPCKeyboardSample2.exe has performed an illegal operation
and will be shut down. If the problem persist, contact the program vendor.
Exception: 0XC00000FD
Address: 03F84418

I did copy the MFCCE300.DLL in the same folder.

Has anybody any idea how to fix this?

Thank you,
Alina
 
Wow, talk about the long way around to get keyboard messages. Consider
looking at the OpenNETCF.Windows.Forms.ApplicationEx class with an
IMessageFilter implementation. Much cleaner and all managed.

Unfortunately we had a DNS snafu and the site won't be available again until
tomorrow, but when it does come back take a look here:

www.opennetcf.org/sdf
www.opennetcf.org/library
 
Back
Top