Hi!
I have to make a little project to WinCE 7 core OS on an arm processor system. I spent more than a week to make a helloworld project but i didn't manage it. If I made a console application without form it worked properly, but if i made a simple form with one button it didn't work. If I tested the application in wince 6 emulator it works but not on the real system. When I simple execute the project than nothing happened. When I copy copied aygshell.dll beside the exe file i get access violation error. I didn't find aygshell.dll and core.dll to WinCE 6 or 7 core so I gave up. Finally i made the helloworld project in c# and it's working.
Regards