Jump to content

Hello World program (SmartPhone 2002 msvc++ 3.0) is buggy


Guest Benzyg

Recommended Posts

Hi,

I'm running msvc++ 3.0 on a win2k with the smartphone 2002 sdk.

While trying to start a new app I'm given few template options .

One of them is HelloWorld app.

While choosing it and starting to work with it I suddenly found that while trying to reach the resources the VC++ is failing to load it and I'm getting the following error:

"error RC2104: undefined keyword or key name: I_IMAGENONE".

The HelloWorld program is as is, I have not made any modifications to it.

Does anyone has any idea how to resolve this problem? coz as for now I cant do any gui changes on my app.

Thanks :roll:

Link to comment
Share on other sites

Guest Zorglub

Make sure that eVC is configured to point to the Smartphone headers. Also before you compile the project make sure you have selectred the target to be Smartphone 2002 and not Pocket PC or something else.

Link to comment
Share on other sites

Guest spacemonkey

Also make sure you've got the processor right. If you are putting it on your real world SPV then you want ARM, if you are running it on the Emulator on your PC you want x86

Link to comment
Share on other sites

Guest Kallisti

FWIW, I think you're better off starting with a blank project rather than the helloworld. Then all you have to do for working resources is copy the newres.h from another sample in as afxres.h in your project directory.

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.