Jump to content

EVC++ help


Guest parks

Recommended Posts

Hi,

When I run my application in the emulator, it works fine. But when I tried running the application in Smartphone 2003, an error says not a valid windows ce application. My application only works if the 'album' is running.

Any ideas?

Link to comment
Share on other sites

Hi parks,

you have to set another Compiler configuration to build the app.

The Configuration for the emulator is "Win32 (WCE Emulator) Release/Debug" and for the real phone you have to use "Win32 (WCE ARMV4) Release/Debug".

It's the 3rd combo box in the last menu line

Link to comment
Share on other sites

Thanks for the reply gemx.

Yes, I already set it to WCE ArmV4 before copying the exe file to the phone. But still it requires 'album' to run first before I can run my application. I really have no idea why. I tested other sample application and they work perfectly fine in the actual phone.

Link to comment
Share on other sites

Hi,

Anyway, I started recoding my application and I encountered another problem. Sometimes the application works in the emulator and sometimes it doesn't run at all. I tried debugging and this type of error keeps on appearing: I really don't have any idea how to fix this error. :)

I really appreciate your help, thanks!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.